|
6 | 6 | <rect>
|
7 | 7 | <x>0</x>
|
8 | 8 | <y>0</y>
|
9 |
| - <width>427</width> |
10 |
| - <height>274</height> |
| 9 | + <width>376</width> |
| 10 | + <height>155</height> |
11 | 11 | </rect>
|
12 | 12 | </property>
|
13 | 13 | <property name="windowTitle">
|
14 | 14 | <string>Form</string>
|
15 | 15 | </property>
|
16 |
| - <layout class="QVBoxLayout" name="verticalLayout_2"> |
| 16 | + <layout class="QVBoxLayout" name="verticalLayout"> |
17 | 17 | <item>
|
18 |
| - <widget class="QScrollArea" name="scrollArea"> |
19 |
| - <property name="widgetResizable"> |
20 |
| - <bool>true</bool> |
| 18 | + <layout class="QFormLayout" name="formLayout"> |
| 19 | + <property name="fieldGrowthPolicy"> |
| 20 | + <enum>QFormLayout::ExpandingFieldsGrow</enum> |
21 | 21 | </property>
|
22 |
| - <widget class="QWidget" name="scrollAreaWidgetContents"> |
23 |
| - <property name="geometry"> |
24 |
| - <rect> |
25 |
| - <x>0</x> |
26 |
| - <y>0</y> |
27 |
| - <width>407</width> |
28 |
| - <height>254</height> |
29 |
| - </rect> |
30 |
| - </property> |
31 |
| - <layout class="QVBoxLayout" name="verticalLayout"> |
32 |
| - <item> |
33 |
| - <layout class="QFormLayout" name="formLayout"> |
34 |
| - <property name="fieldGrowthPolicy"> |
35 |
| - <enum>QFormLayout::ExpandingFieldsGrow</enum> |
36 |
| - </property> |
37 |
| - <item row="0" column="0"> |
38 |
| - <widget class="QLabel" name="label_1"> |
39 |
| - <property name="text"> |
40 |
| - <string>Label</string> |
41 |
| - </property> |
42 |
| - </widget> |
43 |
| - </item> |
44 |
| - <item row="0" column="1"> |
45 |
| - <widget class="QLineEdit" name="editLabel"/> |
46 |
| - </item> |
47 |
| - <item row="1" column="0"> |
48 |
| - <widget class="QLabel" name="label_5"> |
49 |
| - <property name="text"> |
50 |
| - <string>Filter</string> |
51 |
| - </property> |
52 |
| - </widget> |
53 |
| - </item> |
54 |
| - <item row="1" column="1"> |
55 |
| - <layout class="QHBoxLayout" name="horizontalLayout"> |
56 |
| - <item> |
57 |
| - <widget class="QLineEdit" name="editFilter"/> |
58 |
| - </item> |
59 |
| - <item> |
60 |
| - <widget class="QPushButton" name="btnExpressionBuilder"> |
61 |
| - <property name="sizePolicy"> |
62 |
| - <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
63 |
| - <horstretch>0</horstretch> |
64 |
| - <verstretch>0</verstretch> |
65 |
| - </sizepolicy> |
66 |
| - </property> |
67 |
| - <property name="text"> |
68 |
| - <string>…</string> |
69 |
| - </property> |
70 |
| - </widget> |
71 |
| - </item> |
72 |
| - <item> |
73 |
| - <widget class="QPushButton" name="btnTestFilter"> |
74 |
| - <property name="text"> |
75 |
| - <string>Test</string> |
76 |
| - </property> |
77 |
| - </widget> |
78 |
| - </item> |
79 |
| - </layout> |
80 |
| - </item> |
81 |
| - <item row="2" column="0"> |
82 |
| - <widget class="QLabel" name="label_4"> |
83 |
| - <property name="text"> |
84 |
| - <string>Description</string> |
85 |
| - </property> |
86 |
| - </widget> |
87 |
| - </item> |
88 |
| - <item row="2" column="1"> |
89 |
| - <widget class="QLineEdit" name="editDescription"/> |
90 |
| - </item> |
91 |
| - </layout> |
92 |
| - </item> |
| 22 | + <item row="0" column="0"> |
| 23 | + <widget class="QLabel" name="label_1"> |
| 24 | + <property name="text"> |
| 25 | + <string>Label</string> |
| 26 | + </property> |
| 27 | + </widget> |
| 28 | + </item> |
| 29 | + <item row="0" column="1"> |
| 30 | + <widget class="QLineEdit" name="editLabel"/> |
| 31 | + </item> |
| 32 | + <item row="1" column="0"> |
| 33 | + <widget class="QLabel" name="label_5"> |
| 34 | + <property name="text"> |
| 35 | + <string>Filter</string> |
| 36 | + </property> |
| 37 | + </widget> |
| 38 | + </item> |
| 39 | + <item row="1" column="1"> |
| 40 | + <layout class="QHBoxLayout" name="horizontalLayout"> |
93 | 41 | <item>
|
94 |
| - <widget class="QGroupBox" name="groupScale"> |
95 |
| - <property name="title"> |
96 |
| - <string>Scale range</string> |
97 |
| - </property> |
98 |
| - <property name="checkable"> |
99 |
| - <bool>true</bool> |
100 |
| - </property> |
101 |
| - <property name="checked"> |
102 |
| - <bool>false</bool> |
103 |
| - </property> |
104 |
| - <layout class="QHBoxLayout" name="horizontalLayout_2"> |
105 |
| - <item> |
106 |
| - <widget class="QgsScaleRangeWidget" name="mScaleRangeWidget" native="true"> |
107 |
| - <property name="toolTip"> |
108 |
| - <string/> |
109 |
| - </property> |
110 |
| - <property name="whatsThis"> |
111 |
| - <string/> |
112 |
| - </property> |
113 |
| - </widget> |
114 |
| - </item> |
115 |
| - </layout> |
116 |
| - </widget> |
| 42 | + <widget class="QLineEdit" name="editFilter"/> |
117 | 43 | </item>
|
118 | 44 | <item>
|
119 |
| - <widget class="QGroupBox" name="groupSymbol"> |
| 45 | + <widget class="QPushButton" name="btnExpressionBuilder"> |
120 | 46 | <property name="sizePolicy">
|
121 |
| - <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> |
| 47 | + <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
122 | 48 | <horstretch>0</horstretch>
|
123 | 49 | <verstretch>0</verstretch>
|
124 | 50 | </sizepolicy>
|
125 | 51 | </property>
|
126 |
| - <property name="title"> |
127 |
| - <string>Symbol</string> |
| 52 | + <property name="text"> |
| 53 | + <string>…</string> |
128 | 54 | </property>
|
129 |
| - <property name="checkable"> |
130 |
| - <bool>true</bool> |
| 55 | + </widget> |
| 56 | + </item> |
| 57 | + <item> |
| 58 | + <widget class="QPushButton" name="btnTestFilter"> |
| 59 | + <property name="text"> |
| 60 | + <string>Test</string> |
131 | 61 | </property>
|
132 | 62 | </widget>
|
133 | 63 | </item>
|
134 | 64 | </layout>
|
135 |
| - </widget> |
| 65 | + </item> |
| 66 | + <item row="2" column="0"> |
| 67 | + <widget class="QLabel" name="label_4"> |
| 68 | + <property name="text"> |
| 69 | + <string>Description</string> |
| 70 | + </property> |
| 71 | + </widget> |
| 72 | + </item> |
| 73 | + <item row="2" column="1"> |
| 74 | + <widget class="QLineEdit" name="editDescription"/> |
| 75 | + </item> |
| 76 | + </layout> |
| 77 | + </item> |
| 78 | + <item> |
| 79 | + <widget class="QGroupBox" name="groupScale"> |
| 80 | + <property name="title"> |
| 81 | + <string>Scale range</string> |
| 82 | + </property> |
| 83 | + <property name="checkable"> |
| 84 | + <bool>true</bool> |
| 85 | + </property> |
| 86 | + <property name="checked"> |
| 87 | + <bool>false</bool> |
| 88 | + </property> |
| 89 | + <layout class="QHBoxLayout" name="horizontalLayout_2"> |
| 90 | + <item> |
| 91 | + <widget class="QgsScaleRangeWidget" name="mScaleRangeWidget" native="true"> |
| 92 | + <property name="toolTip"> |
| 93 | + <string/> |
| 94 | + </property> |
| 95 | + <property name="whatsThis"> |
| 96 | + <string/> |
| 97 | + </property> |
| 98 | + </widget> |
| 99 | + </item> |
| 100 | + </layout> |
| 101 | + </widget> |
| 102 | + </item> |
| 103 | + <item> |
| 104 | + <widget class="QGroupBox" name="groupSymbol"> |
| 105 | + <property name="sizePolicy"> |
| 106 | + <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> |
| 107 | + <horstretch>0</horstretch> |
| 108 | + <verstretch>0</verstretch> |
| 109 | + </sizepolicy> |
| 110 | + </property> |
| 111 | + <property name="title"> |
| 112 | + <string>Symbol</string> |
| 113 | + </property> |
| 114 | + <property name="checkable"> |
| 115 | + <bool>true</bool> |
| 116 | + </property> |
136 | 117 | </widget>
|
137 | 118 | </item>
|
138 | 119 | </layout>
|
|
0 commit comments