| [846] | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
|---|
| 2 | <ui version="4.0">
|
|---|
| [2] | 3 | <class>QPrintSettingsOutput</class>
|
|---|
| [846] | 4 | <widget class="QWidget" name="QPrintSettingsOutput">
|
|---|
| 5 | <property name="geometry">
|
|---|
| [2] | 6 | <rect>
|
|---|
| 7 | <x>0</x>
|
|---|
| 8 | <y>0</y>
|
|---|
| [846] | 9 | <width>426</width>
|
|---|
| 10 | <height>171</height>
|
|---|
| [2] | 11 | </rect>
|
|---|
| 12 | </property>
|
|---|
| [846] | 13 | <property name="windowTitle">
|
|---|
| [2] | 14 | <string>Form</string>
|
|---|
| 15 | </property>
|
|---|
| [846] | 16 | <layout class="QHBoxLayout" name="horizontalLayout_2">
|
|---|
| 17 | <property name="margin">
|
|---|
| [2] | 18 | <number>0</number>
|
|---|
| 19 | </property>
|
|---|
| 20 | <item>
|
|---|
| [846] | 21 | <widget class="QTabWidget" name="tabs">
|
|---|
| 22 | <property name="currentIndex">
|
|---|
| [2] | 23 | <number>0</number>
|
|---|
| 24 | </property>
|
|---|
| [846] | 25 | <widget class="QWidget" name="copiesTab">
|
|---|
| 26 | <attribute name="title">
|
|---|
| [2] | 27 | <string>Copies</string>
|
|---|
| 28 | </attribute>
|
|---|
| [846] | 29 | <layout class="QHBoxLayout" name="horizontalLayout">
|
|---|
| [2] | 30 | <item>
|
|---|
| [846] | 31 | <widget class="QGroupBox" name="gbPrintRange">
|
|---|
| 32 | <property name="sizePolicy">
|
|---|
| 33 | <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
|---|
| [2] | 34 | <horstretch>0</horstretch>
|
|---|
| 35 | <verstretch>0</verstretch>
|
|---|
| 36 | </sizepolicy>
|
|---|
| 37 | </property>
|
|---|
| [846] | 38 | <property name="title">
|
|---|
| [2] | 39 | <string>Print range</string>
|
|---|
| 40 | </property>
|
|---|
| [846] | 41 | <layout class="QVBoxLayout" name="_3">
|
|---|
| 42 | <property name="spacing">
|
|---|
| [2] | 43 | <number>4</number>
|
|---|
| 44 | </property>
|
|---|
| [846] | 45 | <property name="margin">
|
|---|
| [2] | 46 | <number>6</number>
|
|---|
| 47 | </property>
|
|---|
| 48 | <item>
|
|---|
| [846] | 49 | <widget class="QRadioButton" name="printAll">
|
|---|
| 50 | <property name="text">
|
|---|
| [2] | 51 | <string>Print all</string>
|
|---|
| 52 | </property>
|
|---|
| [846] | 53 | <property name="checked">
|
|---|
| [2] | 54 | <bool>true</bool>
|
|---|
| 55 | </property>
|
|---|
| 56 | </widget>
|
|---|
| 57 | </item>
|
|---|
| 58 | <item>
|
|---|
| [846] | 59 | <layout class="QHBoxLayout" name="_4">
|
|---|
| 60 | <property name="spacing">
|
|---|
| [2] | 61 | <number>6</number>
|
|---|
| 62 | </property>
|
|---|
| [846] | 63 | <property name="margin">
|
|---|
| [2] | 64 | <number>0</number>
|
|---|
| 65 | </property>
|
|---|
| 66 | <item>
|
|---|
| [846] | 67 | <widget class="QRadioButton" name="printRange">
|
|---|
| 68 | <property name="text">
|
|---|
| [2] | 69 | <string>Pages from</string>
|
|---|
| 70 | </property>
|
|---|
| 71 | </widget>
|
|---|
| 72 | </item>
|
|---|
| 73 | <item>
|
|---|
| [846] | 74 | <widget class="QSpinBox" name="from">
|
|---|
| 75 | <property name="enabled">
|
|---|
| [2] | 76 | <bool>false</bool>
|
|---|
| 77 | </property>
|
|---|
| [846] | 78 | <property name="minimum">
|
|---|
| [2] | 79 | <number>1</number>
|
|---|
| 80 | </property>
|
|---|
| [846] | 81 | <property name="maximum">
|
|---|
| [2] | 82 | <number>999</number>
|
|---|
| 83 | </property>
|
|---|
| 84 | </widget>
|
|---|
| 85 | </item>
|
|---|
| 86 | <item>
|
|---|
| [846] | 87 | <widget class="QLabel" name="label_3">
|
|---|
| 88 | <property name="text">
|
|---|
| [2] | 89 | <string>to</string>
|
|---|
| 90 | </property>
|
|---|
| 91 | </widget>
|
|---|
| 92 | </item>
|
|---|
| 93 | <item>
|
|---|
| [846] | 94 | <widget class="QSpinBox" name="to">
|
|---|
| 95 | <property name="enabled">
|
|---|
| [2] | 96 | <bool>false</bool>
|
|---|
| 97 | </property>
|
|---|
| [846] | 98 | <property name="minimum">
|
|---|
| [2] | 99 | <number>1</number>
|
|---|
| 100 | </property>
|
|---|
| [846] | 101 | <property name="maximum">
|
|---|
| [2] | 102 | <number>999</number>
|
|---|
| 103 | </property>
|
|---|
| 104 | </widget>
|
|---|
| 105 | </item>
|
|---|
| 106 | <item>
|
|---|
| 107 | <spacer>
|
|---|
| [846] | 108 | <property name="orientation">
|
|---|
| [2] | 109 | <enum>Qt::Horizontal</enum>
|
|---|
| 110 | </property>
|
|---|
| [846] | 111 | <property name="sizeHint" stdset="0">
|
|---|
| [2] | 112 | <size>
|
|---|
| 113 | <width>0</width>
|
|---|
| 114 | <height>20</height>
|
|---|
| 115 | </size>
|
|---|
| 116 | </property>
|
|---|
| 117 | </spacer>
|
|---|
| 118 | </item>
|
|---|
| 119 | </layout>
|
|---|
| 120 | </item>
|
|---|
| 121 | <item>
|
|---|
| [846] | 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">
|
|---|
| [2] | 131 | <string>Selection</string>
|
|---|
| 132 | </property>
|
|---|
| 133 | </widget>
|
|---|
| 134 | </item>
|
|---|
| 135 | <item>
|
|---|
| [846] | 136 | <spacer name="verticalSpacer">
|
|---|
| 137 | <property name="orientation">
|
|---|
| [2] | 138 | <enum>Qt::Vertical</enum>
|
|---|
| 139 | </property>
|
|---|
| [846] | 140 | <property name="sizeHint" stdset="0">
|
|---|
| [2] | 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>
|
|---|
| [846] | 152 | <widget class="QGroupBox" name="groupBox">
|
|---|
| 153 | <property name="title">
|
|---|
| [2] | 154 | <string>Output Settings</string>
|
|---|
| 155 | </property>
|
|---|
| [846] | 156 | <layout class="QGridLayout" name="gridLayout">
|
|---|
| 157 | <item row="0" column="0">
|
|---|
| 158 | <widget class="QLabel" name="label">
|
|---|
| |
|---|