|
71 | 71 | <addaction name="mActionViewScaleInCanvas"/>
|
72 | 72 | <addaction name="separator"/>
|
73 | 73 | <addaction name="mActionMoveContent"/>
|
| 74 | + <addaction name="separator"/> |
| 75 | + <addaction name="mActionLabelSettings"/> |
74 | 76 | </widget>
|
75 | 77 | </item>
|
76 | 78 | <item>
|
|
87 | 89 | <x>0</x>
|
88 | 90 | <y>0</y>
|
89 | 91 | <width>368</width>
|
90 |
| - <height>1373</height> |
| 92 | + <height>1253</height> |
91 | 93 | </rect>
|
92 | 94 | </property>
|
93 | 95 | <property name="sizePolicy">
|
|
297 | 299 | <bool>false</bool>
|
298 | 300 | </property>
|
299 | 301 | <layout class="QGridLayout" name="gridLayout">
|
300 |
| - <item row="0" column="0"> |
301 |
| - <widget class="QLabel" name="mXMinLabel"> |
302 |
| - <property name="enabled"> |
303 |
| - <bool>true</bool> |
304 |
| - </property> |
305 |
| - <property name="text"> |
306 |
| - <string>X min</string> |
307 |
| - </property> |
308 |
| - <property name="wordWrap"> |
309 |
| - <bool>false</bool> |
310 |
| - </property> |
311 |
| - <property name="buddy"> |
312 |
| - <cstring>mXMinLineEdit</cstring> |
313 |
| - </property> |
314 |
| - </widget> |
| 302 | + <item row="1" column="1"> |
| 303 | + <layout class="QHBoxLayout" name="horizontalLayout_3"> |
| 304 | + <item> |
| 305 | + <widget class="QLineEdit" name="mYMinLineEdit"/> |
| 306 | + </item> |
| 307 | + <item> |
| 308 | + <widget class="QgsPropertyOverrideButton" name="mYMinDDBtn"> |
| 309 | + <property name="text"> |
| 310 | + <string>…</string> |
| 311 | + </property> |
| 312 | + </widget> |
| 313 | + </item> |
| 314 | + </layout> |
315 | 315 | </item>
|
316 |
| - <item row="0" column="1"> |
317 |
| - <layout class="QHBoxLayout" name="horizontalLayout"> |
| 316 | + <item row="2" column="1"> |
| 317 | + <layout class="QHBoxLayout" name="horizontalLayout_4"> |
318 | 318 | <item>
|
319 |
| - <widget class="QLineEdit" name="mXMinLineEdit"/> |
| 319 | + <widget class="QLineEdit" name="mXMaxLineEdit"/> |
320 | 320 | </item>
|
321 | 321 | <item>
|
322 |
| - <widget class="QgsPropertyOverrideButton" name="mXMinDDBtn"> |
| 322 | + <widget class="QgsPropertyOverrideButton" name="mXMaxDDBtn"> |
323 | 323 | <property name="text">
|
324 | 324 | <string>…</string>
|
325 | 325 | </property>
|
|
340 | 340 | </property>
|
341 | 341 | </widget>
|
342 | 342 | </item>
|
343 |
| - <item row="1" column="1"> |
344 |
| - <layout class="QHBoxLayout" name="horizontalLayout_3"> |
| 343 | + <item row="3" column="1"> |
| 344 | + <layout class="QHBoxLayout" name="horizontalLayout_5"> |
345 | 345 | <item>
|
346 |
| - <widget class="QLineEdit" name="mYMinLineEdit"/> |
| 346 | + <widget class="QLineEdit" name="mYMaxLineEdit"/> |
347 | 347 | </item>
|
348 | 348 | <item>
|
349 |
| - <widget class="QgsPropertyOverrideButton" name="mYMinDDBtn"> |
| 349 | + <widget class="QgsPropertyOverrideButton" name="mYMaxDDBtn"> |
350 | 350 | <property name="text">
|
351 | 351 | <string>…</string>
|
352 | 352 | </property>
|
|
367 | 367 | </property>
|
368 | 368 | </widget>
|
369 | 369 | </item>
|
370 |
| - <item row="2" column="1"> |
371 |
| - <layout class="QHBoxLayout" name="horizontalLayout_4"> |
| 370 | + <item row="0" column="1"> |
| 371 | + <layout class="QHBoxLayout" name="horizontalLayout"> |
372 | 372 | <item>
|
373 |
| - <widget class="QLineEdit" name="mXMaxLineEdit"/> |
| 373 | + <widget class="QLineEdit" name="mXMinLineEdit"/> |
374 | 374 | </item>
|
375 | 375 | <item>
|
376 |
| - <widget class="QgsPropertyOverrideButton" name="mXMaxDDBtn"> |
| 376 | + <widget class="QgsPropertyOverrideButton" name="mXMinDDBtn"> |
377 | 377 | <property name="text">
|
378 | 378 | <string>…</string>
|
379 | 379 | </property>
|
380 | 380 | </widget>
|
381 | 381 | </item>
|
382 | 382 | </layout>
|
383 | 383 | </item>
|
384 |
| - <item row="3" column="0"> |
385 |
| - <widget class="QLabel" name="mYMaxLabel"> |
| 384 | + <item row="0" column="0"> |
| 385 | + <widget class="QLabel" name="mXMinLabel"> |
| 386 | + <property name="enabled"> |
| 387 | + <bool>true</bool> |
| 388 | + </property> |
386 | 389 | <property name="text">
|
387 |
| - <string>Y max</string> |
| 390 | + <string>X min</string> |
388 | 391 | </property>
|
389 | 392 | <property name="wordWrap">
|
390 | 393 | <bool>false</bool>
|
391 | 394 | </property>
|
392 | 395 | <property name="buddy">
|
393 |
| - <cstring>mYMaxLineEdit</cstring> |
| 396 | + <cstring>mXMinLineEdit</cstring> |
394 | 397 | </property>
|
395 | 398 | </widget>
|
396 | 399 | </item>
|
397 |
| - <item row="3" column="1"> |
398 |
| - <layout class="QHBoxLayout" name="horizontalLayout_5"> |
399 |
| - <item> |
400 |
| - <widget class="QLineEdit" name="mYMaxLineEdit"/> |
401 |
| - </item> |
402 |
| - <item> |
403 |
| - <widget class="QgsPropertyOverrideButton" name="mYMaxDDBtn"> |
404 |
| - <property name="text"> |
405 |
| - <string>…</string> |
406 |
| - </property> |
407 |
| - </widget> |
408 |
| - </item> |
409 |
| - </layout> |
410 |
| - </item> |
411 |
| - <item row="4" column="0" colspan="2"> |
412 |
| - <widget class="QPushButton" name="mSetToMapCanvasExtentButton"> |
| 400 | + <item row="3" column="0"> |
| 401 | + <widget class="QLabel" name="mYMaxLabel"> |
413 | 402 | <property name="text">
|
414 |
| - <string>Set to Map Canvas Extent</string> |
| 403 | + <string>Y max</string> |
415 | 404 | </property>
|
416 |
| - </widget> |
417 |
| - </item> |
418 |
| - <item row="5" column="0" colspan="2"> |
419 |
| - <widget class="QPushButton" name="mViewExtentInCanvasButton"> |
420 |
| - <property name="text"> |
421 |
| - <string>View Extent in Map Canvas</string> |
| 405 | + <property name="wordWrap"> |
| 406 | + <bool>false</bool> |
| 407 | + </property> |
| 408 | + <property name="buddy"> |
| 409 | + <cstring>mYMaxLineEdit</cstring> |
422 | 410 | </property>
|
423 | 411 | </widget>
|
424 | 412 | </item>
|
425 | 413 | </layout>
|
426 | 414 | </widget>
|
427 | 415 | </item>
|
428 |
| - <item> |
429 |
| - <widget class="QPushButton" name="mLabelSettingsButton"> |
430 |
| - <property name="text"> |
431 |
| - <string>Label Settings…</string> |
432 |
| - </property> |
433 |
| - </widget> |
434 |
| - </item> |
435 | 416 | <item>
|
436 | 417 | <widget class="QgsCollapsibleGroupBoxBasic" name="mAtlasCheckBox">
|
437 | 418 | <property name="title">
|
|
877 | 858 | <string>Set Map Scale to Match Main Canvas Scale</string>
|
878 | 859 | </property>
|
879 | 860 | </action>
|
| 861 | + <action name="mActionLabelSettings"> |
| 862 | + <property name="icon"> |
| 863 | + <iconset resource="../../../images/images.qrc"> |
| 864 | + <normaloff>:/images/themes/default/labelingSingle.svg</normaloff>:/images/themes/default/labelingSingle.svg</iconset> |
| 865 | + </property> |
| 866 | + <property name="text"> |
| 867 | + <string>Label Settings</string> |
| 868 | + </property> |
| 869 | + <property name="toolTip"> |
| 870 | + <string>Labeling Settings</string> |
| 871 | + </property> |
| 872 | + </action> |
880 | 873 | </widget>
|
881 | 874 | <layoutdefault spacing="6" margin="11"/>
|
882 | 875 | <customwidgets>
|
|
954 | 947 | <tabstop>mXMaxDDBtn</tabstop>
|
955 | 948 | <tabstop>mYMaxLineEdit</tabstop>
|
956 | 949 | <tabstop>mYMaxDDBtn</tabstop>
|
957 |
| - <tabstop>mLabelSettingsButton</tabstop> |
958 | 950 | <tabstop>mAtlasCheckBox</tabstop>
|
959 | 951 | <tabstop>mAtlasMarginRadio</tabstop>
|
960 | 952 | <tabstop>mAtlasMarginSpinBox</tabstop>
|
|
0 commit comments