|
63 | 63 | <bool>false</bool>
|
64 | 64 | </property>
|
65 | 65 | <layout class="QFormLayout" name="formLayout">
|
66 |
| - <item row="0" column="0"> |
| 66 | + <property name="fieldGrowthPolicy"> |
| 67 | + <enum>QFormLayout::AllNonFixedFieldsGrow</enum> |
| 68 | + </property> |
| 69 | + <item row="1" column="0"> |
67 | 70 | <widget class="QLabel" name="mLayerLabel">
|
68 | 71 | <property name="text">
|
69 | 72 | <string>Layer</string>
|
|
73 | 76 | </property>
|
74 | 77 | </widget>
|
75 | 78 | </item>
|
76 |
| - <item row="8" column="0" colspan="2"> |
| 79 | + <item row="1" column="1"> |
| 80 | + <widget class="QgsMapLayerComboBox" name="mLayerComboBox"> |
| 81 | + <property name="sizePolicy"> |
| 82 | + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
| 83 | + <horstretch>0</horstretch> |
| 84 | + <verstretch>0</verstretch> |
| 85 | + </sizepolicy> |
| 86 | + </property> |
| 87 | + </widget> |
| 88 | + </item> |
| 89 | + <item row="4" column="0" colspan="2"> |
| 90 | + <widget class="QPushButton" name="mRefreshPushButton"> |
| 91 | + <property name="text"> |
| 92 | + <string>Refresh table data</string> |
| 93 | + </property> |
| 94 | + </widget> |
| 95 | + </item> |
| 96 | + <item row="5" column="0" colspan="2"> |
| 97 | + <widget class="QPushButton" name="mAttributesPushButton"> |
| 98 | + <property name="text"> |
| 99 | + <string>Attributes...</string> |
| 100 | + </property> |
| 101 | + </widget> |
| 102 | + </item> |
| 103 | + <item row="9" column="0" colspan="2"> |
77 | 104 | <widget class="QCheckBox" name="mShowOnlyVisibleFeaturesCheckBox">
|
78 | 105 | <property name="text">
|
79 | 106 | <string>Show only visible features</string>
|
80 | 107 | </property>
|
81 | 108 | </widget>
|
82 | 109 | </item>
|
83 |
| - <item row="10" column="0"> |
| 110 | + <item row="11" column="0"> |
84 | 111 | <widget class="QLabel" name="mComposerMapLabel">
|
85 | 112 | <property name="text">
|
86 | 113 | <string>Composer map</string>
|
|
93 | 120 | </property>
|
94 | 121 | </widget>
|
95 | 122 | </item>
|
96 |
| - <item row="10" column="1"> |
| 123 | + <item row="11" column="1"> |
97 | 124 | <widget class="QComboBox" name="mComposerMapComboBox"/>
|
98 | 125 | </item>
|
99 |
| - <item row="12" column="0"> |
| 126 | + <item row="13" column="0"> |
100 | 127 | <widget class="QCheckBox" name="mFeatureFilterCheckBox">
|
101 | 128 | <property name="text">
|
102 | 129 | <string>Filter with</string>
|
103 | 130 | </property>
|
104 | 131 | </widget>
|
105 | 132 | </item>
|
106 |
| - <item row="12" column="1"> |
| 133 | + <item row="13" column="1"> |
107 | 134 | <layout class="QHBoxLayout" name="horizontalLayout">
|
108 | 135 | <item>
|
109 | 136 | <widget class="QLineEdit" name="mFeatureFilterEdit"/>
|
|
121 | 148 | </item>
|
122 | 149 | </layout>
|
123 | 150 | </item>
|
124 |
| - <item row="14" column="0"> |
| 151 | + <item row="15" column="0"> |
125 | 152 | <widget class="QLabel" name="mMaxNumFeaturesLabel">
|
126 | 153 | <property name="text">
|
127 | 154 | <string>Maximum rows</string>
|
|
134 | 161 | </property>
|
135 | 162 | </widget>
|
136 | 163 | </item>
|
137 |
| - <item row="14" column="1"> |
| 164 | + <item row="15" column="1"> |
138 | 165 | <widget class="QSpinBox" name="mMaximumColumnsSpinBox"/>
|
139 | 166 | </item>
|
140 |
| - <item row="16" column="0"> |
| 167 | + <item row="17" column="0"> |
141 | 168 | <widget class="QLabel" name="mMarginLabel">
|
142 | 169 | <property name="text">
|
143 | 170 | <string>Margin</string>
|
|
150 | 177 | </property>
|
151 | 178 | </widget>
|
152 | 179 | </item>
|
153 |
| - <item row="16" column="1"> |
| 180 | + <item row="17" column="1"> |
154 | 181 | <widget class="QDoubleSpinBox" name="mMarginSpinBox"/>
|
155 | 182 | </item>
|
156 |
| - <item row="0" column="1"> |
157 |
| - <widget class="QgsMapLayerComboBox" name="mLayerComboBox"> |
158 |
| - <property name="sizePolicy"> |
159 |
| - <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
160 |
| - <horstretch>0</horstretch> |
161 |
| - <verstretch>0</verstretch> |
162 |
| - </sizepolicy> |
163 |
| - </property> |
164 |
| - </widget> |
165 |
| - </item> |
166 |
| - <item row="4" column="0" colspan="2"> |
167 |
| - <widget class="QPushButton" name="mAttributesPushButton"> |
168 |
| - <property name="text"> |
169 |
| - <string>Attributes...</string> |
170 |
| - </property> |
171 |
| - </widget> |
172 |
| - </item> |
173 | 183 | </layout>
|
174 | 184 | </widget>
|
175 | 185 | </item>
|
|
0 commit comments