|
7 | 7 | <x>0</x>
|
8 | 8 | <y>0</y>
|
9 | 9 | <width>444</width>
|
10 |
| - <height>488</height> |
| 10 | + <height>543</height> |
11 | 11 | </rect>
|
12 | 12 | </property>
|
13 | 13 | <property name="windowTitle">
|
|
125 | 125 | <item row="2" column="4">
|
126 | 126 | <widget class="QLineEdit" name="mPrecision"/>
|
127 | 127 | </item>
|
| 128 | + <item row="4" column="4"> |
| 129 | + <widget class="QToolButton" name="mAddAttributeButton"> |
| 130 | + <property name="sizePolicy"> |
| 131 | + <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
| 132 | + <horstretch>0</horstretch> |
| 133 | + <verstretch>0</verstretch> |
| 134 | + </sizepolicy> |
| 135 | + </property> |
| 136 | + <property name="toolTip"> |
| 137 | + <string>Add attribute to list</string> |
| 138 | + </property> |
| 139 | + <property name="layoutDirection"> |
| 140 | + <enum>Qt::LeftToRight</enum> |
| 141 | + </property> |
| 142 | + <property name="text"> |
| 143 | + <string>Add to attributes list</string> |
| 144 | + </property> |
| 145 | + <property name="icon"> |
| 146 | + <iconset> |
| 147 | + <normaloff>../../images/themes/default/mActionNewAttribute.png</normaloff>../../images/themes/default/mActionNewAttribute.png</iconset> |
| 148 | + </property> |
| 149 | + <property name="toolButtonStyle"> |
| 150 | + <enum>Qt::ToolButtonTextBesideIcon</enum> |
| 151 | + </property> |
| 152 | + </widget> |
| 153 | + </item> |
128 | 154 | </layout>
|
129 | 155 | </widget>
|
130 | 156 | </item>
|
|
189 | 215 | <item row="3" column="1">
|
190 | 216 | <widget class="QToolButton" name="mRemoveAttributeButton">
|
191 | 217 | <property name="sizePolicy">
|
192 |
| - <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> |
| 218 | + <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> |
193 | 219 | <horstretch>0</horstretch>
|
194 | 220 | <verstretch>0</verstretch>
|
195 | 221 | </sizepolicy>
|
|
198 | 224 | <string>Delete selected attribute</string>
|
199 | 225 | </property>
|
200 | 226 | <property name="text">
|
201 |
| - <string>Remove selected attribute</string> |
| 227 | + <string>Remove attribute</string> |
202 | 228 | </property>
|
203 | 229 | <property name="icon">
|
204 | 230 | <iconset>
|
|
209 | 235 | </property>
|
210 | 236 | </widget>
|
211 | 237 | </item>
|
212 |
| - <item row="1" column="0"> |
213 |
| - <spacer name="horizontalSpacer"> |
214 |
| - <property name="orientation"> |
215 |
| - <enum>Qt::Horizontal</enum> |
216 |
| - </property> |
217 |
| - <property name="sizeHint" stdset="0"> |
218 |
| - <size> |
219 |
| - <width>40</width> |
220 |
| - <height>20</height> |
221 |
| - </size> |
222 |
| - </property> |
223 |
| - </spacer> |
224 |
| - </item> |
225 |
| - <item row="1" column="1"> |
226 |
| - <widget class="QToolButton" name="mAddAttributeButton"> |
227 |
| - <property name="sizePolicy"> |
228 |
| - <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> |
229 |
| - <horstretch>0</horstretch> |
230 |
| - <verstretch>0</verstretch> |
231 |
| - </sizepolicy> |
232 |
| - </property> |
233 |
| - <property name="toolTip"> |
234 |
| - <string>Add attribute to list</string> |
235 |
| - </property> |
236 |
| - <property name="layoutDirection"> |
237 |
| - <enum>Qt::LeftToRight</enum> |
238 |
| - </property> |
239 |
| - <property name="text"> |
240 |
| - <string>Add to attributes list</string> |
241 |
| - </property> |
242 |
| - <property name="icon"> |
243 |
| - <iconset> |
244 |
| - <normaloff>../../images/themes/default/mActionNewAttribute.png</normaloff>../../images/themes/default/mActionNewAttribute.png</iconset> |
245 |
| - </property> |
246 |
| - <property name="toolButtonStyle"> |
247 |
| - <enum>Qt::ToolButtonTextBesideIcon</enum> |
248 |
| - </property> |
249 |
| - </widget> |
250 |
| - </item> |
251 | 238 | </layout>
|
252 | 239 | </widget>
|
253 | 240 | </item>
|
254 |
| - <item row="7" column="0" colspan="3"> |
| 241 | + <item row="8" column="0" colspan="3"> |
255 | 242 | <widget class="QDialogButtonBox" name="buttonBox">
|
256 | 243 | <property name="orientation">
|
257 | 244 | <enum>Qt::Horizontal</enum>
|
|
261 | 248 | </property>
|
262 | 249 | </widget>
|
263 | 250 | </item>
|
264 |
| - <item row="3" column="0"> |
265 |
| - <widget class="QLabel" name="label_3"> |
266 |
| - <property name="text"> |
267 |
| - <string>CRS ID</string> |
268 |
| - </property> |
269 |
| - <property name="buddy"> |
270 |
| - <cstring>leSpatialRefSys</cstring> |
271 |
| - </property> |
272 |
| - </widget> |
273 |
| - </item> |
274 |
| - <item row="3" column="1"> |
275 |
| - <widget class="QLineEdit" name="leSpatialRefSys"> |
276 |
| - <property name="readOnly"> |
277 |
| - <bool>true</bool> |
278 |
| - </property> |
279 |
| - </widget> |
280 |
| - </item> |
281 | 251 | <item row="3" column="2">
|
282 | 252 | <widget class="QPushButton" name="pbnChangeSpatialRefSys">
|
283 | 253 | <property name="toolTip">
|
|
291 | 261 | </property>
|
292 | 262 | </widget>
|
293 | 263 | </item>
|
| 264 | + <item row="3" column="0" colspan="2"> |
| 265 | + <widget class="QLineEdit" name="leSpatialRefSys"> |
| 266 | + <property name="readOnly"> |
| 267 | + <bool>true</bool> |
| 268 | + </property> |
| 269 | + </widget> |
| 270 | + </item> |
294 | 271 | </layout>
|
295 | 272 | </widget>
|
296 | 273 | <layoutdefault spacing="6" margin="11"/>
|
|
305 | 282 | <tabstop>mTypeBox</tabstop>
|
306 | 283 | <tabstop>mWidth</tabstop>
|
307 | 284 | <tabstop>mPrecision</tabstop>
|
308 |
| - <tabstop>mAddAttributeButton</tabstop> |
309 | 285 | <tabstop>mAttributeView</tabstop>
|
310 |
| - <tabstop>mRemoveAttributeButton</tabstop> |
311 | 286 | <tabstop>buttonBox</tabstop>
|
312 | 287 | </tabstops>
|
313 | 288 | <resources/>
|
|
0 commit comments