|
16 | 16 | <iconset resource="quickprint.qrc" >:/quickprint/quickprint.png</iconset> |
17 | 17 | </property> |
18 | 18 | <layout class="QGridLayout" > |
19 | | - <item row="0" column="0" > |
20 | | - <widget class="QLabel" name="txtHeading" > |
21 | | - <property name="sizePolicy" > |
22 | | - <sizepolicy vsizetype="Fixed" hsizetype="Fixed" > |
23 | | - <horstretch>0</horstretch> |
24 | | - <verstretch>0</verstretch> |
25 | | - </sizepolicy> |
26 | | - </property> |
27 | | - <property name="font" > |
28 | | - <font> |
29 | | - <family>Sans Serif</family> |
30 | | - <pointsize>24</pointsize> |
31 | | - <weight>75</weight> |
32 | | - <italic>false</italic> |
33 | | - <bold>true</bold> |
34 | | - <underline>false</underline> |
35 | | - <strikeout>false</strikeout> |
36 | | - </font> |
37 | | - </property> |
38 | | - <property name="text" > |
39 | | - <string>Quick Print</string> |
40 | | - </property> |
41 | | - <property name="alignment" > |
42 | | - <set>Qt::AlignCenter</set> |
43 | | - </property> |
44 | | - </widget> |
45 | | - </item> |
46 | | - <item row="1" column="0" > |
47 | | - <widget class="QLabel" name="lblMapTitle" > |
48 | | - <property name="text" > |
49 | | - <string>Map Title e.g. ACME inc.</string> |
50 | | - </property> |
51 | | - <property name="buddy" > |
52 | | - <cstring>leMapTitle</cstring> |
53 | | - </property> |
54 | | - </widget> |
55 | | - </item> |
56 | | - <item row="2" column="0" > |
57 | | - <widget class="QLineEdit" name="leMapTitle" /> |
58 | | - </item> |
59 | | - <item row="3" column="0" > |
60 | | - <widget class="QLabel" name="lblMapName" > |
61 | | - <property name="text" > |
62 | | - <string>Map Name e.g. Water Features</string> |
| 19 | + <property name="margin" > |
| 20 | + <number>9</number> |
| 21 | + </property> |
| 22 | + <property name="spacing" > |
| 23 | + <number>6</number> |
| 24 | + </property> |
| 25 | + <item row="11" column="0" > |
| 26 | + <widget class="QDialogButtonBox" name="buttonBox" > |
| 27 | + <property name="orientation" > |
| 28 | + <enum>Qt::Horizontal</enum> |
63 | 29 | </property> |
64 | | - <property name="buddy" > |
65 | | - <cstring>leMapName</cstring> |
| 30 | + <property name="standardButtons" > |
| 31 | + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> |
66 | 32 | </property> |
67 | 33 | </widget> |
68 | 34 | </item> |
69 | | - <item row="4" column="0" > |
70 | | - <widget class="QLineEdit" name="leMapName" /> |
71 | | - </item> |
72 | | - <item row="5" column="0" > |
73 | | - <widget class="QLabel" name="lblCopyright" > |
| 35 | + <item row="10" column="0" > |
| 36 | + <widget class="QLabel" name="label" > |
74 | 37 | <property name="text" > |
75 | | - <string>Copyright</string> |
76 | | - </property> |
77 | | - <property name="buddy" > |
78 | | - <cstring>teCopyright</cstring> |
| 38 | + <string>Note: If you want more control over the map layout please use the map composer function in QGIS.</string> |
79 | 39 | </property> |
80 | | - </widget> |
81 | | - </item> |
82 | | - <item row="6" column="0" > |
83 | | - <widget class="QTextEdit" name="teCopyright" /> |
84 | | - </item> |
85 | | - <item row="7" column="0" > |
86 | | - <widget class="QLabel" name="label_2" > |
87 | | - <property name="text" > |
88 | | - <string>Page Size</string> |
| 40 | + <property name="wordWrap" > |
| 41 | + <bool>true</bool> |
89 | 42 | </property> |
90 | 43 | </widget> |
91 | 44 | </item> |
92 | | - <item row="8" column="0" > |
93 | | - <widget class="QComboBox" name="cboPageSize" /> |
94 | | - </item> |
95 | 45 | <item row="9" column="0" > |
96 | 46 | <widget class="QGroupBox" name="grpOuput" > |
97 | 47 | <property name="title" > |
98 | 48 | <string>Output</string> |
99 | 49 | </property> |
100 | 50 | <layout class="QGridLayout" > |
101 | | - <property name="leftMargin" > |
| 51 | + <property name="margin" > |
102 | 52 | <number>11</number> |
103 | 53 | </property> |
104 | | - <property name="topMargin" > |
105 | | - <number>11</number> |
106 | | - </property> |
107 | | - <property name="rightMargin" > |
108 | | - <number>11</number> |
109 | | - </property> |
110 | | - <property name="bottomMargin" > |
111 | | - <number>11</number> |
| 54 | + <property name="spacing" > |
| 55 | + <number>6</number> |
112 | 56 | </property> |
113 | 57 | <item row="0" column="0" > |
114 | 58 | <widget class="QRadioButton" name="radUseIncrementedFileName" > |
|
140 | 84 | </layout> |
141 | 85 | </widget> |
142 | 86 | </item> |
143 | | - <item row="10" column="0" > |
144 | | - <widget class="QLabel" name="label" > |
| 87 | + <item row="8" column="0" > |
| 88 | + <widget class="QComboBox" name="cboPageSize" /> |
| 89 | + </item> |
| 90 | + <item row="7" column="0" > |
| 91 | + <widget class="QLabel" name="label_2" > |
145 | 92 | <property name="text" > |
146 | | - <string>Note: If you want more control over the map layout please use the map composer function in QGIS.</string> |
| 93 | + <string>Page Size</string> |
147 | 94 | </property> |
148 | | - <property name="wordWrap" > |
149 | | - <bool>true</bool> |
| 95 | + </widget> |
| 96 | + </item> |
| 97 | + <item row="6" column="0" > |
| 98 | + <widget class="QTextEdit" name="teCopyright" /> |
| 99 | + </item> |
| 100 | + <item row="5" column="0" > |
| 101 | + <widget class="QLabel" name="lblCopyright" > |
| 102 | + <property name="text" > |
| 103 | + <string>Copyright</string> |
| 104 | + </property> |
| 105 | + <property name="buddy" > |
| 106 | + <cstring>teCopyright</cstring> |
150 | 107 | </property> |
151 | 108 | </widget> |
152 | 109 | </item> |
153 | | - <item row="11" column="0" > |
154 | | - <widget class="QDialogButtonBox" name="buttonBox" > |
155 | | - <property name="orientation" > |
156 | | - <enum>Qt::Horizontal</enum> |
| 110 | + <item row="4" column="0" > |
| 111 | + <widget class="QLineEdit" name="leMapName" /> |
| 112 | + </item> |
| 113 | + <item row="3" column="0" > |
| 114 | + <widget class="QLabel" name="lblMapName" > |
| 115 | + <property name="text" > |
| 116 | + <string>Map Name e.g. Water Features</string> |
157 | 117 | </property> |
158 | | - <property name="standardButtons" > |
159 | | - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> |
| 118 | + <property name="buddy" > |
| 119 | + <cstring>leMapName</cstring> |
| 120 | + </property> |
| 121 | + </widget> |
| 122 | + </item> |
| 123 | + <item row="2" column="0" > |
| 124 | + <widget class="QLineEdit" name="leMapTitle" /> |
| 125 | + </item> |
| 126 | + <item row="1" column="0" > |
| 127 | + <widget class="QLabel" name="lblMapTitle" > |
| 128 | + <property name="text" > |
| 129 | + <string>Map Title e.g. ACME inc.</string> |
| 130 | + </property> |
| 131 | + <property name="buddy" > |
| 132 | + <cstring>leMapTitle</cstring> |
| 133 | + </property> |
| 134 | + </widget> |
| 135 | + </item> |
| 136 | + <item row="0" column="0" > |
| 137 | + <widget class="QLabel" name="txtHeading" > |
| 138 | + <property name="sizePolicy" > |
| 139 | + <sizepolicy> |
| 140 | + <hsizetype>0</hsizetype> |
| 141 | + <vsizetype>0</vsizetype> |
| 142 | + <horstretch>0</horstretch> |
| 143 | + <verstretch>0</verstretch> |
| 144 | + </sizepolicy> |
| 145 | + </property> |
| 146 | + <property name="font" > |
| 147 | + <font> |
| 148 | + <family>Sans Serif</family> |
| 149 | + <pointsize>24</pointsize> |
| 150 | + <weight>75</weight> |
| 151 | + <italic>false</italic> |
| 152 | + <bold>true</bold> |
| 153 | + <underline>false</underline> |
| 154 | + <strikeout>false</strikeout> |
| 155 | + </font> |
| 156 | + </property> |
| 157 | + <property name="text" > |
| 158 | + <string>Quick Print</string> |
| 159 | + </property> |
| 160 | + <property name="alignment" > |
| 161 | + <set>Qt::AlignCenter</set> |
160 | 162 | </property> |
161 | 163 | </widget> |
162 | 164 | </item> |
|
0 commit comments