Warning, /utilities/kate/addons/backtracebrowser/btconfigwidget.ui is written in an unsupported language. File is not indexed.

0001 <ui version="4.0" >
0002  <class>BtConfigWidget</class>
0003  <widget class="QWidget" name="BtConfigWidget" >
0004   <layout class="QVBoxLayout" name="verticalLayout_2" >
0005    <property name="spacing" >
0006     <number>0</number>
0007    </property>
0008    <property name="margin" >
0009     <number>0</number>
0010    </property>
0011    <item>
0012     <widget class="QGroupBox" name="gFolderList" >
0013      <property name="title" >
0014       <string>Search Folders</string>
0015      </property>
0016      <layout class="QVBoxLayout" name="verticalLayout" >
0017       <item>
0018        <widget class="QLabel" name="label" >
0019         <property name="text" >
0020          <string>Please add the source folders in which to search for the files in the backtrace:</string>
0021         </property>
0022         <property name="textFormat" >
0023          <enum>Qt::PlainText</enum>
0024         </property>
0025        </widget>
0026       </item>
0027       <item>
0028        <widget class="KUrlRequester" name="edtUrl" />
0029       </item>
0030       <item>
0031        <widget class="QListWidget" name="lstFolders" >
0032         <property name="whatsThis" >
0033          <string>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
0034 &lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
0035 p, li { white-space: pre-wrap; }
0036 &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;">
0037 &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Insert the source folders here. As example, for KDE development you have to add the Qt and Frameworks source folders:&lt;/p>
0038 &lt;ul style="-qt-list-indent: 1;">&lt;li style=" margin-top:12px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">/path/to/kdelibs&lt;/li>
0039 &lt;li style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">/path/to/qt/src&lt;/li>&lt;/ul>&lt;/body>&lt;/html></string>
0040         </property>
0041        </widget>
0042       </item>
0043       <item>
0044        <layout class="QHBoxLayout" name="horizontalLayout_2" >
0045         <item>
0046          <spacer name="horizontalSpacer" >
0047           <property name="orientation" >
0048            <enum>Qt::Horizontal</enum>
0049           </property>
0050           <property name="sizeHint" stdset="0" >
0051            <size>
0052             <width>218</width>
0053             <height>20</height>
0054            </size>
0055           </property>
0056          </spacer>
0057         </item>
0058         <item>
0059          <widget class="QPushButton" name="btnRemove" >
0060           <property name="text" >
0061            <string>&amp;Remove</string>
0062           </property>
0063          </widget>
0064         </item>
0065         <item>
0066          <widget class="QPushButton" name="btnAdd" >
0067           <property name="text" >
0068            <string>&amp;Add</string>
0069           </property>
0070          </widget>
0071         </item>
0072        </layout>
0073       </item>
0074       <item>
0075        <layout class="QHBoxLayout" name="horizontalLayout" >
0076         <item>
0077          <widget class="QLabel" name="label_2" >
0078           <property name="text" >
0079            <string>File types:</string>
0080           </property>
0081           <property name="textFormat" >
0082            <enum>Qt::PlainText</enum>
0083           </property>
0084          </widget>
0085         </item>
0086         <item>
0087          <widget class="QLineEdit" name="edtExtensions" >
0088           <property name="whatsThis" >
0089            <string>List of file extensions. Example: *.cpp, *.h, *.c, etc...</string>
0090           </property>
0091          </widget>
0092         </item>
0093        </layout>
0094       </item>
0095      </layout>
0096     </widget>
0097    </item>
0098    <item>
0099     <spacer name="verticalSpacer" >
0100      <property name="orientation" >
0101       <enum>Qt::Vertical</enum>
0102      </property>
0103      <property name="sizeHint" stdset="0" >
0104       <size>
0105        <width>20</width>
0106        <height>40</height>
0107       </size>
0108      </property>
0109     </spacer>
0110    </item>
0111   </layout>
0112  </widget>
0113  <customwidgets>
0114   <customwidget>
0115    <class>KUrlRequester</class>
0116    <extends>QFrame</extends>
0117    <header>kurlrequester.h</header>
0118   </customwidget>
0119  </customwidgets>
0120  <resources/>
0121  <connections/>
0122 </ui>