Warning, /graphics/kxstitch/ui/PatternConfigPage.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>PatternConfigPage</class>
0004  <widget class="QWidget" name="PatternConfigPage">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>267</width>
0010     <height>326</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Pattern Configuration</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <widget class="QGroupBox" name="PatternSize">
0019      <property name="title">
0020       <string>Pattern Size</string>
0021      </property>
0022      <property name="alignment">
0023       <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
0024      </property>
0025      <layout class="QFormLayout" name="formLayout_2">
0026       <property name="fieldGrowthPolicy">
0027        <enum>QFormLayout::ExpandingFieldsGrow</enum>
0028       </property>
0029       <item row="0" column="0">
0030        <widget class="QLabel" name="label_4">
0031         <property name="text">
0032          <string>Units</string>
0033         </property>
0034        </widget>
0035       </item>
0036       <item row="1" column="0">
0037        <widget class="QLabel" name="label">
0038         <property name="text">
0039          <string>Width</string>
0040         </property>
0041         <property name="alignment">
0042          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0043         </property>
0044        </widget>
0045       </item>
0046       <item row="1" column="1">
0047        <widget class="QDoubleSpinBox" name="kcfg_Document_Width">
0048         <property name="minimumSize">
0049          <size>
0050           <width>80</width>
0051           <height>0</height>
0052          </size>
0053         </property>
0054         <property name="maximum">
0055          <double>1000.000000000000000</double>
0056         </property>
0057        </widget>
0058       </item>
0059       <item row="2" column="0">
0060        <widget class="QLabel" name="label_2">
0061         <property name="text">
0062          <string>Height</string>
0063         </property>
0064         <property name="alignment">
0065          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0066         </property>
0067        </widget>
0068       </item>
0069       <item row="2" column="1">
0070        <widget class="QDoubleSpinBox" name="kcfg_Document_Height">
0071         <property name="minimumSize">
0072          <size>
0073           <width>80</width>
0074           <height>0</height>
0075          </size>
0076         </property>
0077         <property name="maximum">
0078          <double>1000.000000000000000</double>
0079         </property>
0080        </widget>
0081       </item>
0082       <item row="0" column="1">
0083        <widget class="KComboBox" name="kcfg_Document_UnitsFormat">
0084         <item>
0085          <property name="text">
0086           <string>Stitches</string>
0087          </property>
0088         </item>
0089         <item>
0090          <property name="text">
0091           <string>Inches</string>
0092          </property>
0093         </item>
0094         <item>
0095          <property name="text">
0096           <string>Centimeters</string>
0097          </property>
0098         </item>
0099        </widget>
0100       </item>
0101      </layout>
0102     </widget>
0103    </item>
0104    <item>
0105     <widget class="QGroupBox" name="groupBox">
0106      <property name="sizePolicy">
0107       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0108        <horstretch>0</horstretch>
0109        <verstretch>0</verstretch>
0110       </sizepolicy>
0111      </property>
0112      <property name="title">
0113       <string>Cloth Count</string>
0114      </property>
0115      <layout class="QHBoxLayout" name="horizontalLayout">
0116       <item>
0117        <layout class="QGridLayout" name="gridLayout">
0118         <item row="0" column="0">
0119          <widget class="QLabel" name="label_3">
0120           <property name="sizePolicy">
0121            <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0122             <horstretch>0</horstretch>
0123             <verstretch>0</verstretch>
0124            </sizepolicy>
0125           </property>
0126           <property name="text">
0127            <string>Units</string>
0128           </property>
0129           <property name="alignment">
0130            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0131           </property>
0132          </widget>
0133         </item>
0134         <item row="1" column="0">
0135          <widget class="QLabel" name="label_5">
0136           <property name="sizePolicy">
0137            <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0138             <horstretch>0</horstretch>
0139             <verstretch>0</verstretch>
0140            </sizepolicy>
0141           </property>
0142           <property name="text">
0143            <string comment="Horizontal cloth count value">Horizontal</string>
0144           </property>
0145           <property name="alignment">
0146            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0147           </property>
0148          </widget>
0149         </item>
0150         <item row="0" column="1">
0151          <widget class="KComboBox" name="kcfg_Editor_ClothCountUnits">
0152           <item>
0153            <property name="text">
0154             <string>Inches</string>
0155            </property>
0156           </item>
0157           <item>
0158            <property name="text">
0159             <string>CM</string>
0160            </property>
0161           </item>
0162           <item>
0163            <property name="text">
0164             <string>Default</string>
0165            </property>
0166           </item>
0167          </widget>
0168         </item>
0169         <item row="2" column="0">
0170          <widget class="QLabel" name="label_6">
0171           <property name="sizePolicy">
0172            <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0173             <horstretch>0</horstretch>
0174             <verstretch>0</verstretch>
0175            </sizepolicy>
0176           </property>
0177           <property name="text">
0178            <string comment="Vertical cloth count value">Vertical</string>
0179           </property>
0180           <property name="alignment">
0181            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
0182           </property>
0183          </widget>
0184         </item>
0185         <item row="1" column="2" rowspan="2">
0186          <widget class="QPushButton" name="kcfg_Editor_ClothCountLink">
0187           <property name="sizePolicy">
0188            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0189             <horstretch>0</horstretch>
0190             <verstretch>0</verstretch>
0191            </sizepolicy>
0192           </property>
0193           <property name="minimumSize">
0194            <size>
0195             <width>32</width>
0196             <height>32</height>
0197            </size>
0198           </property>
0199           <property name="maximumSize">
0200            <size>
0201             <width>32</width>
0202             <height>32</height>
0203            </size>
0204           </property>
0205           <property name="iconSize">
0206            <size>
0207             <width>32</width>
0208             <height>32</height>
0209            </size>
0210           </property>
0211           <property name="checkable">
0212            <bool>true</bool>
0213           </property>
0214          </widget>
0215         </item>
0216         <item row="1" column="1">
0217          <widget class="QDoubleSpinBox" name="kcfg_Editor_HorizontalClothCount">
0218           <property name="sizePolicy">
0219            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0220             <horstretch>0</horstretch>
0221             <verstretch>0</verstretch>
0222            </sizepolicy>
0223           </property>
0224           <property name="minimumSize">
0225            <size>
0226             <width>80</width>
0227             <height>0</height>
0228            </size>
0229           </property>
0230          </widget>
0231         </item>
0232         <item row="2" column="1">
0233          <widget class="QDoubleSpinBox" name="kcfg_Editor_VerticalClothCount">
0234           <property name="sizePolicy">
0235            <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
0236             <horstretch>0</horstretch>
0237             <verstretch>0</verstretch>
0238            </sizepolicy>
0239           </property>
0240           <property name="minimumSize">
0241            <size>
0242             <width>80</width>
0243             <height>0</height>
0244            </size>
0245           </property>
0246          </widget>
0247         </item>
0248        </layout>
0249       </item>
0250       <item>
0251        <spacer name="horizontalSpacer">
0252         <property name="orientation">
0253          <enum>Qt::Horizontal</enum>
0254         </property>
0255         <property name="sizeHint" stdset="0">
0256          <size>
0257           <width>40</width>
0258           <height>20</height>
0259          </size>
0260         </property>
0261        </spacer>
0262       </item>
0263      </layout>
0264     </widget>
0265    </item>
0266    <item>
0267     <spacer name="verticalSpacer">
0268      <property name="orientation">
0269       <enum>Qt::Vertical</enum>
0270      </property>
0271      <property name="sizeHint" stdset="0">
0272       <size>
0273        <width>20</width>
0274        <height>40</height>
0275       </size>
0276      </property>
0277     </spacer>
0278    </item>
0279   </layout>
0280  </widget>
0281  <customwidgets>
0282   <customwidget>
0283    <class>KComboBox</class>
0284    <extends>QComboBox</extends>
0285    <header>kcombobox.h</header>
0286   </customwidget>
0287  </customwidgets>
0288  <tabstops>
0289   <tabstop>kcfg_Document_UnitsFormat</tabstop>
0290   <tabstop>kcfg_Document_Width</tabstop>
0291   <tabstop>kcfg_Document_Height</tabstop>
0292   <tabstop>kcfg_Editor_HorizontalClothCount</tabstop>
0293   <tabstop>kcfg_Editor_VerticalClothCount</tabstop>
0294   <tabstop>kcfg_Editor_ClothCountLink</tabstop>
0295  </tabstops>
0296  <resources/>
0297  <connections/>
0298 </ui>