|
1 |
| -<ui version="4.0" > |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<ui version="4.0"> |
2 | 3 | <class>QgsAttributeTableDialog</class>
|
3 |
| - <widget class="QDialog" name="QgsAttributeTableDialog" > |
4 |
| - <property name="geometry" > |
| 4 | + <widget class="QDialog" name="QgsAttributeTableDialog"> |
| 5 | + <property name="geometry"> |
5 | 6 | <rect>
|
6 | 7 | <x>0</x>
|
7 | 8 | <y>0</y>
|
8 | 9 | <width>623</width>
|
9 | 10 | <height>570</height>
|
10 | 11 | </rect>
|
11 | 12 | </property>
|
12 |
| - <property name="windowTitle" > |
| 13 | + <property name="windowTitle"> |
13 | 14 | <string>Attribute Table</string>
|
14 | 15 | </property>
|
15 |
| - <layout class="QGridLayout" > |
16 |
| - <property name="leftMargin" > |
17 |
| - <number>0</number> |
18 |
| - </property> |
19 |
| - <property name="topMargin" > |
20 |
| - <number>0</number> |
21 |
| - </property> |
22 |
| - <property name="rightMargin" > |
23 |
| - <number>0</number> |
| 16 | + <layout class="QGridLayout"> |
| 17 | + <property name="horizontalSpacing"> |
| 18 | + <number>2</number> |
24 | 19 | </property>
|
25 |
| - <property name="bottomMargin" > |
| 20 | + <property name="verticalSpacing"> |
26 | 21 | <number>0</number>
|
27 | 22 | </property>
|
28 |
| - <property name="horizontalSpacing" > |
29 |
| - <number>2</number> |
30 |
| - </property> |
31 |
| - <property name="verticalSpacing" > |
| 23 | + <property name="margin"> |
32 | 24 | <number>0</number>
|
33 | 25 | </property>
|
34 |
| - <item row="0" column="0" > |
35 |
| - <widget class="QgsAttributeTableView" name="mView" > |
36 |
| - <property name="alternatingRowColors" > |
| 26 | + <item row="0" column="0"> |
| 27 | + <widget class="QgsAttributeTableView" name="mView"> |
| 28 | + <property name="alternatingRowColors"> |
37 | 29 | <bool>true</bool>
|
38 | 30 | </property>
|
39 | 31 | </widget>
|
40 | 32 | </item>
|
41 |
| - <item row="1" column="0" > |
42 |
| - <layout class="QHBoxLayout" > |
| 33 | + <item row="1" column="0"> |
| 34 | + <layout class="QHBoxLayout"> |
43 | 35 | <item>
|
44 |
| - <widget class="QToolButton" name="mRemoveSelectionButton" > |
45 |
| - <property name="toolTip" > |
| 36 | + <widget class="QToolButton" name="mRemoveSelectionButton"> |
| 37 | + <property name="toolTip"> |
46 | 38 | <string>Unselect all</string>
|
47 | 39 | </property>
|
48 |
| - <property name="text" > |
| 40 | + <property name="text"> |
49 | 41 | <string/>
|
50 | 42 | </property>
|
51 |
| - <property name="icon" > |
52 |
| - <iconset>../../images/themes/default/mActionUnselectAttributes.png</iconset> |
| 43 | + <property name="icon"> |
| 44 | + <iconset> |
| 45 | + <normaloff>../../images/themes/default/mActionUnselectAttributes.png</normaloff>../../images/themes/default/mActionUnselectAttributes.png</iconset> |
53 | 46 | </property>
|
54 |
| - <property name="iconSize" > |
| 47 | + <property name="iconSize"> |
55 | 48 | <size>
|
56 | 49 | <width>18</width>
|
57 | 50 | <height>18</height>
|
58 | 51 | </size>
|
59 | 52 | </property>
|
60 |
| - <property name="shortcut" > |
| 53 | + <property name="shortcut"> |
61 | 54 | <string/>
|
62 | 55 | </property>
|
63 | 56 | </widget>
|
64 | 57 | </item>
|
65 | 58 | <item>
|
66 |
| - <widget class="QToolButton" name="mSelectedToTopButton" > |
67 |
| - <property name="toolTip" > |
| 59 | + <widget class="QToolButton" name="mSelectedToTopButton"> |
| 60 | + <property name="toolTip"> |
68 | 61 | <string>Move selection to top</string>
|
69 | 62 | </property>
|
70 |
| - <property name="text" > |
| 63 | + <property name="text"> |
71 | 64 | <string/>
|
72 | 65 | </property>
|
73 |
| - <property name="icon" > |
74 |
| - <iconset>../../images/themes/default/mActionSelectedToTop.png</iconset> |
| 66 | + <property name="icon"> |
| 67 | + <iconset> |
| 68 | + <normaloff>../../images/themes/default/mActionSelectedToTop.png</normaloff>../../images/themes/default/mActionSelectedToTop.png</iconset> |
75 | 69 | </property>
|
76 |
| - <property name="iconSize" > |
| 70 | + <property name="iconSize"> |
77 | 71 | <size>
|
78 | 72 | <width>18</width>
|
79 | 73 | <height>18</height>
|
80 | 74 | </size>
|
81 | 75 | </property>
|
82 |
| - <property name="shortcut" > |
| 76 | + <property name="shortcut"> |
83 | 77 | <string>Ctrl+T</string>
|
84 | 78 | </property>
|
85 | 79 | </widget>
|
86 | 80 | </item>
|
87 | 81 | <item>
|
88 |
| - <widget class="QToolButton" name="mInvertSelectionButton" > |
89 |
| - <property name="toolTip" > |
| 82 | + <widget class="QToolButton" name="mInvertSelectionButton"> |
| 83 | + <property name="toolTip"> |
90 | 84 | <string>Invert selection</string>
|
91 | 85 | </property>
|
92 |
| - <property name="text" > |
| 86 | + <property name="text"> |
93 | 87 | <string/>
|
94 | 88 | </property>
|
95 |
| - <property name="icon" > |
96 |
| - <iconset>../../images/themes/default/mActionInvertSelection.png</iconset> |
| 89 | + <property name="icon"> |
| 90 | + <iconset> |
| 91 | + <normaloff>../../images/themes/default/mActionInvertSelection.png</normaloff>../../images/themes/default/mActionInvertSelection.png</iconset> |
97 | 92 | </property>
|
98 |
| - <property name="iconSize" > |
| 93 | + <property name="iconSize"> |
99 | 94 | <size>
|
100 | 95 | <width>18</width>
|
101 | 96 | <height>18</height>
|
102 | 97 | </size>
|
103 | 98 | </property>
|
104 |
| - <property name="shortcut" > |
| 99 | + <property name="shortcut"> |
105 | 100 | <string>Ctrl+S</string>
|
106 | 101 | </property>
|
107 | 102 | </widget>
|
108 | 103 | </item>
|
109 | 104 | <item>
|
110 |
| - <widget class="QToolButton" name="mCopySelectedRowsButton" > |
111 |
| - <property name="toolTip" > |
| 105 | + <widget class="QToolButton" name="mCopySelectedRowsButton"> |
| 106 | + <property name="toolTip"> |
112 | 107 | <string>Copy selected rows to clipboard (Ctrl+C)</string>
|
113 | 108 | </property>
|
114 |
| - <property name="whatsThis" > |
| 109 | + <property name="whatsThis"> |
115 | 110 | <string>Copies the selected rows to the clipboard</string>
|
116 | 111 | </property>
|
117 |
| - <property name="text" > |
| 112 | + <property name="text"> |
118 | 113 | <string/>
|
119 | 114 | </property>
|
120 |
| - <property name="icon" > |
121 |
| - <iconset>../../images/themes/default/mActionEditCopy.png</iconset> |
| 115 | + <property name="icon"> |
| 116 | + <iconset> |
| 117 | + <normaloff>../../images/themes/default/mActionEditCopy.png</normaloff>../../images/themes/default/mActionEditCopy.png</iconset> |
122 | 118 | </property>
|
123 |
| - <property name="iconSize" > |
| 119 | + <property name="iconSize"> |
124 | 120 | <size>
|
125 | 121 | <width>18</width>
|
126 | 122 | <height>18</height>
|
127 | 123 | </size>
|
128 | 124 | </property>
|
129 |
| - <property name="shortcut" > |
| 125 | + <property name="shortcut"> |
130 | 126 | <string>Ctrl+C</string>
|
131 | 127 | </property>
|
132 | 128 | </widget>
|
133 | 129 | </item>
|
134 | 130 | <item>
|
135 |
| - <widget class="QToolButton" name="mZoomMapToSelectedRowsButton" > |
136 |
| - <property name="toolTip" > |
| 131 | + <widget class="QToolButton" name="mZoomMapToSelectedRowsButton"> |
| 132 | + <property name="toolTip"> |
137 | 133 | <string>Zoom map to the selected rows (Ctrl-J)</string>
|
138 | 134 | </property>
|
139 |
| - <property name="whatsThis" > |
| 135 | + <property name="whatsThis"> |
140 | 136 | <string>Zoom map to the selected rows</string>
|
141 | 137 | </property>
|
142 |
| - <property name="text" > |
| 138 | + <property name="text"> |
143 | 139 | <string/>
|
144 | 140 | </property>
|
145 |
| - <property name="icon" > |
146 |
| - <iconset>../../images/themes/default/mActionZoomToSelected.png</iconset> |
| 141 | + <property name="icon"> |
| 142 | + <iconset> |
| 143 | + <normaloff>../../images/themes/default/mActionZoomToSelected.png</normaloff>../../images/themes/default/mActionZoomToSelected.png</iconset> |
147 | 144 | </property>
|
148 |
| - <property name="iconSize" > |
| 145 | + <property name="iconSize"> |
149 | 146 | <size>
|
150 | 147 | <width>18</width>
|
151 | 148 | <height>18</height>
|
152 | 149 | </size>
|
153 | 150 | </property>
|
154 |
| - <property name="shortcut" > |
| 151 | + <property name="shortcut"> |
155 | 152 | <string>Ctrl+J</string>
|
156 | 153 | </property>
|
157 | 154 | </widget>
|
158 | 155 | </item>
|
159 | 156 | <item>
|
160 |
| - <widget class="QToolButton" name="mToggleEditingButton" > |
161 |
| - <property name="toolTip" > |
| 157 | + <widget class="QToolButton" name="mToggleEditingButton"> |
| 158 | + <property name="toolTip"> |
162 | 159 | <string>Toggle editing mode</string>
|
163 | 160 | </property>
|
164 |
| - <property name="whatsThis" > |
| 161 | + <property name="whatsThis"> |
165 | 162 | <string>Click to toggle table editing</string>
|
166 | 163 | </property>
|
167 |
| - <property name="text" > |
| 164 | + <property name="text"> |
168 | 165 | <string/>
|
169 | 166 | </property>
|
170 |
| - <property name="icon" > |
171 |
| - <iconset>../../images/themes/default/mActionToggleEditing.png</iconset> |
| 167 | + <property name="icon"> |
| 168 | + <iconset> |
| 169 | + <normaloff>../../images/themes/default/mActionToggleEditing.png</normaloff>../../images/themes/default/mActionToggleEditing.png</iconset> |
172 | 170 | </property>
|
173 |
| - <property name="iconSize" > |
| 171 | + <property name="iconSize"> |
174 | 172 | <size>
|
175 | 173 | <width>18</width>
|
176 | 174 | <height>18</height>
|
177 | 175 | </size>
|
178 | 176 | </property>
|
179 |
| - <property name="checkable" > |
| 177 | + <property name="checkable"> |
180 | 178 | <bool>true</bool>
|
181 | 179 | </property>
|
182 | 180 | </widget>
|
183 | 181 | </item>
|
184 | 182 | <item>
|
185 |
| - <widget class="QLabel" name="searchFor" > |
186 |
| - <property name="text" > |
| 183 | + <widget class="QToolButton" name="mOpenFieldCalculator"> |
| 184 | + <property name="toolTip"> |
| 185 | + <string>Open field calculator</string> |
| 186 | + </property> |
| 187 | + <property name="text"> |
| 188 | + <string/> |
| 189 | + </property> |
| 190 | + <property name="icon"> |
| 191 | + <iconset> |
| 192 | + <normaloff>../../images/themes/default/mActionCalculateField.png</normaloff>../../images/themes/default/mActionCalculateField.png</iconset> |
| 193 | + </property> |
| 194 | + <property name="iconSize"> |
| 195 | + <size> |
| 196 | + <width>18</width> |
| 197 | + <height>18</height> |
| 198 | + </size> |
| 199 | + </property> |
| 200 | + </widget> |
| 201 | + </item> |
| 202 | + <item> |
| 203 | + <widget class="QLabel" name="searchFor"> |
| 204 | + <property name="text"> |
187 | 205 | <string>Look for</string>
|
188 | 206 | </property>
|
189 | 207 | </widget>
|
190 | 208 | </item>
|
191 | 209 | <item>
|
192 |
| - <widget class="QLineEdit" name="query" /> |
| 210 | + <widget class="QLineEdit" name="query"/> |
193 | 211 | </item>
|
194 | 212 | <item>
|
195 |
| - <widget class="QLabel" name="searchIn" > |
196 |
| - <property name="text" > |
| 213 | + <widget class="QLabel" name="searchIn"> |
| 214 | + <property name="text"> |
197 | 215 | <string>in</string>
|
198 | 216 | </property>
|
199 | 217 | </widget>
|
200 | 218 | </item>
|
201 | 219 | <item>
|
202 |
| - <widget class="QComboBox" name="columnBox" /> |
| 220 | + <widget class="QComboBox" name="columnBox"/> |
203 | 221 | </item>
|
204 | 222 | <item>
|
205 |
| - <widget class="QPushButton" name="searchButton" > |
206 |
| - <property name="text" > |
| 223 | + <widget class="QPushButton" name="searchButton"> |
| 224 | + <property name="text"> |
207 | 225 | <string>&Search</string>
|
208 | 226 | </property>
|
209 | 227 | </widget>
|
210 | 228 | </item>
|
211 | 229 | </layout>
|
212 | 230 | </item>
|
213 |
| - <item row="2" column="0" > |
214 |
| - <layout class="QHBoxLayout" > |
| 231 | + <item row="2" column="0"> |
| 232 | + <layout class="QHBoxLayout"> |
215 | 233 | <item>
|
216 |
| - <widget class="QCheckBox" name="cbxShowSelectedOnly" > |
217 |
| - <property name="text" > |
| 234 | + <widget class="QCheckBox" name="cbxShowSelectedOnly"> |
| 235 | + <property name="text"> |
218 | 236 | <string>Show selected records only</string>
|
219 | 237 | </property>
|
220 | 238 | </widget>
|
221 | 239 | </item>
|
222 | 240 | <item>
|
223 |
| - <widget class="QCheckBox" name="cbxSearchSelectedOnly" > |
224 |
| - <property name="text" > |
| 241 | + <widget class="QCheckBox" name="cbxSearchSelectedOnly"> |
| 242 | + <property name="text"> |
225 | 243 | <string>Search selected records only</string>
|
226 | 244 | </property>
|
227 | 245 | </widget>
|
228 | 246 | </item>
|
229 | 247 | <item>
|
230 | 248 | <spacer>
|
231 |
| - <property name="orientation" > |
| 249 | + <property name="orientation"> |
232 | 250 | <enum>Qt::Horizontal</enum>
|
233 | 251 | </property>
|
234 |
| - <property name="sizeHint" > |
| 252 | + <property name="sizeHint" stdset="0"> |
235 | 253 | <size>
|
236 | 254 | <width>40</width>
|
237 | 255 | <height>20</height>
|
|
240 | 258 | </spacer>
|
241 | 259 | </item>
|
242 | 260 | <item>
|
243 |
| - <widget class="QLabel" name="label" > |
244 |
| - <property name="text" > |
| 261 | + <widget class="QLabel" name="label"> |
| 262 | + <property name="text"> |
245 | 263 | <string>Advanced search</string>
|
246 | 264 | </property>
|
247 | 265 | </widget>
|
248 | 266 | </item>
|
249 | 267 | <item>
|
250 |
| - <widget class="QToolButton" name="mAdvancedSearchButton" > |
251 |
| - <property name="text" > |
| 268 | + <widget class="QToolButton" name="mAdvancedSearchButton"> |
| 269 | + <property name="text"> |
252 | 270 | <string>...</string>
|
253 | 271 | </property>
|
254 |
| - <property name="iconSize" > |
| 272 | + <property name="iconSize"> |
255 | 273 | <size>
|
256 | 274 | <width>12</width>
|
257 | 275 | <height>12</height>
|
|
0 commit comments