|
1 |
| -<ui version="4.0" > |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<ui version="4.0"> |
2 | 3 | <class>QgsDelAttrDialogBase</class>
|
3 |
| - <widget class="QDialog" name="QgsDelAttrDialogBase" > |
4 |
| - <property name="geometry" > |
| 4 | + <widget class="QDialog" name="QgsDelAttrDialogBase"> |
| 5 | + <property name="geometry"> |
5 | 6 | <rect>
|
6 | 7 | <x>0</x>
|
7 | 8 | <y>0</y>
|
8 | 9 | <width>360</width>
|
9 | 10 | <height>238</height>
|
10 | 11 | </rect>
|
11 | 12 | </property>
|
12 |
| - <property name="windowTitle" > |
| 13 | + <property name="windowTitle"> |
13 | 14 | <string>Delete Attributes</string>
|
14 | 15 | </property>
|
15 |
| - <layout class="QGridLayout" > |
16 |
| - <item row="0" column="0" > |
17 |
| - <widget class="QListWidget" name="listBox2" > |
18 |
| - <property name="selectionMode" > |
| 16 | + <layout class="QGridLayout"> |
| 17 | + <property name="leftMargin"> |
| 18 | + <number>0</number> |
| 19 | + </property> |
| 20 | + <property name="topMargin"> |
| 21 | + <number>0</number> |
| 22 | + </property> |
| 23 | + <property name="rightMargin"> |
| 24 | + <number>0</number> |
| 25 | + </property> |
| 26 | + <property name="bottomMargin"> |
| 27 | + <number>3</number> |
| 28 | + </property> |
| 29 | + <item row="0" column="0"> |
| 30 | + <widget class="QListWidget" name="listBox2"> |
| 31 | + <property name="frameShape"> |
| 32 | + <enum>QFrame::NoFrame</enum> |
| 33 | + </property> |
| 34 | + <property name="selectionMode"> |
19 | 35 | <enum>QAbstractItemView::MultiSelection</enum>
|
20 | 36 | </property>
|
21 | 37 | </widget>
|
22 | 38 | </item>
|
23 |
| - <item row="1" column="0" > |
24 |
| - <widget class="QDialogButtonBox" name="buttonBox" > |
25 |
| - <property name="standardButtons" > |
26 |
| - <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set> |
| 39 | + <item row="1" column="0"> |
| 40 | + <widget class="QDialogButtonBox" name="buttonBox"> |
| 41 | + <property name="standardButtons"> |
| 42 | + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
27 | 43 | </property>
|
28 | 44 | </widget>
|
29 | 45 | </item>
|
30 | 46 | </layout>
|
31 | 47 | </widget>
|
32 |
| - <layoutdefault spacing="6" margin="11" /> |
| 48 | + <layoutdefault spacing="6" margin="11"/> |
33 | 49 | <resources/>
|
34 | 50 | <connections>
|
35 | 51 | <connection>
|
|
38 | 54 | <receiver>QgsDelAttrDialogBase</receiver>
|
39 | 55 | <slot>accept()</slot>
|
40 | 56 | <hints>
|
41 |
| - <hint type="sourcelabel" > |
| 57 | + <hint type="sourcelabel"> |
42 | 58 | <x>314</x>
|
43 | 59 | <y>209</y>
|
44 | 60 | </hint>
|
45 |
| - <hint type="destinationlabel" > |
| 61 | + <hint type="destinationlabel"> |
46 | 62 | <x>356</x>
|
47 | 63 | <y>188</y>
|
48 | 64 | </hint>
|
|
54 | 70 | <receiver>QgsDelAttrDialogBase</receiver>
|
55 | 71 | <slot>reject()</slot>
|
56 | 72 | <hints>
|
57 |
| - <hint type="sourcelabel" > |
| 73 | + <hint type="sourcelabel"> |
58 | 74 | <x>234</x>
|
59 | 75 | <y>210</y>
|
60 | 76 | </hint>
|
61 |
| - <hint type="destinationlabel" > |
| 77 | + <hint type="destinationlabel"> |
62 | 78 | <x>197</x>
|
63 | 79 | <y>189</y>
|
64 | 80 | </hint>
|
|
0 commit comments