Rev 674 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 674 | Rev 750 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | <widget class="QDialog" name="dlg_Preferences_UI"> |
4 | <widget class="QDialog" name="dlg_Preferences_UI"> |
5 | <property name="geometry"> |
5 | <property name="geometry"> |
6 | <rect> |
6 | <rect> |
7 | <x>0</x> |
7 | <x>0</x> |
8 | <y>0</y> |
8 | <y>0</y> |
9 | <width>251</width> |
9 | <width>400</width> |
10 | <height>160</height> |
10 | <height>192</height> |
11 | </rect> |
11 | </rect> |
12 | </property> |
12 | </property> |
- | 13 | <property name="minimumSize"> |
|
- | 14 | <size> |
|
- | 15 | <width>400</width> |
|
- | 16 | <height>0</height> |
|
- | 17 | </size> |
|
- | 18 | </property> |
|
13 | <property name="windowTitle"> |
19 | <property name="windowTitle"> |
14 | <string>Server-Einstellungen</string> |
20 | <string>Server-Einstellungen</string> |
15 | </property> |
21 | </property> |
99 | </item> |
190 | </item> |
100 | <item row="1" column="0"> |
191 | <item row="1" column="0"> |
- | 192 | <spacer name="horizontalSpacer"> |
|
- | 193 | <property name="orientation"> |
|
- | 194 | <enum>Qt::Horizontal</enum> |
|
- | 195 | </property> |
|
- | 196 | <property name="sizeHint" stdset="0"> |
|
- | 197 | <size> |
|
- | 198 | <width>40</width> |
|
- | 199 | <height>20</height> |
|
- | 200 | </size> |
|
- | 201 | </property> |
|
- | 202 | </spacer> |
|
- | 203 | </item> |
|
- | 204 | <item row="1" column="1"> |
|
101 | <widget class="QDialogButtonBox" name="buttonBox"> |
205 | <widget class="QDialogButtonBox" name="buttonBox"> |
102 | <property name="orientation"> |
206 | <property name="orientation"> |
103 | <enum>Qt::Horizontal</enum> |
207 | <enum>Qt::Horizontal</enum> |
104 | </property> |
208 | </property> |
105 | <property name="standardButtons"> |
209 | <property name="standardButtons"> |
Line 107... | Line 211... | ||
107 | </property> |
211 | </property> |
108 | </widget> |
212 | </widget> |
109 | </item> |
213 | </item> |
110 | </layout> |
214 | </layout> |
111 | </widget> |
215 | </widget> |
- | 216 | <tabstops> |
|
- | 217 | <tabstop>checkBox</tabstop> |
|
- | 218 | <tabstop>le_TCP_Port</tabstop> |
|
- | 219 | <tabstop>le_Password</tabstop> |
|
- | 220 | <tabstop>le_LiveServer</tabstop> |
|
- | 221 | <tabstop>le_LiveUser</tabstop> |
|
- | 222 | <tabstop>le_LivePassword</tabstop> |
|
- | 223 | <tabstop>buttonBox</tabstop> |
|
- | 224 | <tabstop>checkBox_2</tabstop> |
|
- | 225 | <tabstop>le_UDP_Port</tabstop> |
|
- | 226 | </tabstops> |
|
112 | <resources/> |
227 | <resources/> |
113 | <connections> |
228 | <connections> |
114 | <connection> |
229 | <connection> |
115 | <sender>buttonBox</sender> |
230 | <sender>buttonBox</sender> |
116 | <signal>accepted()</signal> |
231 | <signal>accepted()</signal> |