|
6 | 6 | <rect> |
7 | 7 | <x>0</x> |
8 | 8 | <y>0</y> |
9 | | - <width>423</width> |
10 | | - <height>308</height> |
| 9 | + <width>534</width> |
| 10 | + <height>321</height> |
11 | 11 | </rect> |
12 | 12 | </property> |
13 | 13 | <property name="sizePolicy"> |
|
19 | 19 | <property name="minimumSize"> |
20 | 20 | <size> |
21 | 21 | <width>0</width> |
22 | | - <height>308</height> |
| 22 | + <height>321</height> |
23 | 23 | </size> |
24 | 24 | </property> |
25 | 25 | <property name="maximumSize"> |
26 | 26 | <size> |
27 | 27 | <width>16777215</width> |
28 | | - <height>308</height> |
| 28 | + <height>321</height> |
29 | 29 | </size> |
30 | 30 | </property> |
31 | 31 | <property name="windowTitle"> |
32 | 32 | <string>Select by location</string> |
33 | 33 | </property> |
34 | | - <layout class="QGridLayout" name="gridLayout"> |
35 | | - <item row="0" column="0"> |
| 34 | + <layout class="QVBoxLayout" name="verticalLayout"> |
| 35 | + <item> |
36 | 36 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
37 | 37 | <item> |
38 | 38 | <widget class="QLabel" name="label_3"> |
|
46 | 46 | </item> |
47 | 47 | </layout> |
48 | 48 | </item> |
49 | | - <item row="1" column="0"> |
| 49 | + <item> |
50 | 50 | <layout class="QVBoxLayout" name="verticalLayout_3"> |
51 | 51 | <item> |
52 | 52 | <widget class="QLabel" name="label_4"> |
|
60 | 60 | </item> |
61 | 61 | </layout> |
62 | 62 | </item> |
63 | | - <item row="2" column="0"> |
64 | | - <widget class="QCheckBox" name="chkTouches"> |
| 63 | + <item> |
| 64 | + <widget class="QCheckBox" name="chkIntersects"> |
65 | 65 | <property name="text"> |
66 | | - <string>Include input features that touch the selection features</string> |
| 66 | + <string>Include input features that insersect the selection features</string> |
67 | 67 | </property> |
68 | 68 | <property name="checked"> |
69 | 69 | <bool>true</bool> |
70 | 70 | </property> |
71 | 71 | </widget> |
72 | 72 | </item> |
73 | | - <item row="3" column="0"> |
| 73 | + <item> |
| 74 | + <widget class="QCheckBox" name="chkTouches"> |
| 75 | + <property name="text"> |
| 76 | + <string>Include input features that touch the selection features</string> |
| 77 | + </property> |
| 78 | + </widget> |
| 79 | + </item> |
| 80 | + <item> |
74 | 81 | <widget class="QCheckBox" name="chkOverlaps"> |
75 | 82 | <property name="text"> |
76 | 83 | <string>Include input features that overlap/cross the selection features</string> |
77 | 84 | </property> |
78 | | - <property name="checked"> |
79 | | - <bool>true</bool> |
80 | | - </property> |
81 | 85 | </widget> |
82 | 86 | </item> |
83 | | - <item row="4" column="0"> |
| 87 | + <item> |
84 | 88 | <widget class="QCheckBox" name="chkContains"> |
85 | 89 | <property name="text"> |
86 | 90 | <string>Include input features completely within the selection features</string> |
87 | 91 | </property> |
88 | | - <property name="checked"> |
89 | | - <bool>true</bool> |
90 | | - </property> |
91 | 92 | </widget> |
92 | 93 | </item> |
93 | | - <item row="5" column="0"> |
| 94 | + <item> |
94 | 95 | <widget class="QCheckBox" name="chkSelected"> |
95 | 96 | <property name="text"> |
96 | 97 | <string>Only selected features</string> |
97 | 98 | </property> |
98 | 99 | </widget> |
99 | 100 | </item> |
100 | | - <item row="7" column="0"> |
| 101 | + <item> |
| 102 | + <widget class="QComboBox" name="cmbModify"/> |
| 103 | + </item> |
| 104 | + <item> |
101 | 105 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
102 | 106 | <item> |
103 | 107 | <widget class="QProgressBar" name="progressBar"> |
|
124 | 128 | </item> |
125 | 129 | </layout> |
126 | 130 | </item> |
127 | | - <item row="6" column="0"> |
128 | | - <widget class="QComboBox" name="cmbModify"/> |
129 | | - </item> |
130 | 131 | </layout> |
131 | 132 | </widget> |
| 133 | + <tabstops> |
| 134 | + <tabstop>inPolygon</tabstop> |
| 135 | + <tabstop>inPoint</tabstop> |
| 136 | + <tabstop>chkIntersects</tabstop> |
| 137 | + <tabstop>chkTouches</tabstop> |
| 138 | + <tabstop>chkOverlaps</tabstop> |
| 139 | + <tabstop>chkContains</tabstop> |
| 140 | + <tabstop>chkSelected</tabstop> |
| 141 | + <tabstop>cmbModify</tabstop> |
| 142 | + <tabstop>buttonBox</tabstop> |
| 143 | + </tabstops> |
132 | 144 | <resources/> |
133 | 145 | <connections> |
134 | 146 | <connection> |
|
0 commit comments