|
19 | 19 | <bool>true</bool>
|
20 | 20 | </property>
|
21 | 21 | <layout class="QGridLayout" >
|
22 |
| - <property name="leftMargin" > |
23 |
| - <number>9</number> |
24 |
| - </property> |
25 |
| - <property name="topMargin" > |
26 |
| - <number>9</number> |
27 |
| - </property> |
28 |
| - <property name="rightMargin" > |
29 |
| - <number>9</number> |
30 |
| - </property> |
31 |
| - <property name="bottomMargin" > |
32 |
| - <number>9</number> |
33 |
| - </property> |
34 |
| - <property name="horizontalSpacing" > |
35 |
| - <number>6</number> |
36 |
| - </property> |
37 |
| - <property name="verticalSpacing" > |
38 |
| - <number>6</number> |
39 |
| - </property> |
40 |
| - <item row="1" column="0" colspan="2" > |
41 |
| - <widget class="QgsProjectionSelector" native="1" name="projectionSelector" /> |
42 |
| - </item> |
43 |
| - <item row="0" column="0" colspan="2" > |
| 22 | + <item row="0" column="0" > |
44 | 23 | <widget class="QTextEdit" name="textEdit" >
|
45 | 24 | <property name="sizePolicy" >
|
46 | 25 | <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
|
|
68 | 47 | </property>
|
69 | 48 | </widget>
|
70 | 49 | </item>
|
71 |
| - <item row="2" column="0" > |
72 |
| - <spacer> |
73 |
| - <property name="orientation" > |
74 |
| - <enum>Qt::Horizontal</enum> |
75 |
| - </property> |
76 |
| - <property name="sizeType" > |
77 |
| - <enum>QSizePolicy::Expanding</enum> |
78 |
| - </property> |
79 |
| - <property name="sizeHint" > |
80 |
| - <size> |
81 |
| - <width>221</width> |
82 |
| - <height>21</height> |
83 |
| - </size> |
84 |
| - </property> |
85 |
| - </spacer> |
| 50 | + <item row="1" column="0" > |
| 51 | + <widget class="QgsProjectionSelector" native="1" name="projectionSelector" /> |
86 | 52 | </item>
|
87 |
| - <item row="2" column="1" > |
88 |
| - <widget class="QPushButton" name="pbnOK" > |
89 |
| - <property name="text" > |
90 |
| - <string>OK</string> |
| 53 | + <item row="2" column="0" > |
| 54 | + <widget class="QDialogButtonBox" name="buttonBox" > |
| 55 | + <property name="standardButtons" > |
| 56 | + <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> |
91 | 57 | </property>
|
92 | 58 | </widget>
|
93 | 59 | </item>
|
|
103 | 69 | </customwidget>
|
104 | 70 | </customwidgets>
|
105 | 71 | <resources/>
|
106 |
| - <connections/> |
| 72 | + <connections> |
| 73 | + <connection> |
| 74 | + <sender>buttonBox</sender> |
| 75 | + <signal>rejected()</signal> |
| 76 | + <receiver>QgsGenericProjectionSelectorBase</receiver> |
| 77 | + <slot>reject()</slot> |
| 78 | + <hints> |
| 79 | + <hint type="sourcelabel" > |
| 80 | + <x>475</x> |
| 81 | + <y>534</y> |
| 82 | + </hint> |
| 83 | + <hint type="destinationlabel" > |
| 84 | + <x>493</x> |
| 85 | + <y>523</y> |
| 86 | + </hint> |
| 87 | + </hints> |
| 88 | + </connection> |
| 89 | + <connection> |
| 90 | + <sender>buttonBox</sender> |
| 91 | + <signal>accepted()</signal> |
| 92 | + <receiver>QgsGenericProjectionSelectorBase</receiver> |
| 93 | + <slot>accept()</slot> |
| 94 | + <hints> |
| 95 | + <hint type="sourcelabel" > |
| 96 | + <x>566</x> |
| 97 | + <y>534</y> |
| 98 | + </hint> |
| 99 | + <hint type="destinationlabel" > |
| 100 | + <x>600</x> |
| 101 | + <y>530</y> |
| 102 | + </hint> |
| 103 | + </hints> |
| 104 | + </connection> |
| 105 | + </connections> |
107 | 106 | </ui>
|
0 commit comments