|
14 | 14 | <string>Dialog</string> |
15 | 15 | </property> |
16 | 16 | <layout class="QGridLayout" name="gridLayout"> |
17 | | - <item row="1" column="0"> |
18 | | - <layout class="QHBoxLayout" name="horizontalLayout_7"> |
| 17 | + <item row="8" column="0"> |
| 18 | + <widget class="QDialogButtonBox" name="buttonBox"> |
| 19 | + <property name="orientation"> |
| 20 | + <enum>Qt::Orientation::Horizontal</enum> |
| 21 | + </property> |
| 22 | + <property name="standardButtons"> |
| 23 | + <set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set> |
| 24 | + </property> |
| 25 | + </widget> |
| 26 | + </item> |
| 27 | + <item row="4" column="0"> |
| 28 | + <layout class="QHBoxLayout" name="horizontalLayout_10"> |
19 | 29 | <item> |
20 | | - <widget class="QLabel" name="label_6"> |
| 30 | + <widget class="QCheckBox" name="cbAnonmousLogin"> |
21 | 31 | <property name="text"> |
22 | | - <string>User name:</string> |
| 32 | + <string>Aollow anonymous login</string> |
23 | 33 | </property> |
24 | 34 | </widget> |
25 | 35 | </item> |
26 | 36 | <item> |
27 | | - <widget class="QLineEdit" name="leUser"/> |
| 37 | + <widget class="QCheckBox" name="cbReadOnly"> |
| 38 | + <property name="text"> |
| 39 | + <string>Read-only</string> |
| 40 | + </property> |
| 41 | + </widget> |
28 | 42 | </item> |
29 | 43 | </layout> |
30 | 44 | </item> |
|
49 | 63 | </item> |
50 | 64 | </layout> |
51 | 65 | </item> |
52 | | - <item row="6" column="0"> |
53 | | - <widget class="QDialogButtonBox" name="buttonBox"> |
54 | | - <property name="orientation"> |
55 | | - <enum>Qt::Orientation::Horizontal</enum> |
56 | | - </property> |
57 | | - <property name="standardButtons"> |
58 | | - <set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set> |
59 | | - </property> |
60 | | - </widget> |
61 | | - </item> |
62 | | - <item row="2" column="0"> |
63 | | - <layout class="QHBoxLayout" name="horizontalLayout_8"> |
64 | | - <item> |
65 | | - <widget class="QLabel" name="label_7"> |
66 | | - <property name="text"> |
67 | | - <string>Password:</string> |
68 | | - </property> |
69 | | - </widget> |
70 | | - </item> |
71 | | - <item> |
72 | | - <widget class="QLineEdit" name="lePassword"/> |
73 | | - </item> |
74 | | - </layout> |
75 | | - </item> |
76 | 66 | <item row="0" column="0"> |
77 | 67 | <layout class="QHBoxLayout" name="horizontalLayout_5"> |
78 | 68 | <item> |
|
114 | 104 | </item> |
115 | 105 | </layout> |
116 | 106 | </item> |
117 | | - <item row="4" column="0"> |
118 | | - <layout class="QHBoxLayout" name="horizontalLayout_10"> |
| 107 | + <item row="1" column="0"> |
| 108 | + <layout class="QHBoxLayout" name="horizontalLayout_7"> |
119 | 109 | <item> |
120 | | - <widget class="QCheckBox" name="cbAnonmousLogin"> |
| 110 | + <widget class="QLabel" name="label_6"> |
121 | 111 | <property name="text"> |
122 | | - <string>Aollow anonymous login</string> |
| 112 | + <string>User name:</string> |
123 | 113 | </property> |
124 | 114 | </widget> |
125 | 115 | </item> |
126 | 116 | <item> |
127 | | - <widget class="QCheckBox" name="cbReadOnly"> |
128 | | - <property name="text"> |
129 | | - <string>Read-only</string> |
130 | | - </property> |
131 | | - </widget> |
| 117 | + <widget class="QLineEdit" name="leUser"/> |
132 | 118 | </item> |
133 | 119 | </layout> |
134 | 120 | </item> |
135 | 121 | <item row="5" column="0"> |
| 122 | + <widget class="QCheckBox" name="cbListenAll"> |
| 123 | + <property name="text"> |
| 124 | + <string>Enable listen at all network interface</string> |
| 125 | + </property> |
| 126 | + </widget> |
| 127 | + </item> |
| 128 | + <item row="7" column="0"> |
136 | 129 | <spacer name="verticalSpacer"> |
137 | 130 | <property name="orientation"> |
138 | 131 | <enum>Qt::Orientation::Vertical</enum> |
|
145 | 138 | </property> |
146 | 139 | </spacer> |
147 | 140 | </item> |
| 141 | + <item row="2" column="0"> |
| 142 | + <layout class="QHBoxLayout" name="horizontalLayout_8"> |
| 143 | + <item> |
| 144 | + <widget class="QLabel" name="label_7"> |
| 145 | + <property name="text"> |
| 146 | + <string>Password:</string> |
| 147 | + </property> |
| 148 | + </widget> |
| 149 | + </item> |
| 150 | + <item> |
| 151 | + <widget class="QLineEdit" name="lePassword"/> |
| 152 | + </item> |
| 153 | + </layout> |
| 154 | + </item> |
| 155 | + <item row="6" column="0"> |
| 156 | + <widget class="QListView" name="lvListen"> |
| 157 | + <property name="editTriggers"> |
| 158 | + <set>QAbstractItemView::EditTrigger::NoEditTriggers</set> |
| 159 | + </property> |
| 160 | + </widget> |
| 161 | + </item> |
148 | 162 | </layout> |
149 | 163 | </widget> |
150 | 164 | <resources/> |
|
0 commit comments