Warning, /graphics/kuickshow/src/printing_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>KuickPrintDialogPage</class>
0004  <widget class="QWidget" name="KuickPrintDialogPage">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>308</width>
0010     <height>237</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string>Image Settings</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <widget class="QCheckBox" name="addFileName">
0019      <property name="text">
0020       <string>Print fi&amp;lename below image</string>
0021      </property>
0022      <property name="checked">
0023       <bool>true</bool>
0024      </property>
0025     </widget>
0026    </item>
0027    <item>
0028     <widget class="QCheckBox" name="blackwhite">
0029      <property name="text">
0030       <string>Print image in &amp;black and white</string>
0031      </property>
0032     </widget>
0033    </item>
0034    <item>
0035     <widget class="QGroupBox" name="groupBox">
0036      <property name="title">
0037       <string>Scaling</string>
0038      </property>
0039      <layout class="QGridLayout" name="gridLayout">
0040       <item row="3" column="2" colspan="2">
0041        <widget class="QSpinBox" name="height">
0042         <property name="minimum">
0043          <number>1</number>
0044         </property>
0045         <property name="maximum">
0046          <number>2147483647</number>
0047         </property>
0048        </widget>
0049       </item>
0050       <item row="2" column="1">
0051        <widget class="QLabel" name="label">
0052         <property name="text">
0053          <string>&amp;Width:</string>
0054         </property>
0055         <property name="buddy">
0056          <cstring>width</cstring>
0057         </property>
0058        </widget>
0059       </item>
0060       <item row="1" column="3">
0061        <widget class="QComboBox" name="units">
0062         <item>
0063          <property name="text">
0064           <string>Millimeters</string>
0065          </property>
0066         </item>
0067         <item>
0068          <property name="text">
0069           <string>Centimeters</string>
0070          </property>
0071         </item>
0072         <item>
0073          <property name="text">
0074           <string>Inches</string>
0075          </property>
0076         </item>
0077        </widget>
0078       </item>
0079       <item row="2" column="2" colspan="2">
0080        <widget class="QSpinBox" name="width">
0081         <property name="minimum">
0082          <number>1</number>
0083         </property>
0084         <property name="maximum">
0085          <number>2147483647</number>
0086         </property>
0087        </widget>
0088       </item>
0089       <item row="2" column="0" rowspan="2">
0090        <spacer name="horizontalSpacer">
0091         <property name="orientation">
0092          <enum>Qt::Horizontal</enum>
0093         </property>
0094         <property name="sizeType">
0095          <enum>QSizePolicy::Fixed</enum>
0096         </property>
0097         <property name="sizeHint" stdset="0">
0098          <size>
0099           <width>30</width>
0100           <height>20</height>
0101          </size>
0102         </property>
0103        </spacer>
0104       </item>
0105       <item row="3" column="1">
0106        <widget class="QLabel" name="label_2">
0107         <property name="text">
0108          <string>&amp;Height:</string>
0109         </property>
0110         <property name="buddy">
0111          <cstring>height</cstring>
0112         </property>
0113        </widget>
0114       </item>
0115       <item row="1" column="0" colspan="3">
0116        <widget class="QRadioButton" name="scale">
0117         <property name="enabled">
0118          <bool>false</bool>
0119         </property>
0120         <property name="text">
0121          <string>Print e&amp;xact size: </string>
0122         </property>
0123        </widget>
0124       </item>
0125       <item row="1" column="4" rowspan="3">
0126        <spacer name="horizontalSpacer_2">
0127         <property name="orientation">
0128          <enum>Qt::Horizontal</enum>
0129         </property>
0130         <property name="sizeHint" stdset="0">
0131          <size>
0132           <width>40</width>
0133           <height>20</height>
0134          </size>
0135         </property>
0136        </spacer>
0137       </item>
0138       <item row="0" column="0" colspan="5">
0139        <widget class="QCheckBox" name="shrinkToFit">
0140         <property name="text">
0141          <string>Shrink image to &amp;fit, if necessary</string>
0142         </property>
0143         <property name="checked">
0144          <bool>true</bool>
0145         </property>
0146        </widget>
0147       </item>
0148      </layout>
0149     </widget>
0150    </item>
0151   </layout>
0152  </widget>
0153  <resources/>
0154  <connections/>
0155 </ui>