@@ -6,46 +6,70 | |||||
6 | <rect> |
|
6 | <rect> | |
7 | <x>0</x> |
|
7 | <x>0</x> | |
8 | <y>0</y> |
|
8 | <y>0</y> | |
9 |
<width> |
|
9 | <width>671</width> | |
10 |
<height> |
|
10 | <height>409</height> | |
11 | </rect> |
|
11 | </rect> | |
12 | </property> |
|
12 | </property> | |
13 | <property name="windowTitle"> |
|
13 | <property name="windowTitle"> | |
14 | <string>Form</string> |
|
14 | <string>Form</string> | |
15 | </property> |
|
15 | </property> | |
16 |
<layout class="Q |
|
16 | <layout class="QVBoxLayout" name="verticalLayout"> | |
17 | <item row="0" column="1"> |
|
17 | <item> | |
18 |
<widget class="Q |
|
18 | <widget class="QGroupBox" name="configGroupBox"> | |
19 |
<property name=" |
|
19 | <property name="title"> | |
20 | <number>15</number> |
|
20 | <string>Configuration</string> | |
21 | </property> |
|
21 | </property> | |
22 | <property name="readOnly"> |
|
22 | <layout class="QFormLayout" name="formLayout_2"> | |
23 | <bool>true</bool> |
|
23 | <item row="0" column="0"> | |
24 | </property> |
|
24 | <widget class="QLabel" name="IPLbl"> | |
|
25 | <property name="text"> | |||
|
26 | <string>Server IP</string> | |||
|
27 | </property> | |||
|
28 | </widget> | |||
|
29 | </item> | |||
|
30 | <item row="0" column="1"> | |||
|
31 | <widget class="QLineEdit" name="IPLineEdit"> | |||
|
32 | <property name="maxLength"> | |||
|
33 | <number>15</number> | |||
|
34 | </property> | |||
|
35 | <property name="readOnly"> | |||
|
36 | <bool>true</bool> | |||
|
37 | </property> | |||
|
38 | </widget> | |||
|
39 | </item> | |||
|
40 | <item row="1" column="0"> | |||
|
41 | <widget class="QLabel" name="PortLbl"> | |||
|
42 | <property name="text"> | |||
|
43 | <string>Server Port</string> | |||
|
44 | </property> | |||
|
45 | </widget> | |||
|
46 | </item> | |||
|
47 | <item row="1" column="1"> | |||
|
48 | <widget class="QLineEdit" name="PortLineEdit"/> | |||
|
49 | </item> | |||
|
50 | <item row="2" column="1"> | |||
|
51 | <widget class="QPushButton" name="startServeQpb"> | |||
|
52 | <property name="text"> | |||
|
53 | <string>Start Server</string> | |||
|
54 | </property> | |||
|
55 | </widget> | |||
|
56 | </item> | |||
|
57 | </layout> | |||
25 | </widget> |
|
58 | </widget> | |
26 | </item> |
|
59 | </item> | |
27 | <item row="0" column="0"> |
|
60 | <item> | |
28 |
<widget class="Q |
|
61 | <widget class="QGroupBox" name="clientListGroupBox_2"> | |
29 |
<property name="te |
|
62 | <property name="title"> | |
30 |
<string> |
|
63 | <string>Connected clients</string> | |
31 | </property> |
|
64 | </property> | |
32 | </widget> |
|
65 | <property name="flat"> | |
33 | </item> |
|
66 | <bool>false</bool> | |
34 | <item row="1" column="0"> |
|
|||
35 | <widget class="QLabel" name="PortLbl"> |
|
|||
36 | <property name="text"> |
|
|||
37 | <string>Server Port</string> |
|
|||
38 | </property> |
|
67 | </property> | |
39 | </widget> |
|
68 | <layout class="QVBoxLayout" name="verticalLayout_2"> | |
40 |
< |
|
69 | <item> | |
41 | <item row="1" column="1"> |
|
70 | <widget class="QListWidget" name="listWidget"/> | |
42 | <widget class="QLineEdit" name="PortLineEdit"/> |
|
71 | </item> | |
43 | </item> |
|
72 | </layout> | |
44 | <item row="2" column="1"> |
|
|||
45 | <widget class="QPushButton" name="startServeQpb"> |
|
|||
46 | <property name="text"> |
|
|||
47 | <string>Start Server</string> |
|
|||
48 | </property> |
|
|||
49 | </widget> |
|
73 | </widget> | |
50 | </item> |
|
74 | </item> | |
51 | </layout> |
|
75 | </layout> |
General Comments 0
You need to be logged in to leave comments.
Login now