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

0001 <ui version="4.0" >
0002  <class>BtBrowserWidget</class>
0003  <widget class="QWidget" name="BtBrowserWidget" >
0004   <layout class="QGridLayout" >
0005    <property name="margin" >
0006     <number>0</number>
0007    </property>
0008    <item row="0" column="0" >
0009     <widget class="QTreeWidget" name="lstBacktrace" >
0010      <property name="horizontalScrollBarPolicy" >
0011       <enum>Qt::ScrollBarAlwaysOff</enum>
0012      </property>
0013      <property name="rootIsDecorated" >
0014       <bool>false</bool>
0015      </property>
0016      <property name="itemsExpandable" >
0017       <bool>false</bool>
0018      </property>
0019      <property name="allColumnsShowFocus" >
0020       <bool>true</bool>
0021      </property>
0022      <property name="columnCount" >
0023       <number>4</number>
0024      </property>
0025      <column>
0026       <property name="text" >
0027        <string>#</string>
0028       </property>
0029      </column>
0030      <column>
0031       <property name="text" >
0032        <string>File</string>
0033       </property>
0034      </column>
0035      <column>
0036       <property name="text" >
0037        <string>Line</string>
0038       </property>
0039      </column>
0040      <column>
0041       <property name="text" >
0042        <string>Function</string>
0043       </property>
0044      </column>
0045     </widget>
0046    </item>
0047    <item row="1" column="0" >
0048     <layout class="QHBoxLayout" >
0049      <item>
0050       <widget class="QLabel" name="lblStatus" >
0051        <property name="text" >
0052         <string/>
0053        </property>
0054       </widget>
0055      </item>
0056      <item>
0057       <spacer>
0058        <property name="orientation" >
0059         <enum>Qt::Horizontal</enum>
0060        </property>
0061        <property name="sizeHint" stdset="0" >
0062         <size>
0063          <width>31</width>
0064          <height>20</height>
0065         </size>
0066        </property>
0067       </spacer>
0068      </item>
0069      <item>
0070       <widget class="QPushButton" name="btnConfigure" >
0071        <property name="text" >
0072         <string>Configure Paths...</string>
0073        </property>
0074       </widget>
0075      </item>
0076      <item>
0077       <widget class="QPushButton" name="btnClipboard" >
0078        <property name="text" >
0079         <string>Use Clipboard</string>
0080        </property>
0081       </widget>
0082      </item>
0083      <item>
0084       <widget class="QPushButton" name="btnBacktrace" >
0085        <property name="text" >
0086         <string>Load File...</string>
0087        </property>
0088       </widget>
0089      </item>
0090     </layout>
0091    </item>
0092   </layout>
0093  </widget>
0094  <resources/>
0095  <connections/>
0096 </ui>