|
7 | 7 | <x>0</x> |
8 | 8 | <y>0</y> |
9 | 9 | <width>795</width> |
10 | | - <height>466</height> |
| 10 | + <height>467</height> |
11 | 11 | </rect> |
12 | 12 | </property> |
13 | 13 | <property name="sizePolicy"> |
|
29 | 29 | <x>440</x> |
30 | 30 | <y>10</y> |
31 | 31 | <width>341</width> |
32 | | - <height>381</height> |
| 32 | + <height>391</height> |
33 | 33 | </rect> |
34 | 34 | </property> |
35 | 35 | <property name="toolTip"> |
|
57 | 57 | <x>10</x> |
58 | 58 | <y>70</y> |
59 | 59 | <width>311</width> |
60 | | - <height>248</height> |
| 60 | + <height>277</height> |
61 | 61 | </rect> |
62 | 62 | </property> |
63 | 63 | <layout class="QGridLayout" name="gridLayout"> |
|
167 | 167 | </property> |
168 | 168 | </widget> |
169 | 169 | </item> |
170 | | - <item row="5" column="0"> |
| 170 | + <item row="6" column="0"> |
171 | 171 | <widget class="QCheckBox" name="mirrorabsoluteCheckBox"> |
172 | 172 | <property name="toolTip"> |
173 | 173 | <string><html><head/><body><p>Mirror operations on the back side along the Y axis instead of the board center, which is the default</p></body></html></string> |
|
177 | 177 | </property> |
178 | 178 | </widget> |
179 | 179 | </item> |
180 | | - <item row="6" column="0"> |
| 180 | + <item row="8" column="1"> |
| 181 | + <widget class="QSpinBox" name="dpiSpinBox"> |
| 182 | + <property name="toolTip"> |
| 183 | + <string><html><head/><body><p>Resolution used internally</p></body></html></string> |
| 184 | + </property> |
| 185 | + <property name="minimum"> |
| 186 | + <number>1</number> |
| 187 | + </property> |
| 188 | + <property name="maximum"> |
| 189 | + <number>10000</number> |
| 190 | + </property> |
| 191 | + <property name="singleStep"> |
| 192 | + <number>100</number> |
| 193 | + </property> |
| 194 | + <property name="value"> |
| 195 | + <number>1000</number> |
| 196 | + </property> |
| 197 | + </widget> |
| 198 | + </item> |
| 199 | + <item row="7" column="0"> |
181 | 200 | <widget class="QCheckBox" name="svgCheckBox"> |
182 | 201 | <property name="toolTip"> |
183 | 202 | <string><html><head/><body><p>Output SVG file (<font color="Red">EXPERIMENTAL</font>)</p></body></html></string> |
|
187 | 206 | </property> |
188 | 207 | </widget> |
189 | 208 | </item> |
190 | | - <item row="7" column="0"> |
| 209 | + <item row="8" column="0"> |
191 | 210 | <widget class="QLabel" name="dpiLabel"> |
192 | 211 | <property name="toolTip"> |
193 | 212 | <string><html><head/><body><p>Resolution used internally</p></body></html></string> |
|
197 | 216 | </property> |
198 | 217 | </widget> |
199 | 218 | </item> |
200 | | - <item row="7" column="1"> |
201 | | - <widget class="QSpinBox" name="dpiSpinBox"> |
| 219 | + <item row="2" column="0"> |
| 220 | + <widget class="QCheckBox" name="g64CheckBox"> |
202 | 221 | <property name="toolTip"> |
203 | | - <string><html><head/><body><p>Resolution used internally</p></body></html></string> |
204 | | - </property> |
205 | | - <property name="minimum"> |
206 | | - <number>1</number> |
207 | | - </property> |
208 | | - <property name="maximum"> |
209 | | - <number>10000</number> |
210 | | - </property> |
211 | | - <property name="singleStep"> |
212 | | - <number>100</number> |
| 222 | + <string><html><head/><body><p>Enable the custom g64 value</p></body></html></string> |
213 | 223 | </property> |
214 | | - <property name="value"> |
215 | | - <number>1000</number> |
| 224 | + <property name="text"> |
| 225 | + <string>custom g64</string> |
216 | 226 | </property> |
217 | 227 | </widget> |
218 | 228 | </item> |
219 | | - <item row="2" column="0"> |
220 | | - <widget class="QCheckBox" name="g64CheckBox"> |
| 229 | + <item row="5" column="0"> |
| 230 | + <widget class="QCheckBox" name="zerostartCheckBox"> |
221 | 231 | <property name="toolTip"> |
222 | | - <string><html><head/><body><p>Enable the custom g64 value</p></body></html></string> |
| 232 | + <string><html><head/><body><p>set the starting point of the project at (0,0). With this option, the projet will be between (0,0) and (max_x_value, max_y_value) (positive values)</p></body></html></string> |
223 | 233 | </property> |
224 | 234 | <property name="text"> |
225 | | - <string>custom g64</string> |
| 235 | + <string>zero-start</string> |
| 236 | + </property> |
| 237 | + <property name="checked"> |
| 238 | + <bool>true</bool> |
226 | 239 | </property> |
227 | 240 | </widget> |
228 | 241 | </item> |
|
1438 | 1451 | <property name="geometry"> |
1439 | 1452 | <rect> |
1440 | 1453 | <x>340</x> |
1441 | | - <y>400</y> |
| 1454 | + <y>410</y> |
1442 | 1455 | <width>131</width> |
1443 | 1456 | <height>23</height> |
1444 | 1457 | </rect> |
|
0 commit comments