Changeset 846 for trunk/src/gui/dialogs/qprintsettingsoutput.ui
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/dialogs/qprintsettingsoutput.ui
r2 r846 1 <ui version="4.0" > 1 <?xml version="1.0" encoding="UTF-8"?> 2 <ui version="4.0"> 2 3 <class>QPrintSettingsOutput</class> 3 <widget class="QWidget" name="QPrintSettingsOutput" 4 <property name="geometry" 4 <widget class="QWidget" name="QPrintSettingsOutput"> 5 <property name="geometry"> 5 6 <rect> 6 7 <x>0</x> 7 8 <y>0</y> 8 <width>4 16</width>9 <height>1 66</height>9 <width>426</width> 10 <height>171</height> 10 11 </rect> 11 12 </property> 12 <property name="windowTitle" 13 <property name="windowTitle"> 13 14 <string>Form</string> 14 15 </property> 15 <layout class="QHBoxLayout" name="horizontalLayout_2" 16 <property name="margin" 16 <layout class="QHBoxLayout" name="horizontalLayout_2"> 17 <property name="margin"> 17 18 <number>0</number> 18 19 </property> 19 20 <item> 20 <widget class="QTabWidget" name="tabs" 21 <property name="currentIndex" 21 <widget class="QTabWidget" name="tabs"> 22 <property name="currentIndex"> 22 23 <number>0</number> 23 24 </property> 24 <widget class="QWidget" name="copiesTab" > 25 <property name="geometry" > 26 <rect> 27 <x>0</x> 28 <y>0</y> 29 <width>412</width> 30 <height>139</height> 31 </rect> 32 </property> 33 <attribute name="title" > 25 <widget class="QWidget" name="copiesTab"> 26 <attribute name="title"> 34 27 <string>Copies</string> 35 28 </attribute> 36 <layout class="QHBoxLayout" name="horizontalLayout" 29 <layout class="QHBoxLayout" name="horizontalLayout"> 37 30 <item> 38 <widget class="QGroupBox" name="gbPrintRange" 39 <property name="sizePolicy" 40 <sizepolicy vsizetype="Minimum" hsizetype="Preferred">31 <widget class="QGroupBox" name="gbPrintRange"> 32 <property name="sizePolicy"> 33 <sizepolicy hsizetype="Preferred" vsizetype="Minimum"> 41 34 <horstretch>0</horstretch> 42 35 <verstretch>0</verstretch> 43 36 </sizepolicy> 44 37 </property> 45 <property name="title" 38 <property name="title"> 46 39 <string>Print range</string> 47 40 </property> 48 <layout class="QVBoxLayout" name="_3" 49 <property name="spacing" 41 <layout class="QVBoxLayout" name="_3"> 42 <property name="spacing"> 50 43 <number>4</number> 51 44 </property> 52 <property name="margin" 45 <property name="margin"> 53 46 <number>6</number> 54 47 </property> 55 48 <item> 56 <widget class="QRadioButton" name="printAll" 57 <property name="text" 49 <widget class="QRadioButton" name="printAll"> 50 <property name="text"> 58 51 <string>Print all</string> 59 52 </property> 60 <property name="checked" 53 <property name="checked"> 61 54 <bool>true</bool> 62 55 </property> … … 64 57 </item> 65 58 <item> 66 <layout class="QHBoxLayout" name="_4" 67 <property name="spacing" 59 <layout class="QHBoxLayout" name="_4"> 60 <property name="spacing"> 68 61 <number>6</number> 69 62 </property> 70 <property name="margin" 63 <property name="margin"> 71 64 <number>0</number> 72 65 </property> 73 66 <item> 74 <widget class="QRadioButton" name="printRange" 75 <property name="text" 67 <widget class="QRadioButton" name="printRange"> 68 <property name="text"> 76 69 <string>Pages from</string> 77 70 </property> … … 79 72 </item> 80 73 <item> 81 <widget class="QSpinBox" name="from" 82 <property name="enabled" 74 <widget class="QSpinBox" name="from"> 75 <property name="enabled"> 83 76 <bool>false</bool> 84 77 </property> 85 <property name="minimum" 78 <property name="minimum"> 86 79 <number>1</number> 87 80 </property> 88 <property name="maximum" 81 <property name="maximum"> 89 82 <number>999</number> 90 83 </property> … … 92 85 </item> 93 86 <item> 94 <widget class="QLabel" name="label_3" 95 <property name="text" 87 <widget class="QLabel" name="label_3"> 88 <property name="text"> 96 89 <string>to</string> 97 90 </property> … … 99 92 </item> 100 93 <item> 101 <widget class="QSpinBox" name="to" 102 <property name="enabled" 94 <widget class="QSpinBox" name="to"> 95 <property name="enabled"> 103 96 <bool>false</bool> 104 97 </property> 105 <property name="minimum" 98 <property name="minimum"> 106 99 <number>1</number> 107 100 </property> 108 <property name="maximum" 101 <property name="maximum"> 109 102 <number>999</number> 110 103 </property> … … 113 106 <item> 114 107 <spacer> 115 <property name="orientation" 108 <property name="orientation"> 116 109 <enum>Qt::Horizontal</enum> 117 110 </property> 118 <property name="sizeHint" stdset="0" 111 <property name="sizeHint" stdset="0"> 119 112 <size> 120 113 <width>0</width> … … 127 120 </item> 128 121 <item> 129 <widget class="QRadioButton" name="printSelection" > 130 <property name="text" > 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 131 <string>Selection</string> 132 132 </property> … … 134 134 </item> 135 135 <item> 136 <spacer name="verticalSpacer" 137 <property name="orientation" 136 <spacer name="verticalSpacer"> 137 <property name="orientation"> 138 138 <enum>Qt::Vertical</enum> 139 139 </property> 140 <property name="sizeHint" stdset="0" 140 <property name="sizeHint" stdset="0"> 141 141 <size> 142 142 <width>1</width> … … 150 150 </item> 151 151 <item> 152 <widget class="QGroupBox" name="groupBox" 153 <property name="title" 152 <widget class="QGroupBox" name="groupBox"> 153 <property name="title"> 154 154 <string>Output Settings</string> 155 155 </property> 156 <layout class="QGridLayout" name="gridLayout" 157 <item row="0" column="0" 158 <widget class="QLabel" name="label" 159 <property name="text" 156 <layout class="QGridLayout" name="gridLayout"> 157 <item row="0" column="0"> 158 <widget class="QLabel" name="label"> 159 <property name="text"> 160 160 <string>Copies:</string> 161 161 </property> 162 <property name="buddy" 162 <property name="buddy"> 163 163 <cstring>copies</cstring> 164 164 </property> 165 165 </widget> 166 166 </item> 167 <item row="0" column="1" colspan="2" 168 <widget class="QSpinBox" name="copies" 169 <property name="minimum" 167 <item row="0" column="1" colspan="2"> 168 <widget class="QSpinBox" name="copies"> 169 <property name="minimum"> 170 170 <number>1</number> 171 171 </property> 172 <property name="maximum" 172 <property name="maximum"> 173 173 <number>999</number> 174 174 </property> 175 175 </widget> 176 176 </item> 177 <item row="0" column="3" 178 <spacer name="horizontalSpacer" 179 <property name="orientation" 177 <item row="0" column="3"> 178 <spacer name="horizontalSpacer"> 179 <property name="orientation"> 180 180 <enum>Qt::Horizontal</enum> 181 181 </property> 182 <property name="sizeHint" stdset="0" 182 <property name="sizeHint" stdset="0"> 183 183 <size> 184 184 <width>91</width> … … 188 188 </spacer> 189 189 </item> 190 <item row="1" column="0" colspan="2" 191 <widget class="QCheckBox" name="collate" 192 <property name="text" 190 <item row="1" column="0" colspan="2"> 191 <widget class="QCheckBox" name="collate"> 192 <property name="text"> 193 193 <string>Collate</string> 194 194 </property> 195 195 </widget> 196 196 </item> 197 <item row span="2" row="1" column="2" colspan="2">198 <widget class="QLabel" name="outputIcon" 199 <property name="sizePolicy" 200 <sizepolicy vsizetype="Ignored" hsizetype="Ignored">197 <item row="1" column="2" rowspan="2" colspan="2"> 198 <widget class="QLabel" name="outputIcon"> 199 <property name="sizePolicy"> 200 <sizepolicy hsizetype="Ignored" vsizetype="Ignored"> 201 201 <horstretch>0</horstretch> 202 202 <verstretch>0</verstretch> … … 205 205 </widget> 206 206 </item> 207 <item row="2" column="0" colspan="2" 208 <widget class="QCheckBox" name="reverse" 209 <property name="text" 207 <item row="2" column="0" colspan="2"> 208 <widget class="QCheckBox" name="reverse"> 209 <property name="text"> 210 210 <string>Reverse</string> 211 211 </property> 212 212 </widget> 213 213 </item> 214 <item row="3" column="0" colspan="4" 215 <spacer name="verticalSpacer_2" 216 <property name="orientation" 214 <item row="3" column="0" colspan="4"> 215 <spacer name="verticalSpacer_2"> 216 <property name="orientation"> 217 217 <enum>Qt::Vertical</enum> 218 218 </property> 219 <property name="sizeHint" stdset="0" 219 <property name="sizeHint" stdset="0"> 220 220 <size> 221 221 <width>0</width> … … 230 230 </layout> 231 231 </widget> 232 <widget class="QWidget" name="optionsTab" > 233 <property name="geometry" > 234 <rect> 235 <x>0</x> 236 <y>0</y> 237 <width>412</width> 238 <height>139</height> 239 </rect> 240 </property> 241 <attribute name="title" > 232 <widget class="QWidget" name="optionsTab"> 233 <attribute name="title"> 242 234 <string>Options</string> 243 235 </attribute> 244 <layout class="QGridLayout" name="gridLayout_2" 245 <item row="0" column="1" 246 <widget class="QGroupBox" name="colorMode" 247 <property name="title" 236 <layout class="QGridLayout" name="gridLayout_2"> 237 <item row="0" column="1"> 238 <widget class="QGroupBox" name="colorMode"> 239 <property name="title"> 248 240 <string>Color Mode</string> 249 241 </property> 250 <layout class="QGridLayout" name="gridLayout_4" 251 <item row="2" column="0" 252 <spacer name="verticalSpacer_6" 253 <property name="orientation" 242 <layout class="QGridLayout" name="gridLayout_4"> 243 <item row="2" column="0"> 244 <spacer name="verticalSpacer_6"> 245 <property name="orientation"> 254 246 <enum>Qt::Vertical</enum> 255 247 </property> 256 <property name="sizeHint" stdset="0" 248 <property name="sizeHint" stdset="0"> 257 249 <size> 258 250 <width>1</width> … … 262 254 </spacer> 263 255 </item> 264 <item row="0" column="0" 265 <widget class="QRadioButton" name="color" 266 <property name="text" 256 <item row="0" column="0"> 257 <widget class="QRadioButton" name="color"> 258 <property name="text"> 267 259 <string>Color</string> 268 260 </property> 269 261 </widget> 270 262 </item> 271 <item row span="3" row="0" column="1">272 <widget class="QLabel" name="colorIcon" 273 </item> 274 <item row="1" column="0" 275 <widget class="QRadioButton" name="grayscale" 276 <property name="text" 263 <item row="0" column="1" rowspan="3"> 264 <widget class="QLabel" name="colorIcon"/> 265 </item> 266 <item row="1" column="0"> 267 <widget class="QRadioButton" name="grayscale"> 268 <property name="text"> 277 269 <string>Grayscale</string> 278 270 </property> … … 282 274 </widget> 283 275 </item> 284 <item row="0" column="0" 285 <widget class="QGroupBox" name="duplex" 286 <property name="title" 276 <item row="0" column="0"> 277 <widget class="QGroupBox" name="duplex"> 278 <property name="title"> 287 279 <string>Duplex Printing</string> 288 280 </property> 289 <layout class="QVBoxLayout" name="verticalLayout" 290 <item> 291 <widget class="QRadioButton" name="noDuplex" 292 <property name="text" 281 <layout class="QVBoxLayout" name="verticalLayout"> 282 <item> 283 <widget class="QRadioButton" name="noDuplex"> 284 <property name="text"> 293 285 <string>None</string> 294 286 </property> 295 <property name="checked" 287 <property name="checked"> 296 288 <bool>true</bool> 297 289 </property> … … 299 291 </item> 300 292 <item> 301 <widget class="QRadioButton" name="duplexLong" 302 <property name="text" 293 <widget class="QRadioButton" name="duplexLong"> 294 <property name="text"> 303 295 <string>Long side</string> 304 296 </property> … … 306 298 </item> 307 299 <item> 308 <widget class="QRadioButton" name="duplexShort" 309 <property name="text" 300 <widget class="QRadioButton" name="duplexShort"> 301 <property name="text"> 310 302 <string>Short side</string> 311 303 </property> … … 313 305 </item> 314 306 <item> 315 <spacer name="verticalSpacer_42" 316 <property name="orientation" 307 <spacer name="verticalSpacer_42"> 308 <property name="orientation"> 317 309 <enum>Qt::Vertical</enum> 318 310 </property> 319 <property name="sizeHint" stdset="0" 311 <property name="sizeHint" stdset="0"> 320 312 <size> 321 313 <width>1</width> … … 342 334 <slot>setEnabled(bool)</slot> 343 335 <hints> 344 <hint type="sourcelabel" 336 <hint type="sourcelabel"> 345 337 <x>76</x> 346 338 <y>59</y> 347 339 </hint> 348 <hint type="destinationlabel" 340 <hint type="destinationlabel"> 349 341 <x>122</x> 350 342 <y>57</y> … … 358 350 <slot>setEnabled(bool)</slot> 359 351 <hints> 360 <hint type="sourcelabel" 352 <hint type="sourcelabel"> 361 353 <x>69</x> 362 354 <y>67</y> 363 355 </hint> 364 <hint type="destinationlabel" 356 <hint type="destinationlabel"> 365 357 <x>215</x> 366 358 <y>67</y>
Note:
See TracChangeset
for help on using the changeset viewer.