|
115 | 115 | </layout>
|
116 | 116 | </widget>
|
117 | 117 | </item>
|
118 |
| - <item row="2" column="0"> |
119 |
| - <widget class="QTreeView" name="treeView"> |
120 |
| - <property name="editTriggers"> |
121 |
| - <set>QAbstractItemView::NoEditTriggers</set> |
122 |
| - </property> |
123 |
| - <property name="alternatingRowColors"> |
124 |
| - <bool>true</bool> |
125 |
| - </property> |
126 |
| - <property name="selectionMode"> |
127 |
| - <enum>QAbstractItemView::ExtendedSelection</enum> |
| 118 | + <item row="7" column="0"> |
| 119 | + <widget class="QDialogButtonBox" name="buttonBox"> |
| 120 | + <property name="orientation"> |
| 121 | + <enum>Qt::Horizontal</enum> |
128 | 122 | </property>
|
129 |
| - <property name="sortingEnabled"> |
130 |
| - <bool>true</bool> |
| 123 | + <property name="standardButtons"> |
| 124 | + <set>QDialogButtonBox::Help</set> |
131 | 125 | </property>
|
132 |
| - <attribute name="headerVisible"> |
133 |
| - <bool>true</bool> |
134 |
| - </attribute> |
135 | 126 | </widget>
|
136 | 127 | </item>
|
137 |
| - <item row="4" column="0"> |
| 128 | + <item row="1" column="0"> |
| 129 | + <layout class="QHBoxLayout" name="horizontalLayoutFilter"> |
| 130 | + <item> |
| 131 | + <widget class="QgsFilterLineEdit" name="lineFilter"> |
| 132 | + <property name="showSearchIcon"> |
| 133 | + <bool>true</bool> |
| 134 | + </property> |
| 135 | + <property name="qgisRelation" stdset="0"> |
| 136 | + <string notr="true"/> |
| 137 | + </property> |
| 138 | + </widget> |
| 139 | + </item> |
| 140 | + </layout> |
| 141 | + </item> |
| 142 | + <item row="6" column="0"> |
138 | 143 | <layout class="QHBoxLayout" name="horizontalLayout_4">
|
139 | 144 | <item>
|
140 | 145 | <widget class="QCheckBox" name="cbxUseTitleLayerName">
|
|
158 | 163 | </item>
|
159 | 164 | </layout>
|
160 | 165 | </item>
|
161 |
| - <item row="1" column="0"> |
162 |
| - <layout class="QHBoxLayout" name="horizontalLayoutFilter"> |
163 |
| - <item> |
164 |
| - <widget class="QLabel" name="labelFilter"> |
165 |
| - <property name="enabled"> |
166 |
| - <bool>true</bool> |
167 |
| - </property> |
168 |
| - <property name="text"> |
169 |
| - <string>Filter</string> |
170 |
| - </property> |
171 |
| - <property name="buddy"> |
172 |
| - <cstring>lineFilter</cstring> |
173 |
| - </property> |
174 |
| - </widget> |
175 |
| - </item> |
176 |
| - <item> |
177 |
| - <widget class="QLineEdit" name="lineFilter"> |
178 |
| - <property name="enabled"> |
179 |
| - <bool>true</bool> |
180 |
| - </property> |
181 |
| - <property name="toolTip"> |
182 |
| - <string>Display WFS FeatureTypes containing this word in the title, name or abstract</string> |
183 |
| - </property> |
184 |
| - <property name="whatsThis"> |
185 |
| - <string>Display WFS FeatureTypes containing this word in the title, name or abstract</string> |
186 |
| - </property> |
187 |
| - </widget> |
188 |
| - </item> |
189 |
| - </layout> |
190 |
| - </item> |
191 |
| - <item row="5" column="0"> |
192 |
| - <widget class="QDialogButtonBox" name="buttonBox"> |
193 |
| - <property name="orientation"> |
194 |
| - <enum>Qt::Horizontal</enum> |
| 166 | + <item row="4" column="0"> |
| 167 | + <widget class="QTreeView" name="treeView"> |
| 168 | + <property name="editTriggers"> |
| 169 | + <set>QAbstractItemView::NoEditTriggers</set> |
195 | 170 | </property>
|
196 |
| - <property name="standardButtons"> |
197 |
| - <set>QDialogButtonBox::Help</set> |
| 171 | + <property name="alternatingRowColors"> |
| 172 | + <bool>true</bool> |
198 | 173 | </property>
|
| 174 | + <property name="selectionMode"> |
| 175 | + <enum>QAbstractItemView::ExtendedSelection</enum> |
| 176 | + </property> |
| 177 | + <property name="sortingEnabled"> |
| 178 | + <bool>true</bool> |
| 179 | + </property> |
| 180 | + <attribute name="headerVisible"> |
| 181 | + <bool>true</bool> |
| 182 | + </attribute> |
199 | 183 | </widget>
|
200 | 184 | </item>
|
201 | 185 | </layout>
|
202 | 186 | </widget>
|
| 187 | + <customwidgets> |
| 188 | + <customwidget> |
| 189 | + <class>QgsFilterLineEdit</class> |
| 190 | + <extends>QLineEdit</extends> |
| 191 | + <header>qgsfilterlineedit.h</header> |
| 192 | + </customwidget> |
| 193 | + </customwidgets> |
203 | 194 | <tabstops>
|
204 | 195 | <tabstop>cmbConnections</tabstop>
|
205 | 196 | <tabstop>btnConnect</tabstop>
|
|
208 | 199 | <tabstop>btnDelete</tabstop>
|
209 | 200 | <tabstop>btnLoad</tabstop>
|
210 | 201 | <tabstop>btnSave</tabstop>
|
211 |
| - <tabstop>lineFilter</tabstop> |
212 | 202 | <tabstop>treeView</tabstop>
|
213 | 203 | <tabstop>cbxUseTitleLayerName</tabstop>
|
214 | 204 | </tabstops>
|
|
0 commit comments