|
16 | 16 | <layout class="QVBoxLayout">
|
17 | 17 | <item>
|
18 | 18 | <layout class="QGridLayout">
|
19 |
| - <item row="0" column="0"> |
20 |
| - <widget class="QLabel" name="label"> |
| 19 | + <item row="3" column="0"> |
| 20 | + <widget class="QLabel" name="label_3"> |
21 | 21 | <property name="text">
|
22 |
| - <string>Name</string> |
| 22 | + <string>Can be NULL</string> |
23 | 23 | </property>
|
24 | 24 | </widget>
|
25 | 25 | </item>
|
26 |
| - <item row="0" column="1"> |
27 |
| - <widget class="QLineEdit" name="editName"> |
| 26 | + <item row="3" column="1"> |
| 27 | + <widget class="QCheckBox" name="chkNull"> |
28 | 28 | <property name="text">
|
29 | 29 | <string notr="true"/>
|
30 | 30 | </property>
|
| 31 | + <property name="checked"> |
| 32 | + <bool>true</bool> |
| 33 | + </property> |
31 | 34 | </widget>
|
32 | 35 | </item>
|
33 |
| - <item row="1" column="0"> |
34 |
| - <widget class="QLabel" name="label_2"> |
| 36 | + <item row="4" column="0"> |
| 37 | + <widget class="QLabel" name="label_4"> |
35 | 38 | <property name="text">
|
36 |
| - <string>Type</string> |
| 39 | + <string>Default value expression</string> |
| 40 | + </property> |
| 41 | + </widget> |
| 42 | + </item> |
| 43 | + <item row="0" column="0"> |
| 44 | + <widget class="QLabel" name="label"> |
| 45 | + <property name="text"> |
| 46 | + <string>Name</string> |
37 | 47 | </property>
|
38 | 48 | </widget>
|
39 | 49 | </item>
|
|
47 | 57 | </property>
|
48 | 58 | </widget>
|
49 | 59 | </item>
|
50 |
| - <item row="3" column="0"> |
51 |
| - <widget class="QLabel" name="label_3"> |
| 60 | + <item row="1" column="0"> |
| 61 | + <widget class="QLabel" name="label_2"> |
52 | 62 | <property name="text">
|
53 |
| - <string>Can be NULL</string> |
| 63 | + <string>Type</string> |
54 | 64 | </property>
|
55 | 65 | </widget>
|
56 | 66 | </item>
|
57 |
| - <item row="3" column="1"> |
58 |
| - <widget class="QCheckBox" name="chkNull"> |
| 67 | + <item row="0" column="1"> |
| 68 | + <widget class="QLineEdit" name="editName"> |
59 | 69 | <property name="text">
|
60 | 70 | <string notr="true"/>
|
61 | 71 | </property>
|
62 |
| - <property name="checked"> |
63 |
| - <bool>true</bool> |
64 |
| - </property> |
65 |
| - </widget> |
66 |
| - </item> |
67 |
| - <item row="4" column="0"> |
68 |
| - <widget class="QLabel" name="label_4"> |
69 |
| - <property name="text"> |
70 |
| - <string>Default value expression</string> |
71 |
| - </property> |
72 | 72 | </widget>
|
73 | 73 | </item>
|
74 | 74 | <item row="4" column="1">
|
|
95 | 95 | </property>
|
96 | 96 | </widget>
|
97 | 97 | </item>
|
| 98 | + <item row="6" column="1"> |
| 99 | + <widget class="QLineEdit" name="editCom"> |
| 100 | + <property name="toolTip"> |
| 101 | + <string><html><head/><body><p>Properly quoted PostgreSQL expression (e.g. <code>4</code>, <code>'text'</code> or <code>nextval('foo_id_seq')</code><br/></p></body></html></string> |
| 102 | + </property> |
| 103 | + <property name="text"> |
| 104 | + <string notr="true"/> |
| 105 | + </property> |
| 106 | + </widget> |
| 107 | + </item> |
| 108 | + <item row="6" column="0"> |
| 109 | + <widget class="QLabel" name="label_6"> |
| 110 | + <property name="text"> |
| 111 | + <string>Comment</string> |
| 112 | + </property> |
| 113 | + </widget> |
| 114 | + </item> |
98 | 115 | </layout>
|
99 | 116 | </item>
|
100 | 117 | <item>
|
|
0 commit comments