|
6 | 6 | <rect> |
7 | 7 | <x>0</x> |
8 | 8 | <y>0</y> |
9 | | - <width>449</width> |
10 | | - <height>94</height> |
| 9 | + <width>446</width> |
| 10 | + <height>121</height> |
11 | 11 | </rect> |
12 | 12 | </property> |
13 | 13 | <property name="sizePolicy"> |
|
19 | 19 | <property name="windowTitle"> |
20 | 20 | <string>Polygonize (Raster to vector)</string> |
21 | 21 | </property> |
22 | | - <layout class="QVBoxLayout" name="verticalLayout"> |
23 | | - <item> |
24 | | - <layout class="QGridLayout" name="gridLayout"> |
25 | | - <item row="0" column="0"> |
26 | | - <widget class="QLabel" name="label"> |
27 | | - <property name="text"> |
28 | | - <string>&Input file (raster)</string> |
29 | | - </property> |
30 | | - <property name="buddy"> |
31 | | - <cstring>inSelector</cstring> |
32 | | - </property> |
33 | | - </widget> |
34 | | - </item> |
35 | | - <item row="1" column="0"> |
36 | | - <widget class="QLabel" name="label_2"> |
37 | | - <property name="text"> |
38 | | - <string>&Output file for polygons (shapefile)</string> |
39 | | - </property> |
40 | | - <property name="buddy"> |
41 | | - <cstring>outSelector</cstring> |
42 | | - </property> |
43 | | - </widget> |
44 | | - </item> |
45 | | - <item row="2" column="0"> |
46 | | - <widget class="QCheckBox" name="fieldCheck"> |
47 | | - <property name="text"> |
48 | | - <string>&Field name</string> |
49 | | - </property> |
50 | | - </widget> |
51 | | - </item> |
52 | | - <item row="2" column="1"> |
53 | | - <widget class="QLineEdit" name="fieldEdit"> |
54 | | - <property name="text"> |
55 | | - <string>DN</string> |
56 | | - </property> |
57 | | - </widget> |
58 | | - </item> |
59 | | - <item row="0" column="1"> |
60 | | - <widget class="GdalToolsInOutSelector" name="inSelector" native="true"/> |
61 | | - </item> |
62 | | - <item row="1" column="1"> |
63 | | - <widget class="GdalToolsInOutSelector" name="outSelector" native="true"/> |
64 | | - </item> |
65 | | - </layout> |
| 22 | + <layout class="QGridLayout" name="gridLayout"> |
| 23 | + <item row="0" column="0"> |
| 24 | + <widget class="QLabel" name="label"> |
| 25 | + <property name="text"> |
| 26 | + <string>&Input file (raster)</string> |
| 27 | + </property> |
| 28 | + <property name="buddy"> |
| 29 | + <cstring>inSelector</cstring> |
| 30 | + </property> |
| 31 | + </widget> |
| 32 | + </item> |
| 33 | + <item row="0" column="1"> |
| 34 | + <widget class="GdalToolsInOutSelector" name="inSelector" native="true"/> |
| 35 | + </item> |
| 36 | + <item row="1" column="0"> |
| 37 | + <widget class="QLabel" name="label_2"> |
| 38 | + <property name="text"> |
| 39 | + <string>&Output file for polygons (shapefile)</string> |
| 40 | + </property> |
| 41 | + <property name="buddy"> |
| 42 | + <cstring>outSelector</cstring> |
| 43 | + </property> |
| 44 | + </widget> |
| 45 | + </item> |
| 46 | + <item row="1" column="1"> |
| 47 | + <widget class="GdalToolsInOutSelector" name="outSelector" native="true"/> |
| 48 | + </item> |
| 49 | + <item row="2" column="0"> |
| 50 | + <widget class="QCheckBox" name="fieldCheck"> |
| 51 | + <property name="text"> |
| 52 | + <string>&Field name</string> |
| 53 | + </property> |
| 54 | + </widget> |
| 55 | + </item> |
| 56 | + <item row="2" column="1"> |
| 57 | + <widget class="QLineEdit" name="fieldEdit"> |
| 58 | + <property name="text"> |
| 59 | + <string>DN</string> |
| 60 | + </property> |
| 61 | + </widget> |
| 62 | + </item> |
| 63 | + <item row="3" column="0"> |
| 64 | + <widget class="QCheckBox" name="maskCheck"> |
| 65 | + <property name="text"> |
| 66 | + <string>Use mask</string> |
| 67 | + </property> |
| 68 | + </widget> |
| 69 | + </item> |
| 70 | + <item row="3" column="1"> |
| 71 | + <widget class="GdalToolsInOutSelector" name="maskSelector" native="true"/> |
66 | 72 | </item> |
67 | 73 | </layout> |
68 | 74 | </widget> |
|
0 commit comments