|
6 | 6 | <rect>
|
7 | 7 | <x>0</x>
|
8 | 8 | <y>0</y>
|
9 |
| - <width>362</width> |
10 |
| - <height>374</height> |
| 9 | + <width>420</width> |
| 10 | + <height>578</height> |
11 | 11 | </rect>
|
12 | 12 | </property>
|
13 | 13 | <property name="windowTitle">
|
14 | 14 | <string>Load values from layer</string>
|
15 | 15 | </property>
|
16 |
| - <widget class="QDialogButtonBox" name="buttonBox"> |
17 |
| - <property name="geometry"> |
18 |
| - <rect> |
19 |
| - <x>10</x> |
20 |
| - <y>340</y> |
21 |
| - <width>341</width> |
22 |
| - <height>32</height> |
23 |
| - </rect> |
24 |
| - </property> |
25 |
| - <property name="orientation"> |
26 |
| - <enum>Qt::Horizontal</enum> |
27 |
| - </property> |
28 |
| - <property name="standardButtons"> |
29 |
| - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
30 |
| - </property> |
31 |
| - </widget> |
32 |
| - <widget class="QWidget" name="gridLayoutWidget"> |
33 |
| - <property name="geometry"> |
34 |
| - <rect> |
35 |
| - <x>10</x> |
36 |
| - <y>10</y> |
37 |
| - <width>341</width> |
38 |
| - <height>331</height> |
39 |
| - </rect> |
40 |
| - </property> |
41 |
| - <layout class="QGridLayout" name="gridLayout"> |
42 |
| - <item row="1" column="0"> |
43 |
| - <widget class="QLabel" name="layerLabel"> |
44 |
| - <property name="text"> |
45 |
| - <string>Layer</string> |
46 |
| - </property> |
47 |
| - </widget> |
48 |
| - </item> |
49 |
| - <item row="3" column="0"> |
50 |
| - <widget class="QLabel" name="keyLabel"> |
51 |
| - <property name="text"> |
52 |
| - <string>Description</string> |
53 |
| - </property> |
54 |
| - </widget> |
55 |
| - </item> |
56 |
| - <item row="1" column="1" colspan="2"> |
57 |
| - <widget class="QComboBox" name="layerComboBox"/> |
58 |
| - </item> |
59 |
| - <item row="5" column="0" colspan="3"> |
60 |
| - <widget class="QTableWidget" name="previewTableWidget"> |
61 |
| - <column> |
| 16 | + <layout class="QVBoxLayout" name="verticalLayout"> |
| 17 | + <item> |
| 18 | + <layout class="QGridLayout" name="gridLayout"> |
| 19 | + <item row="1" column="0"> |
| 20 | + <widget class="QLabel" name="layerLabel"> |
62 | 21 | <property name="text">
|
63 |
| - <string>Value</string> |
| 22 | + <string>Layer</string> |
64 | 23 | </property>
|
65 |
| - </column> |
66 |
| - <column> |
| 24 | + </widget> |
| 25 | + </item> |
| 26 | + <item row="3" column="0"> |
| 27 | + <widget class="QLabel" name="keyLabel"> |
67 | 28 | <property name="text">
|
68 | 29 | <string>Description</string>
|
69 | 30 | </property>
|
70 |
| - </column> |
71 |
| - </widget> |
72 |
| - </item> |
73 |
| - <item row="0" column="0" colspan="3"> |
74 |
| - <widget class="QLabel" name="valueTableLabel"> |
75 |
| - <property name="text"> |
76 |
| - <string>Select data from attributes in selected layer.</string> |
77 |
| - </property> |
78 |
| - </widget> |
79 |
| - </item> |
80 |
| - <item row="2" column="0"> |
81 |
| - <widget class="QLabel" name="valueLabel"> |
82 |
| - <property name="text"> |
83 |
| - <string>Value</string> |
84 |
| - </property> |
85 |
| - </widget> |
86 |
| - </item> |
87 |
| - <item row="2" column="1"> |
88 |
| - <widget class="QComboBox" name="valueComboBox"/> |
89 |
| - </item> |
90 |
| - <item row="2" column="2" rowspan="2"> |
91 |
| - <widget class="QPushButton" name="previewButton"> |
92 |
| - <property name="text"> |
93 |
| - <string>View All</string> |
94 |
| - </property> |
95 |
| - </widget> |
96 |
| - </item> |
97 |
| - <item row="3" column="1"> |
98 |
| - <widget class="QComboBox" name="keyComboBox"/> |
99 |
| - </item> |
100 |
| - </layout> |
101 |
| - </widget> |
| 31 | + </widget> |
| 32 | + </item> |
| 33 | + <item row="1" column="1" colspan="2"> |
| 34 | + <widget class="QComboBox" name="layerComboBox"/> |
| 35 | + </item> |
| 36 | + <item row="5" column="0" colspan="3"> |
| 37 | + <widget class="QTableWidget" name="previewTableWidget"> |
| 38 | + <column> |
| 39 | + <property name="text"> |
| 40 | + <string>Value</string> |
| 41 | + </property> |
| 42 | + </column> |
| 43 | + <column> |
| 44 | + <property name="text"> |
| 45 | + <string>Description</string> |
| 46 | + </property> |
| 47 | + </column> |
| 48 | + </widget> |
| 49 | + </item> |
| 50 | + <item row="0" column="0" colspan="3"> |
| 51 | + <widget class="QLabel" name="valueTableLabel"> |
| 52 | + <property name="text"> |
| 53 | + <string>Select data from attributes in selected layer.</string> |
| 54 | + </property> |
| 55 | + </widget> |
| 56 | + </item> |
| 57 | + <item row="2" column="0"> |
| 58 | + <widget class="QLabel" name="valueLabel"> |
| 59 | + <property name="text"> |
| 60 | + <string>Value</string> |
| 61 | + </property> |
| 62 | + </widget> |
| 63 | + </item> |
| 64 | + <item row="2" column="1"> |
| 65 | + <widget class="QComboBox" name="valueComboBox"/> |
| 66 | + </item> |
| 67 | + <item row="2" column="2" rowspan="2"> |
| 68 | + <widget class="QPushButton" name="previewButton"> |
| 69 | + <property name="text"> |
| 70 | + <string>View All</string> |
| 71 | + </property> |
| 72 | + </widget> |
| 73 | + </item> |
| 74 | + <item row="3" column="1"> |
| 75 | + <widget class="QComboBox" name="keyComboBox"/> |
| 76 | + </item> |
| 77 | + <item row="4" column="0" colspan="2"> |
| 78 | + <widget class="QCheckBox" name="nullCheckBox"> |
| 79 | + <property name="text"> |
| 80 | + <string>Insert NULL value on top</string> |
| 81 | + </property> |
| 82 | + </widget> |
| 83 | + </item> |
| 84 | + </layout> |
| 85 | + </item> |
| 86 | + <item> |
| 87 | + <widget class="QDialogButtonBox" name="buttonBox"> |
| 88 | + <property name="orientation"> |
| 89 | + <enum>Qt::Horizontal</enum> |
| 90 | + </property> |
| 91 | + <property name="standardButtons"> |
| 92 | + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
| 93 | + </property> |
| 94 | + </widget> |
| 95 | + </item> |
| 96 | + </layout> |
102 | 97 | </widget>
|
103 | 98 | <tabstops>
|
104 | 99 | <tabstop>layerComboBox</tabstop>
|
|
0 commit comments