|
22 | 22 | <property name="spacing" >
|
23 | 23 | <number>6</number>
|
24 | 24 | </property>
|
25 |
| - <item row="4" column="0" colspan="4" > |
26 |
| - <widget class="Q3ListView" name="mAttributeView" > |
27 |
| - <column> |
28 |
| - <property name="text" > |
29 |
| - <string>Column 1</string> |
30 |
| - </property> |
31 |
| - </column> |
32 |
| - </widget> |
33 |
| - </item> |
34 |
| - <item row="0" column="0" colspan="4" > |
35 |
| - <widget class="QGroupBox" name="buttonGroup1" > |
36 |
| - <property name="title" > |
37 |
| - <string>Type</string> |
38 |
| - </property> |
39 |
| - <layout class="QGridLayout" > |
40 |
| - <property name="margin" > |
41 |
| - <number>9</number> |
42 |
| - </property> |
43 |
| - <property name="spacing" > |
44 |
| - <number>6</number> |
45 |
| - </property> |
46 |
| - <item row="0" column="0" > |
47 |
| - <widget class="QRadioButton" name="mPointRadioButton" > |
48 |
| - <property name="text" > |
49 |
| - <string>Point</string> |
50 |
| - </property> |
51 |
| - </widget> |
52 |
| - </item> |
53 |
| - <item row="0" column="1" > |
54 |
| - <widget class="QRadioButton" name="mLineRadioButton" > |
55 |
| - <property name="text" > |
56 |
| - <string>Line</string> |
57 |
| - </property> |
58 |
| - </widget> |
59 |
| - </item> |
60 |
| - <item row="0" column="2" > |
61 |
| - <widget class="QRadioButton" name="mPolygonRadioButton" > |
62 |
| - <property name="text" > |
63 |
| - <string>Polygon</string> |
64 |
| - </property> |
65 |
| - </widget> |
66 |
| - </item> |
67 |
| - </layout> |
68 |
| - </widget> |
69 |
| - </item> |
70 | 25 | <item row="5" column="0" colspan="4" >
|
71 | 26 | <layout class="QHBoxLayout" >
|
72 | 27 | <property name="margin" >
|
|
75 | 30 | <property name="spacing" >
|
76 | 31 | <number>6</number>
|
77 | 32 | </property>
|
| 33 | + <item> |
| 34 | + <widget class="QPushButton" name="btnHelp" > |
| 35 | + <property name="enabled" > |
| 36 | + <bool>true</bool> |
| 37 | + </property> |
| 38 | + <property name="text" > |
| 39 | + <string>Help</string> |
| 40 | + </property> |
| 41 | + </widget> |
| 42 | + </item> |
78 | 43 | <item>
|
79 | 44 | <spacer>
|
80 | 45 | <property name="orientation" >
|
|
85 | 50 | </property>
|
86 | 51 | <property name="sizeHint" >
|
87 | 52 | <size>
|
88 |
| - <width>93</width> |
89 |
| - <height>20</height> |
| 53 | + <width>91</width> |
| 54 | + <height>26</height> |
90 | 55 | </size>
|
91 | 56 | </property>
|
92 | 57 | </spacer>
|
|
110 | 75 | </item>
|
111 | 76 | </layout>
|
112 | 77 | </item>
|
113 |
| - <item row="3" column="0" > |
114 |
| - <widget class="QPushButton" name="mAddAttributeButton" > |
| 78 | + <item row="1" column="0" colspan="2" > |
| 79 | + <widget class="QLabel" name="mFileFormatLabel" > |
115 | 80 | <property name="text" >
|
116 |
| - <string>Add</string> |
| 81 | + <string>File Format:</string> |
117 | 82 | </property>
|
118 | 83 | </widget>
|
119 | 84 | </item>
|
120 |
| - <item row="2" column="0" colspan="3" > |
121 |
| - <widget class="QLabel" name="mAttributeLabel" > |
| 85 | + <item row="1" column="2" colspan="2" > |
| 86 | + <widget class="QComboBox" name="mFileFormatComboBox" /> |
| 87 | + </item> |
| 88 | + <item row="3" column="1" colspan="2" > |
| 89 | + <widget class="QPushButton" name="mRemoveAttributeButton" > |
122 | 90 | <property name="text" >
|
123 |
| - <string>Attributes:</string> |
| 91 | + <string>Remove</string> |
124 | 92 | </property>
|
125 | 93 | </widget>
|
126 | 94 | </item>
|
|
140 | 108 | </property>
|
141 | 109 | </spacer>
|
142 | 110 | </item>
|
143 |
| - <item row="3" column="1" colspan="2" > |
144 |
| - <widget class="QPushButton" name="mRemoveAttributeButton" > |
| 111 | + <item row="2" column="0" colspan="3" > |
| 112 | + <widget class="QLabel" name="mAttributeLabel" > |
145 | 113 | <property name="text" >
|
146 |
| - <string>Remove</string> |
| 114 | + <string>Attributes:</string> |
147 | 115 | </property>
|
148 | 116 | </widget>
|
149 | 117 | </item>
|
150 |
| - <item row="1" column="2" colspan="2" > |
151 |
| - <widget class="QComboBox" name="mFileFormatComboBox" /> |
152 |
| - </item> |
153 |
| - <item row="1" column="0" colspan="2" > |
154 |
| - <widget class="QLabel" name="mFileFormatLabel" > |
| 118 | + <item row="3" column="0" > |
| 119 | + <widget class="QPushButton" name="mAddAttributeButton" > |
155 | 120 | <property name="text" >
|
156 |
| - <string>File Format:</string> |
| 121 | + <string>Add</string> |
| 122 | + </property> |
| 123 | + </widget> |
| 124 | + </item> |
| 125 | + <item row="0" column="0" colspan="4" > |
| 126 | + <widget class="QGroupBox" name="buttonGroup1" > |
| 127 | + <property name="title" > |
| 128 | + <string>Type</string> |
157 | 129 | </property>
|
| 130 | + <layout class="QGridLayout" > |
| 131 | + <property name="margin" > |
| 132 | + <number>9</number> |
| 133 | + </property> |
| 134 | + <property name="spacing" > |
| 135 | + <number>6</number> |
| 136 | + </property> |
| 137 | + <item row="0" column="0" > |
| 138 | + <widget class="QRadioButton" name="mPointRadioButton" > |
| 139 | + <property name="text" > |
| 140 | + <string>Point</string> |
| 141 | + </property> |
| 142 | + </widget> |
| 143 | + </item> |
| 144 | + <item row="0" column="1" > |
| 145 | + <widget class="QRadioButton" name="mLineRadioButton" > |
| 146 | + <property name="text" > |
| 147 | + <string>Line</string> |
| 148 | + </property> |
| 149 | + </widget> |
| 150 | + </item> |
| 151 | + <item row="0" column="2" > |
| 152 | + <widget class="QRadioButton" name="mPolygonRadioButton" > |
| 153 | + <property name="text" > |
| 154 | + <string>Polygon</string> |
| 155 | + </property> |
| 156 | + </widget> |
| 157 | + </item> |
| 158 | + </layout> |
| 159 | + </widget> |
| 160 | + </item> |
| 161 | + <item row="4" column="0" colspan="4" > |
| 162 | + <widget class="Q3ListView" name="mAttributeView" > |
| 163 | + <column> |
| 164 | + <property name="text" > |
| 165 | + <string>Column 1</string> |
| 166 | + </property> |
| 167 | + </column> |
158 | 168 | </widget>
|
159 | 169 | </item>
|
160 | 170 | </layout>
|
|
0 commit comments