|
14 | 14 | <string>Form</string> |
15 | 15 | </property> |
16 | 16 | <layout class="QGridLayout" name="gridLayout"> |
17 | | - <item row="0" column="0" colspan="2"> |
| 17 | + <item row="0" column="0"> |
18 | 18 | <widget class="QLabel" name="label_4"> |
19 | 19 | <property name="text"> |
20 | 20 | <string>The setting will take effect only after restarting the program.</string> |
|
45 | 45 | </item> |
46 | 46 | </layout> |
47 | 47 | </item> |
48 | | - <item row="2" column="0" colspan="2"> |
| 48 | + <item row="2" column="0"> |
49 | 49 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
50 | 50 | <item> |
51 | 51 | <widget class="QLabel" name="label_2"> |
|
66 | 66 | </item> |
67 | 67 | </layout> |
68 | 68 | </item> |
69 | | - <item row="3" column="0" colspan="2"> |
| 69 | + <item row="3" column="0"> |
70 | 70 | <widget class="CParameterNetUI" name="wNet" native="true"/> |
71 | 71 | </item> |
72 | 72 | <item row="4" column="0"> |
|
83 | 83 | </item> |
84 | 84 | </layout> |
85 | 85 | </item> |
86 | | - <item row="5" column="0" colspan="2"> |
| 86 | + <item row="5" column="0"> |
| 87 | + <layout class="QHBoxLayout" name="horizontalLayout_5"> |
| 88 | + <item> |
| 89 | + <spacer name="horizontalSpacer"> |
| 90 | + <property name="orientation"> |
| 91 | + <enum>Qt::Orientation::Horizontal</enum> |
| 92 | + </property> |
| 93 | + <property name="sizeHint" stdset="0"> |
| 94 | + <size> |
| 95 | + <width>40</width> |
| 96 | + <height>20</height> |
| 97 | + </size> |
| 98 | + </property> |
| 99 | + </spacer> |
| 100 | + </item> |
| 101 | + <item> |
| 102 | + <widget class="QPushButton" name="pbTestConnect"> |
| 103 | + <property name="text"> |
| 104 | + <string>Test connect</string> |
| 105 | + </property> |
| 106 | + </widget> |
| 107 | + </item> |
| 108 | + </layout> |
| 109 | + </item> |
| 110 | + <item row="6" column="0"> |
87 | 111 | <widget class="QGroupBox" name="groupBox_3"> |
88 | 112 | <property name="sizePolicy"> |
89 | 113 | <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> |
|
116 | 140 | <item row="1" column="0"> |
117 | 141 | <widget class="QLabel" name="lbDatabaseWarn"> |
118 | 142 | <property name="text"> |
119 | | - <string>Note: Please ensure that the database you want to access is secure. Otherwise, information such as recent lists and favorites may be leaked.</string> |
| 143 | + <string>Warn: Please ensure that the database you want to access is secure. Otherwise, information such as recent lists and favorites may be leaked.</string> |
120 | 144 | </property> |
121 | 145 | <property name="wordWrap"> |
122 | 146 | <bool>true</bool> |
|
126 | 150 | </layout> |
127 | 151 | </widget> |
128 | 152 | </item> |
129 | | - <item row="6" column="0"> |
| 153 | + <item row="7" column="0"> |
130 | 154 | <spacer name="verticalSpacer"> |
131 | 155 | <property name="orientation"> |
132 | 156 | <enum>Qt::Orientation::Vertical</enum> |
|
0 commit comments