Warning, /graphics/kxstitch/ui/ImportConfigPage.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>ImportConfigPage</class>
0004  <widget class="QWidget" name="ImportConfigPage">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>196</width>
0010     <height>59</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Import Configuration</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout">
0017    <item row="0" column="0">
0018     <widget class="QCheckBox" name="kcfg_Import_UseMaximumColors">
0019      <property name="text">
0020       <string>Maximum colors</string>
0021      </property>
0022     </widget>
0023    </item>
0024    <item row="2" column="0">
0025     <spacer name="verticalSpacer">
0026      <property name="orientation">
0027       <enum>Qt::Vertical</enum>
0028      </property>
0029      <property name="sizeHint" stdset="0">
0030       <size>
0031        <width>20</width>
0032        <height>40</height>
0033       </size>
0034      </property>
0035     </spacer>
0036    </item>
0037    <item row="1" column="0">
0038     <widget class="QCheckBox" name="kcfg_Import_UseFractionals">
0039      <property name="text">
0040       <string>Use fractionals</string>
0041      </property>
0042     </widget>
0043    </item>
0044    <item row="0" column="1">
0045     <widget class="QSpinBox" name="kcfg_Import_MaximumColors">
0046      <property name="enabled">
0047       <bool>false</bool>
0048      </property>
0049     </widget>
0050    </item>
0051    <item row="0" column="2">
0052     <spacer name="horizontalSpacer">
0053      <property name="orientation">
0054       <enum>Qt::Horizontal</enum>
0055      </property>
0056      <property name="sizeHint" stdset="0">
0057       <size>
0058        <width>40</width>
0059        <height>20</height>
0060       </size>
0061      </property>
0062     </spacer>
0063    </item>
0064   </layout>
0065  </widget>
0066  <tabstops>
0067   <tabstop>kcfg_Import_UseMaximumColors</tabstop>
0068   <tabstop>kcfg_Import_MaximumColors</tabstop>
0069   <tabstop>kcfg_Import_UseFractionals</tabstop>
0070  </tabstops>
0071  <resources/>
0072  <connections>
0073   <connection>
0074    <sender>kcfg_Import_UseMaximumColors</sender>
0075    <signal>toggled(bool)</signal>
0076    <receiver>kcfg_Import_MaximumColors</receiver>
0077    <slot>setEnabled(bool)</slot>
0078    <hints>
0079     <hint type="sourcelabel">
0080      <x>52</x>
0081      <y>19</y>
0082     </hint>
0083     <hint type="destinationlabel">
0084      <x>230</x>
0085      <y>20</y>
0086     </hint>
0087    </hints>
0088   </connection>
0089  </connections>
0090 </ui>