|
14 | 14 | <string>Edit Widget Properties</string>
|
15 | 15 | </property>
|
16 | 16 | <layout class="QGridLayout" name="gridLayout">
|
17 |
| - <item row="0" column="1"> |
18 |
| - <widget class="QCheckBox" name="isFieldEditableCheckBox"> |
19 |
| - <property name="text"> |
20 |
| - <string>Editable</string> |
21 |
| - </property> |
22 |
| - <property name="checked"> |
23 |
| - <bool>true</bool> |
24 |
| - </property> |
25 |
| - </widget> |
26 |
| - </item> |
27 |
| - <item row="1" column="1"> |
28 |
| - <widget class="QCheckBox" name="labelOnTopCheckBox"> |
29 |
| - <property name="text"> |
30 |
| - <string>Label on top</string> |
31 |
| - </property> |
32 |
| - <property name="checked"> |
33 |
| - <bool>false</bool> |
34 |
| - </property> |
35 |
| - </widget> |
36 |
| - </item> |
37 |
| - <item row="2" column="1"> |
38 |
| - <layout class="QHBoxLayout" name="horizontalLayout_3"> |
39 |
| - <item> |
40 |
| - <widget class="QLabel" name="label_3"> |
41 |
| - <property name="text"> |
42 |
| - <string>Default value</string> |
43 |
| - </property> |
44 |
| - </widget> |
45 |
| - </item> |
46 |
| - <item> |
47 |
| - <widget class="QgsExpressionLineEdit" name="mExpressionWidget" native="true"> |
48 |
| - <property name="maximumSize"> |
49 |
| - <size> |
50 |
| - <width>500</width> |
51 |
| - <height>16777215</height> |
52 |
| - </size> |
53 |
| - </property> |
54 |
| - <property name="focusPolicy"> |
55 |
| - <enum>Qt::StrongFocus</enum> |
56 |
| - </property> |
57 |
| - </widget> |
58 |
| - </item> |
59 |
| - </layout> |
| 17 | + <item row="5" column="1"> |
| 18 | + <widget class="QStackedWidget" name="stackedWidget"/> |
60 | 19 | </item>
|
61 |
| - <item row="3" column="1"> |
| 20 | + <item row="4" column="1"> |
62 | 21 | <widget class="QgsCollapsibleGroupBox" name="groupBox">
|
63 | 22 | <property name="title">
|
64 | 23 | <string>Contraints</string>
|
|
112 | 71 | </layout>
|
113 | 72 | </widget>
|
114 | 73 | </item>
|
115 |
| - <item row="4" column="1"> |
116 |
| - <widget class="QStackedWidget" name="stackedWidget"/> |
| 74 | + <item row="0" column="1"> |
| 75 | + <widget class="QCheckBox" name="isFieldEditableCheckBox"> |
| 76 | + <property name="text"> |
| 77 | + <string>Editable</string> |
| 78 | + </property> |
| 79 | + <property name="checked"> |
| 80 | + <bool>true</bool> |
| 81 | + </property> |
| 82 | + </widget> |
117 | 83 | </item>
|
118 |
| - <item row="5" column="1"> |
| 84 | + <item row="2" column="1"> |
| 85 | + <widget class="QGroupBox" name="groupBox_2"> |
| 86 | + <property name="title"> |
| 87 | + <string>Defaults</string> |
| 88 | + </property> |
| 89 | + <layout class="QGridLayout" name="gridLayout_2" columnstretch="0,1"> |
| 90 | + <item row="0" column="0"> |
| 91 | + <widget class="QLabel" name="label_3"> |
| 92 | + <property name="text"> |
| 93 | + <string>Default value</string> |
| 94 | + </property> |
| 95 | + </widget> |
| 96 | + </item> |
| 97 | + <item row="1" column="0"> |
| 98 | + <widget class="QLabel" name="label_4"> |
| 99 | + <property name="text"> |
| 100 | + <string>Preview</string> |
| 101 | + </property> |
| 102 | + </widget> |
| 103 | + </item> |
| 104 | + <item row="0" column="1"> |
| 105 | + <widget class="QgsExpressionLineEdit" name="mExpressionWidget" native="true"> |
| 106 | + <property name="focusPolicy"> |
| 107 | + <enum>Qt::StrongFocus</enum> |
| 108 | + </property> |
| 109 | + </widget> |
| 110 | + </item> |
| 111 | + <item row="1" column="1"> |
| 112 | + <widget class="QLabel" name="mDefaultPreviewLabel"> |
| 113 | + <property name="text"> |
| 114 | + <string/> |
| 115 | + </property> |
| 116 | + </widget> |
| 117 | + </item> |
| 118 | + </layout> |
| 119 | + </widget> |
| 120 | + </item> |
| 121 | + <item row="1" column="1"> |
| 122 | + <widget class="QCheckBox" name="labelOnTopCheckBox"> |
| 123 | + <property name="text"> |
| 124 | + <string>Label on top</string> |
| 125 | + </property> |
| 126 | + <property name="checked"> |
| 127 | + <bool>false</bool> |
| 128 | + </property> |
| 129 | + </widget> |
| 130 | + </item> |
| 131 | + <item row="0" column="0" rowspan="7"> |
| 132 | + <widget class="QListWidget" name="selectionListWidget"/> |
| 133 | + </item> |
| 134 | + <item row="6" column="1"> |
119 | 135 | <widget class="QDialogButtonBox" name="buttonBox">
|
120 | 136 | <property name="orientation">
|
121 | 137 | <enum>Qt::Horizontal</enum>
|
|
125 | 141 | </property>
|
126 | 142 | </widget>
|
127 | 143 | </item>
|
128 |
| - <item row="0" column="0" rowspan="6"> |
129 |
| - <widget class="QListWidget" name="selectionListWidget"/> |
130 |
| - </item> |
131 | 144 | </layout>
|
132 | 145 | </widget>
|
133 | 146 | <customwidgets>
|
|
154 | 167 | <tabstop>selectionListWidget</tabstop>
|
155 | 168 | <tabstop>isFieldEditableCheckBox</tabstop>
|
156 | 169 | <tabstop>labelOnTopCheckBox</tabstop>
|
157 |
| - <tabstop>buttonBox</tabstop> |
| 170 | + <tabstop>mExpressionWidget</tabstop> |
| 171 | + <tabstop>notNullCheckBox</tabstop> |
| 172 | + <tabstop>constraintExpressionWidget</tabstop> |
| 173 | + <tabstop>leConstraintExpressionDescription</tabstop> |
158 | 174 | </tabstops>
|
159 | 175 | <resources/>
|
160 | 176 | <connections>
|
|
0 commit comments