Warning, /office/kile/src/widgets/quicktoolconfigwidget.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>QuickToolConfigWidget</class>
0004  <widget class="QWidget" name="QuickToolConfigWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>570</width>
0010     <height>274</height>
0011    </rect>
0012   </property>
0013   <property name="sizePolicy">
0014    <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
0015     <horstretch>0</horstretch>
0016     <verstretch>0</verstretch>
0017    </sizepolicy>
0018   </property>
0019   <layout class="QVBoxLayout" name="verticalLayout_2">
0020    <item>
0021     <layout class="QVBoxLayout" name="verticalLayout">
0022      <item>
0023       <layout class="QGridLayout" name="gridLayout">
0024        <item row="0" column="0">
0025         <widget class="QLabel" name="m_lbTool">
0026          <property name="text">
0027           <string>Tool:</string>
0028          </property>
0029          <property name="wordWrap">
0030           <bool>false</bool>
0031          </property>
0032         </widget>
0033        </item>
0034        <item row="0" column="1">
0035         <widget class="KComboBox" name="m_cbTools">
0036          <property name="sizePolicy">
0037           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0038            <horstretch>1</horstretch>
0039            <verstretch>0</verstretch>
0040           </sizepolicy>
0041          </property>
0042          <property name="minimumSize">
0043           <size>
0044            <width>100</width>
0045            <height>0</height>
0046           </size>
0047          </property>
0048         </widget>
0049        </item>
0050        <item row="1" column="0">
0051         <widget class="QLabel" name="m_lbConfig">
0052          <property name="text">
0053           <string>Configuration:</string>
0054          </property>
0055          <property name="wordWrap">
0056           <bool>false</bool>
0057          </property>
0058         </widget>
0059        </item>
0060        <item row="1" column="1">
0061         <widget class="KComboBox" name="m_cbConfigs">
0062          <property name="sizePolicy">
0063           <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
0064            <horstretch>1</horstretch>
0065            <verstretch>0</verstretch>
0066           </sizepolicy>
0067          </property>
0068          <property name="minimumSize">
0069           <size>
0070            <width>100</width>
0071            <height>0</height>
0072           </size>
0073          </property>
0074         </widget>
0075        </item>
0076       </layout>
0077      </item>
0078      <item>
0079       <layout class="QHBoxLayout" name="horizontalLayout">
0080        <item>
0081         <layout class="QVBoxLayout">
0082          <item>
0083           <widget class="QPushButton" name="m_pshbAdd">
0084            <property name="sizePolicy">
0085             <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
0086              <horstretch>0</horstretch>
0087              <verstretch>0</verstretch>
0088             </sizepolicy>
0089            </property>
0090            <property name="text">
0091             <string>&amp;Add</string>
0092            </property>
0093           </widget>
0094          </item>
0095          <item>
0096           <widget class="QPushButton" name="m_pshbRemove">
0097            <property name="sizePolicy">
0098             <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
0099              <horstretch>0</horstretch>
0100              <verstretch>0</verstretch>
0101             </sizepolicy>
0102            </property>
0103            <property name="text">
0104             <string>&amp;Remove</string>
0105            </property>
0106           </widget>
0107          </item>
0108          <item>
0109           <widget class="QPushButton" name="m_pshbUp">
0110            <property name="sizePolicy">
0111             <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
0112              <horstretch>0</horstretch>
0113              <verstretch>0</verstretch>
0114             </sizepolicy>
0115            </property>
0116            <property name="text">
0117             <string>&amp;Up</string>
0118            </property>
0119           </widget>
0120          </item>
0121          <item>
0122           <widget class="QPushButton" name="m_pshbDown">
0123            <property name="sizePolicy">
0124             <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
0125              <horstretch>0</horstretch>
0126              <verstretch>0</verstretch>
0127             </sizepolicy>
0128            </property>
0129            <property name="text">
0130             <string>&amp;Down</string>
0131            </property>
0132           </widget>
0133          </item>
0134          <item>
0135           <spacer name="verticalSpacer">
0136            <property name="orientation">
0137             <enum>Qt::Vertical</enum>
0138            </property>
0139            <property name="sizeHint" stdset="0">
0140             <size>
0141              <width>20</width>
0142              <height>40</height>
0143             </size>
0144            </property>
0145           </spacer>
0146          </item>
0147         </layout>
0148        </item>
0149        <item>
0150         <widget class="QListWidget" name="m_lstbSeq">
0151          <property name="selectionBehavior">
0152           <enum>QAbstractItemView::SelectRows</enum>
0153          </property>
0154         </widget>
0155        </item>
0156       </layout>
0157      </item>
0158     </layout>
0159    </item>
0160   </layout>
0161  </widget>
0162  <layoutdefault spacing="6" margin="11"/>
0163  <customwidgets>
0164   <customwidget>
0165    <class>KComboBox</class>
0166    <extends>QComboBox</extends>
0167    <header>kcombobox.h</header>
0168   </customwidget>
0169  </customwidgets>
0170  <resources/>
0171  <connections/>
0172 </ui>