| 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <ui version="4.0">
|
|---|
| 3 | <class>QPrintSettingsOutput</class>
|
|---|
| 4 | <widget class="QWidget" name="QPrintSettingsOutput">
|
|---|
| 5 | <property name="geometry">
|
|---|
| 6 | <rect>
|
|---|
| 7 | <x>0</x>
|
|---|
| 8 | <y>0</y>
|
|---|
| 9 | <width>426</width>
|
|---|
| 10 | <height>171</height>
|
|---|
| 11 | </rect>
|
|---|
| 12 | </property>
|
|---|
| 13 | <property name="windowTitle">
|
|---|
| 14 | <string>Form</string>
|
|---|
| 15 | </property>
|
|---|
| 16 | <layout class="QHBoxLayout" name="horizontalLayout_2">
|
|---|
| 17 | <property name="margin">
|
|---|
| 18 | <number>0</number>
|
|---|
| 19 | </property>
|
|---|
| 20 | <item>
|
|---|
| 21 | <widget class="QTabWidget" name="tabs">
|
|---|
| 22 | <property name="currentIndex">
|
|---|
| 23 | <number>0</number>
|
|---|
| 24 | </property>
|
|---|
| 25 | <widget class="QWidget" name="copiesTab">
|
|---|
| 26 | <attribute name="title">
|
|---|
| 27 | <string>Copies</string>
|
|---|
| 28 | </attribute>
|
|---|
| 29 | <layout class="QHBoxLayout" name="horizontalLayout">
|
|---|
| 30 | <item>
|
|---|
| 31 | <widget class="QGroupBox" name="gbPrintRange">
|
|---|
| 32 | <property name="sizePolicy">
|
|---|
| 33 | <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|---|
| 34 | <horstretch>0</horstretch>
|
|---|
| 35 | <verstretch>0</verstretch>
|
|---|
| 36 | </sizepolicy>
|
|---|
| 37 | </property>
|
|---|
| 38 | <property name="title">
|
|---|
| 39 | <string>Print range</string>
|
|---|
| 40 | </property>
|
|---|
| 41 | <layout class="QVBoxLayout" name="_3">
|
|---|
| 42 | <property name="spacing">
|
|---|
| 43 | <number>4</number>
|
|---|
| 44 | </property>
|
|---|
| 45 | <property name="margin">
|
|---|
| 46 | <number>6</number>
|
|---|
| 47 | </property>
|
|---|
| 48 | <item>
|
|---|
| 49 | <widget class="QRadioButton" name="printAll">
|
|---|
| 50 | <property name="text">
|
|---|
| 51 | <string>Print all</string>
|
|---|
| 52 | </property>
|
|---|
| 53 | <property name="checked">
|
|---|
| 54 | <bool>true</bool>
|
|---|
| 55 | </property>
|
|---|
| 56 | </widget>
|
|---|
| 57 | </item>
|
|---|
| 58 | <item>
|
|---|
| 59 | <layout class="QHBoxLayout" name="_4">
|
|---|
| 60 | <property name="spacing">
|
|---|
| 61 | <number>6</number>
|
|---|
| 62 | </property>
|
|---|
| 63 | <property name="margin">
|
|---|
| 64 | <number>0</number>
|
|---|
| 65 | </property>
|
|---|
| 66 | <item>
|
|---|
| 67 | <widget class="QRadioButton" name="printRange">
|
|---|
| 68 | <property name="text">
|
|---|
| 69 | <string>Pages from</string>
|
|---|
| 70 | </property>
|
|---|
| 71 | </widget>
|
|---|
| 72 | </item>
|
|---|
| 73 | <item>
|
|---|
| 74 | <widget class="QSpinBox" name="from">
|
|---|
| 75 | <property name="enabled">
|
|---|
| 76 | <bool>false</bool>
|
|---|
| 77 | </property>
|
|---|
| 78 | <property name="minimum">
|
|---|
| 79 | <number>1</number>
|
|---|
| 80 | </property>
|
|---|
| 81 | <property name="maximum">
|
|---|
| 82 | <number>999</number>
|
|---|
| 83 | </property>
|
|---|
| 84 | </widget>
|
|---|
| 85 | </item>
|
|---|
| 86 | <item>
|
|---|
| 87 | <widget class="QLabel" name="label_3">
|
|---|
| 88 | <property name="text">
|
|---|
| 89 | <string>to</string>
|
|---|
| 90 | </property>
|
|---|
| 91 | </widget>
|
|---|
| 92 | </item>
|
|---|
| 93 | <item>
|
|---|
| 94 | <widget class="QSpinBox" name="to">
|
|---|
| 95 | <property name="enabled">
|
|---|
| 96 | <bool>false</bool>
|
|---|
| 97 | </property>
|
|---|
| 98 | <property name="minimum">
|
|---|
| 99 | <number>1</number>
|
|---|
| 100 | </property>
|
|---|
| 101 | <property name="maximum">
|
|---|
| 102 | <number>999</number>
|
|---|
| 103 | </property>
|
|---|
| 104 | </widget>
|
|---|
| 105 | </item>
|
|---|
| 106 | <item>
|
|---|
| 107 | <spacer>
|
|---|
| 108 | <property name="orientation">
|
|---|
| 109 | <enum>Qt::Horizontal</enum>
|
|---|
| 110 | </property>
|
|---|
| 111 | <property name="sizeHint" stdset="0">
|
|---|
| 112 | <size>
|
|---|
| 113 | <width>0</width>
|
|---|
| 114 | <height>20</height>
|
|---|
| 115 | </size>
|
|---|
| 116 | </property>
|
|---|
| 117 | </spacer>
|
|---|
| 118 | </item>
|
|---|
| 119 | </layout>
|
|---|
| 120 | </item>
|
|---|
| 121 | <item>
|
|---|
| 122 | <widget class="QRadioButton" name="printCurrentPage">
|
|---|
| 123 | <property name="text">
|
|---|
| 124 | <string>Current Page</string>
|
|---|
| 125 | </property>
|
|---|
| 126 | </widget>
|
|---|
| 127 | </item>
|
|---|
| 128 | <item>
|
|---|
| 129 | <widget class="QRadioButton" name="printSelection">
|
|---|
| 130 | <property name="text">
|
|---|
| 131 | <string>Selection</string>
|
|---|
| 132 | </property>
|
|---|
| 133 | </widget>
|
|---|
| 134 | </item>
|
|---|
| 135 | <item>
|
|---|
| 136 | <spacer name="verticalSpacer">
|
|---|
| 137 | <property name="orientation">
|
|---|
| 138 | <enum>Qt::Vertical</enum>
|
|---|
| 139 | </property>
|
|---|
| 140 | <property name="sizeHint" stdset="0">
|
|---|
| 141 | <size>
|
|---|
| 142 | <width>1</width>
|
|---|
| 143 | <height>1</height>
|
|---|
| 144 | </size>
|
|---|
| 145 | </property>
|
|---|
| 146 | </spacer>
|
|---|
| 147 | </item>
|
|---|
| 148 | </layout>
|
|---|
| 149 | </widget>
|
|---|
| 150 | </item>
|
|---|
| 151 | <item>
|
|---|
| 152 | <widget class="QGroupBox" name="groupBox">
|
|---|
| 153 | <property name="title">
|
|---|
| 154 | <string>Output Settings</string>
|
|---|
| 155 | </property>
|
|---|
| 156 | <layout class="QGridLayout" name="gridLayout">
|
|---|
| 157 | <item row="0" column="0">
|
|---|
| 158 | <widget class="QLabel" name="label">
|
|---|
| 159 | <property name="text">
|
|---|
| 160 | <string>Copies:</string>
|
|---|
| 161 | </property>
|
|---|
| 162 | <property name="buddy">
|
|---|
| 163 | <cstring>copies</cstring>
|
|---|
| 164 | </property>
|
|---|
| 165 | </widget>
|
|---|
| 166 | </item>
|
|---|
| 167 | <item row="0" column="1" colspan="2">
|
|---|
| 168 | <widget class="QSpinBox" name="copies">
|
|---|
| 169 | <property name="minimum">
|
|---|
| 170 | <number>1</number>
|
|---|
| 171 | </property>
|
|---|
| 172 | <property name="maximum">
|
|---|
| 173 | <number>999</number>
|
|---|
| 174 | </property>
|
|---|
| 175 | </widget>
|
|---|
| 176 | </item>
|
|---|
| 177 | <item row="0" column="3">
|
|---|
| 178 | <spacer name="horizontalSpacer">
|
|---|
| 179 | <property name="orientation">
|
|---|
| 180 | <enum>Qt::Horizontal</enum>
|
|---|
| 181 | </property>
|
|---|
| 182 | <property name="sizeHint" stdset="0">
|
|---|
| 183 | <size>
|
|---|
| 184 | <width>91</width>
|
|---|
| 185 | <height>20</height>
|
|---|
| 186 | </size>
|
|---|
| 187 | </property>
|
|---|
| 188 | </spacer>
|
|---|
|
|---|