|
1 |
| -<?xml version="1.0" encoding="UTF-8"?> |
2 |
| -<ui version="4.0"> |
3 |
| - <class>QgsRendererRulePropsWidget</class> |
4 |
| - <widget class="QWidget" name="QgsRendererRulePropsWidget"> |
5 |
| - <property name="geometry"> |
6 |
| - <rect> |
7 |
| - <x>0</x> |
8 |
| - <y>0</y> |
9 |
| - <width>376</width> |
10 |
| - <height>155</height> |
11 |
| - </rect> |
12 |
| - </property> |
13 |
| - <property name="windowTitle"> |
14 |
| - <string>Form</string> |
15 |
| - </property> |
16 |
| - <layout class="QVBoxLayout" name="verticalLayout"> |
17 |
| - <item> |
18 |
| - <layout class="QFormLayout" name="formLayout"> |
19 |
| - <property name="fieldGrowthPolicy"> |
20 |
| - <enum>QFormLayout::ExpandingFieldsGrow</enum> |
21 |
| - </property> |
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"> |
41 |
| - <item> |
42 |
| - <widget class="QLineEdit" name="editFilter"/> |
43 |
| - </item> |
44 |
| - <item> |
45 |
| - <widget class="QPushButton" name="btnExpressionBuilder"> |
46 |
| - <property name="sizePolicy"> |
47 |
| - <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
48 |
| - <horstretch>0</horstretch> |
49 |
| - <verstretch>0</verstretch> |
50 |
| - </sizepolicy> |
51 |
| - </property> |
52 |
| - <property name="text"> |
53 |
| - <string>...</string> |
54 |
| - </property> |
55 |
| - </widget> |
56 |
| - </item> |
57 |
| - <item> |
58 |
| - <widget class="QPushButton" name="btnTestFilter"> |
59 |
| - <property name="text"> |
60 |
| - <string>Test</string> |
61 |
| - </property> |
62 |
| - </widget> |
63 |
| - </item> |
64 |
| - </layout> |
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> |
117 |
| - </widget> |
118 |
| - </item> |
119 |
| - </layout> |
120 |
| - </widget> |
121 |
| - <customwidgets> |
122 |
| - <customwidget> |
123 |
| - <class>QgsScaleRangeWidget</class> |
124 |
| - <extends>QWidget</extends> |
125 |
| - <header>qgsscalerangewidget.h</header> |
126 |
| - </customwidget> |
127 |
| - </customwidgets> |
128 |
| - <resources/> |
129 |
| - <connections/> |
130 |
| -</ui> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<ui version="4.0"> |
| 3 | + <class>QgsRendererRulePropsWidget</class> |
| 4 | + <widget class="QWidget" name="QgsRendererRulePropsWidget"> |
| 5 | + <property name="geometry"> |
| 6 | + <rect> |
| 7 | + <x>0</x> |
| 8 | + <y>0</y> |
| 9 | + <width>376</width> |
| 10 | + <height>155</height> |
| 11 | + </rect> |
| 12 | + </property> |
| 13 | + <property name="windowTitle"> |
| 14 | + <string>Form</string> |
| 15 | + </property> |
| 16 | + <layout class="QVBoxLayout" name="verticalLayout"> |
| 17 | + <item> |
| 18 | + <layout class="QFormLayout" name="formLayout"> |
| 19 | + <property name="fieldGrowthPolicy"> |
| 20 | + <enum>QFormLayout::ExpandingFieldsGrow</enum> |
| 21 | + </property> |
| 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"> |
| 41 | + <item> |
| 42 | + <widget class="QLineEdit" name="editFilter"/> |
| 43 | + </item> |
| 44 | + <item> |
| 45 | + <widget class="QPushButton" name="btnExpressionBuilder"> |
| 46 | + <property name="sizePolicy"> |
| 47 | + <sizepolicy hsizetype="Minimum" vsizetype="Fixed"> |
| 48 | + <horstretch>0</horstretch> |
| 49 | + <verstretch>0</verstretch> |
| 50 | + </sizepolicy> |
| 51 | + </property> |
| 52 | + <property name="text"> |
| 53 | + <string>...</string> |
| 54 | + </property> |
| 55 | + </widget> |
| 56 | + </item> |
| 57 | + <item> |
| 58 | + <widget class="QPushButton" name="btnTestFilter"> |
| 59 | + <property name="text"> |
| 60 | + <string>Test</string> |
| 61 | + </property> |
| 62 | + </widget> |
| 63 | + </item> |
| 64 | + </layout> |
| 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> |
| 117 | + </widget> |
| 118 | + </item> |
| 119 | + </layout> |
| 120 | + </widget> |
| 121 | + <customwidgets> |
| 122 | + <customwidget> |
| 123 | + <class>QgsScaleRangeWidget</class> |
| 124 | + <extends>QWidget</extends> |
| 125 | + <header>qgsscalerangewidget.h</header> |
| 126 | + </customwidget> |
| 127 | + </customwidgets> |
| 128 | + <resources/> |
| 129 | + <connections/> |
| 130 | +</ui> |
0 commit comments