Warning, /office/kile/src/dialogs/newtoolwizard_class_page.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>NewToolWizardClassPage</class>
0004  <widget class="QWidget" name="NewToolWizardClassPage">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>402</width>
0010     <height>209</height>
0011    </rect>
0012   </property>
0013   <layout class="QHBoxLayout">
0014    <item>
0015     <layout class="QVBoxLayout">
0016      <item>
0017       <widget class="QLabel" name="m_lbBehavior">
0018        <property name="text">
0019         <string>Select the default &amp;behavior (class)
0020 of this tool. It will inherit all properties
0021 of the tool it is based upon.
0022 
0023 For example, selecting &quot;LaTeX&quot; will
0024 cause your tool to behave just like
0025 the standard &quot;LaTeX&quot; tool.</string>
0026        </property>
0027        <property name="wordWrap">
0028         <bool>false</bool>
0029        </property>
0030        <property name="buddy">
0031         <cstring>m_cbTools</cstring>
0032        </property>
0033       </widget>
0034      </item>
0035      <item>
0036       <spacer>
0037        <property name="orientation">
0038         <enum>Qt::Vertical</enum>
0039        </property>
0040        <property name="sizeHint" stdset="0">
0041         <size>
0042          <width>20</width>
0043          <height>40</height>
0044         </size>
0045        </property>
0046       </spacer>
0047      </item>
0048     </layout>
0049    </item>
0050    <item>
0051     <spacer>
0052      <property name="orientation">
0053       <enum>Qt::Horizontal</enum>
0054      </property>
0055      <property name="sizeHint" stdset="0">
0056       <size>
0057        <width>40</width>
0058        <height>20</height>
0059       </size>
0060      </property>
0061     </spacer>
0062    </item>
0063    <item>
0064     <layout class="QVBoxLayout">
0065      <item>
0066       <widget class="KComboBox" name="m_cbTools"/>
0067      </item>
0068      <item>
0069       <spacer>
0070        <property name="orientation">
0071         <enum>Qt::Vertical</enum>
0072        </property>
0073        <property name="sizeType">
0074         <enum>QSizePolicy::Expanding</enum>
0075        </property>
0076        <property name="sizeHint" stdset="0">
0077         <size>
0078          <width>20</width>
0079          <height>111</height>
0080         </size>
0081        </property>
0082       </spacer>
0083      </item>
0084     </layout>
0085    </item>
0086   </layout>
0087  </widget>
0088  <customwidgets>
0089   <customwidget>
0090    <class>KComboBox</class>
0091    <extends>QComboBox</extends>
0092    <header>kcombobox.h</header>
0093   </customwidget>
0094  </customwidgets>
0095  <resources/>
0096  <connections/>
0097 </ui>