Warning, /graphics/kxstitch/ui/PageProperties.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>PageProperties</class>
0004  <widget class="QWidget" name="PageProperties">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>270</width>
0010     <height>228</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Page Properties</string>
0015   </property>
0016   <layout class="QGridLayout" name="gridLayout_2">
0017    <item row="0" column="0">
0018     <widget class="QGroupBox" name="groupBox">
0019      <property name="title">
0020       <string>Margins</string>
0021      </property>
0022      <layout class="QGridLayout" name="gridLayout">
0023       <item row="0" column="0">
0024        <spacer name="horizontalSpacer_3">
0025         <property name="orientation">
0026          <enum>Qt::Horizontal</enum>
0027         </property>
0028         <property name="sizeHint" stdset="0">
0029          <size>
0030           <width>65</width>
0031           <height>20</height>
0032          </size>
0033         </property>
0034        </spacer>
0035       </item>
0036       <item row="0" column="1">
0037        <widget class="QSpinBox" name="MarginTop">
0038         <property name="toolTip">
0039          <string>Top margin in mm</string>
0040         </property>
0041         <property name="alignment">
0042          <set>Qt::AlignCenter</set>
0043         </property>
0044         <property name="suffix">
0045          <string>mm</string>
0046         </property>
0047         <property name="maximum">
0048          <number>100</number>
0049         </property>
0050         <property name="value">
0051          <number>5</number>
0052         </property>
0053        </widget>
0054       </item>
0055       <item row="0" column="2">
0056        <spacer name="horizontalSpacer_2">
0057         <property name="orientation">
0058          <enum>Qt::Horizontal</enum>
0059         </property>
0060         <property name="sizeHint" stdset="0">
0061          <size>
0062           <width>65</width>
0063           <height>20</height>
0064          </size>
0065         </property>
0066        </spacer>
0067       </item>
0068       <item row="1" column="0">
0069        <widget class="QSpinBox" name="MarginLeft">
0070         <property name="toolTip">
0071          <string>Left margin in mm</string>
0072         </property>
0073         <property name="alignment">
0074          <set>Qt::AlignCenter</set>
0075         </property>
0076         <property name="suffix">
0077          <string>mm</string>
0078         </property>
0079         <property name="maximum">
0080          <number>100</number>
0081         </property>
0082         <property name="value">
0083          <number>5</number>
0084         </property>
0085        </widget>
0086       </item>
0087       <item row="1" column="1">
0088        <spacer name="horizontalSpacer">
0089         <property name="orientation">
0090          <enum>Qt::Horizontal</enum>
0091         </property>
0092         <property name="sizeHint" stdset="0">
0093          <size>
0094           <width>65</width>
0095           <height>20</height>
0096          </size>
0097         </property>
0098        </spacer>
0099       </item>
0100       <item row="1" column="2">
0101        <widget class="QSpinBox" name="MarginRight">
0102         <property name="toolTip">
0103          <string>Right margin in mm</string>
0104         </property>
0105         <property name="alignment">
0106          <set>Qt::AlignCenter</set>
0107         </property>
0108         <property name="suffix">
0109          <string>mm</string>
0110         </property>
0111         <property name="maximum">
0112          <number>100</number>
0113         </property>
0114         <property name="value">
0115          <number>5</number>
0116         </property>
0117        </widget>
0118       </item>
0119       <item row="2" column="0">
0120        <spacer name="horizontalSpacer_4">
0121         <property name="orientation">
0122          <enum>Qt::Horizontal</enum>
0123         </property>
0124         <property name="sizeHint" stdset="0">
0125          <size>
0126           <width>65</width>
0127           <height>20</height>
0128          </size>
0129         </property>
0130        </spacer>
0131       </item>
0132       <item row="2" column="1">
0133        <widget class="QSpinBox" name="MarginBottom">
0134         <property name="toolTip">
0135          <string>Bottom margin in mm</string>
0136         </property>
0137         <property name="alignment">
0138          <set>Qt::AlignCenter</set>
0139         </property>
0140         <property name="suffix">
0141          <string>mm</string>
0142         </property>
0143         <property name="maximum">
0144          <number>100</number>
0145         </property>
0146         <property name="value">
0147          <number>5</number>
0148         </property>
0149        </widget>
0150       </item>
0151       <item row="2" column="2">
0152        <spacer name="horizontalSpacer_5">
0153         <property name="orientation">
0154          <enum>Qt::Horizontal</enum>
0155         </property>
0156         <property name="sizeHint" stdset="0">
0157          <size>
0158           <width>65</width>
0159           <height>20</height>
0160          </size>
0161         </property>
0162        </spacer>
0163       </item>
0164      </layout>
0165     </widget>
0166    </item>
0167    <item row="1" column="0">
0168     <widget class="QGroupBox" name="groupBox_2">
0169      <property name="title">
0170       <string>Grid</string>
0171      </property>
0172      <layout class="QFormLayout" name="formLayout">
0173       <property name="fieldGrowthPolicy">
0174        <enum>QFormLayout::ExpandingFieldsGrow</enum>
0175       </property>
0176       <item row="0" column="0" colspan="2">
0177        <widget class="QCheckBox" name="ShowGrid">
0178         <property name="text">
0179          <string>Show grid</string>
0180         </property>
0181        </widget>
0182       </item>
0183       <item row="1" column="0">
0184        <widget class="QLabel" name="label">
0185         <property name="sizePolicy">
0186          <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
0187           <horstretch>0</horstretch>
0188           <verstretch>0</verstretch>
0189          </sizepolicy>
0190         </property>
0191         <property name="text">
0192          <string comment="The horizontal axis">Size</string>
0193         </property>
0194        </widget>
0195       </item>
0196       <item row="1" column="1">
0197        <widget class="QSpinBox" name="GridSize">
0198         <property name="enabled">
0199          <bool>false</bool>
0200         </property>
0201         <property name="toolTip">
0202          <string>Grid X spacing in mm</string>
0203         </property>
0204         <property name="suffix">
0205          <string>mm</string>
0206         </property>
0207         <property name="minimum">
0208          <number>1</number>
0209         </property>
0210         <property name="maximum">
0211          <number>100</number>
0212         </property>
0213         <property name="value">
0214          <number>10</number>
0215         </property>
0216        </widget>
0217       </item>
0218      </layout>
0219     </widget>
0220    </item>
0221    <item row="2" column="0">
0222     <widget class="QDialogButtonBox" name="DialogButtonBox">
0223      <property name="standardButtons">
0224       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::Help</set>
0225      </property>
0226     </widget>
0227    </item>
0228   </layout>
0229  </widget>
0230  <tabstops>
0231   <tabstop>MarginTop</tabstop>
0232   <tabstop>MarginLeft</tabstop>
0233   <tabstop>MarginRight</tabstop>
0234   <tabstop>MarginBottom</tabstop>
0235   <tabstop>ShowGrid</tabstop>
0236   <tabstop>GridSize</tabstop>
0237  </tabstops>
0238  <resources/>
0239  <connections>
0240   <connection>
0241    <sender>ShowGrid</sender>
0242    <signal>toggled(bool)</signal>
0243    <receiver>GridSize</receiver>
0244    <slot>setEnabled(bool)</slot>
0245    <hints>
0246     <hint type="sourcelabel">
0247      <x>41</x>
0248      <y>184</y>
0249     </hint>
0250     <hint type="destinationlabel">
0251      <x>71</x>
0252      <y>240</y>
0253     </hint>
0254    </hints>
0255   </connection>
0256  </connections>
0257 </ui>