|
7 | 7 | <x>0</x>
|
8 | 8 | <y>0</y>
|
9 | 9 | <width>577</width>
|
10 |
| - <height>444</height> |
| 10 | + <height>503</height> |
11 | 11 | </rect>
|
12 | 12 | </property>
|
13 | 13 | <property name="windowTitle">
|
14 | 14 | <string>Add WFS Layer from a Server</string>
|
15 | 15 | </property>
|
16 |
| - <layout class="QGridLayout"> |
17 |
| - <property name="margin"> |
18 |
| - <number>9</number> |
19 |
| - </property> |
20 |
| - <property name="spacing"> |
21 |
| - <number>6</number> |
22 |
| - </property> |
| 16 | + <layout class="QGridLayout" name="gridLayout"> |
| 17 | + <item row="0" column="0"> |
| 18 | + <widget class="QGroupBox" name="GroupBox1"> |
| 19 | + <property name="title"> |
| 20 | + <string>Server connections</string> |
| 21 | + </property> |
| 22 | + <layout class="QGridLayout"> |
| 23 | + <property name="margin"> |
| 24 | + <number>9</number> |
| 25 | + </property> |
| 26 | + <property name="spacing"> |
| 27 | + <number>6</number> |
| 28 | + </property> |
| 29 | + <item row="1" column="1"> |
| 30 | + <widget class="QPushButton" name="btnNew"> |
| 31 | + <property name="text"> |
| 32 | + <string>&New</string> |
| 33 | + </property> |
| 34 | + </widget> |
| 35 | + </item> |
| 36 | + <item row="1" column="3"> |
| 37 | + <widget class="QPushButton" name="btnDelete"> |
| 38 | + <property name="enabled"> |
| 39 | + <bool>false</bool> |
| 40 | + </property> |
| 41 | + <property name="text"> |
| 42 | + <string>Delete</string> |
| 43 | + </property> |
| 44 | + </widget> |
| 45 | + </item> |
| 46 | + <item row="1" column="2"> |
| 47 | + <widget class="QPushButton" name="btnEdit"> |
| 48 | + <property name="enabled"> |
| 49 | + <bool>false</bool> |
| 50 | + </property> |
| 51 | + <property name="text"> |
| 52 | + <string>Edit</string> |
| 53 | + </property> |
| 54 | + </widget> |
| 55 | + </item> |
| 56 | + <item row="1" column="4"> |
| 57 | + <spacer> |
| 58 | + <property name="orientation"> |
| 59 | + <enum>Qt::Horizontal</enum> |
| 60 | + </property> |
| 61 | + <property name="sizeType"> |
| 62 | + <enum>QSizePolicy::Expanding</enum> |
| 63 | + </property> |
| 64 | + <property name="sizeHint" stdset="0"> |
| 65 | + <size> |
| 66 | + <width>171</width> |
| 67 | + <height>30</height> |
| 68 | + </size> |
| 69 | + </property> |
| 70 | + </spacer> |
| 71 | + </item> |
| 72 | + <item row="1" column="0"> |
| 73 | + <widget class="QPushButton" name="btnConnect"> |
| 74 | + <property name="enabled"> |
| 75 | + <bool>false</bool> |
| 76 | + </property> |
| 77 | + <property name="text"> |
| 78 | + <string>C&onnect</string> |
| 79 | + </property> |
| 80 | + </widget> |
| 81 | + </item> |
| 82 | + <item row="0" column="0" colspan="5"> |
| 83 | + <widget class="QComboBox" name="cmbConnections"/> |
| 84 | + </item> |
| 85 | + </layout> |
| 86 | + </widget> |
| 87 | + </item> |
23 | 88 | <item row="1" column="0">
|
24 | 89 | <widget class="QTreeWidget" name="treeWidget">
|
25 | 90 | <property name="columnCount">
|
|
90 | 155 | </layout>
|
91 | 156 | </widget>
|
92 | 157 | </item>
|
93 |
| - <item row="0" column="0"> |
94 |
| - <widget class="QGroupBox" name="GroupBox1"> |
95 |
| - <property name="title"> |
96 |
| - <string>Server connections</string> |
| 158 | + <item row="3" column="0"> |
| 159 | + <widget class="QCheckBox" name="mBboxCheckBox"> |
| 160 | + <property name="text"> |
| 161 | + <string>Only request features overlapping the current view extent</string> |
97 | 162 | </property>
|
98 |
| - <layout class="QGridLayout"> |
99 |
| - <property name="margin"> |
100 |
| - <number>9</number> |
101 |
| - </property> |
102 |
| - <property name="spacing"> |
103 |
| - <number>6</number> |
104 |
| - </property> |
105 |
| - <item row="1" column="1"> |
106 |
| - <widget class="QPushButton" name="btnNew"> |
107 |
| - <property name="text"> |
108 |
| - <string>&New</string> |
109 |
| - </property> |
110 |
| - </widget> |
111 |
| - </item> |
112 |
| - <item row="1" column="3"> |
113 |
| - <widget class="QPushButton" name="btnDelete"> |
114 |
| - <property name="enabled"> |
115 |
| - <bool>false</bool> |
116 |
| - </property> |
117 |
| - <property name="text"> |
118 |
| - <string>Delete</string> |
119 |
| - </property> |
120 |
| - </widget> |
121 |
| - </item> |
122 |
| - <item row="1" column="2"> |
123 |
| - <widget class="QPushButton" name="btnEdit"> |
124 |
| - <property name="enabled"> |
125 |
| - <bool>false</bool> |
126 |
| - </property> |
127 |
| - <property name="text"> |
128 |
| - <string>Edit</string> |
129 |
| - </property> |
130 |
| - </widget> |
131 |
| - </item> |
132 |
| - <item row="1" column="4"> |
133 |
| - <spacer> |
134 |
| - <property name="orientation"> |
135 |
| - <enum>Qt::Horizontal</enum> |
136 |
| - </property> |
137 |
| - <property name="sizeType"> |
138 |
| - <enum>QSizePolicy::Expanding</enum> |
139 |
| - </property> |
140 |
| - <property name="sizeHint" stdset="0"> |
141 |
| - <size> |
142 |
| - <width>171</width> |
143 |
| - <height>30</height> |
144 |
| - </size> |
145 |
| - </property> |
146 |
| - </spacer> |
147 |
| - </item> |
148 |
| - <item row="1" column="0"> |
149 |
| - <widget class="QPushButton" name="btnConnect"> |
150 |
| - <property name="enabled"> |
151 |
| - <bool>false</bool> |
152 |
| - </property> |
153 |
| - <property name="text"> |
154 |
| - <string>C&onnect</string> |
155 |
| - </property> |
156 |
| - </widget> |
157 |
| - </item> |
158 |
| - <item row="0" column="0" colspan="5"> |
159 |
| - <widget class="QComboBox" name="cmbConnections"/> |
160 |
| - </item> |
161 |
| - </layout> |
162 | 163 | </widget>
|
163 | 164 | </item>
|
164 |
| - <item row="3" column="0"> |
| 165 | + <item row="4" column="0"> |
165 | 166 | <widget class="QDialogButtonBox" name="buttonBox">
|
166 | 167 | <property name="orientation">
|
167 | 168 | <enum>Qt::Horizontal</enum>
|
|
0 commit comments