@@ -1,55 +1,79 | |||||
1 | <?xml version="1.0" encoding="UTF-8"?> |
|
1 | <?xml version="1.0" encoding="UTF-8"?> | |
2 | <ui version="4.0"> |
|
2 | <ui version="4.0"> | |
3 | <class>SpwTcpPacketServer</class> |
|
3 | <class>SpwTcpPacketServer</class> | |
4 | <widget class="QWidget" name="SpwTcpPacketServer"> |
|
4 | <widget class="QWidget" name="SpwTcpPacketServer"> | |
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> |
|
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> | |||
|
18 | <widget class="QGroupBox" name="configGroupBox"> | |||
|
19 | <property name="title"> | |||
|
20 | <string>Configuration</string> | |||
|
21 | </property> | |||
|
22 | <layout class="QFormLayout" name="formLayout_2"> | |||
|
23 | <item row="0" column="0"> | |||
|
24 | <widget class="QLabel" name="IPLbl"> | |||
|
25 | <property name="text"> | |||
|
26 | <string>Server IP</string> | |||
|
27 | </property> | |||
|
28 | </widget> | |||
|
29 | </item> | |||
17 | <item row="0" column="1"> |
|
30 | <item row="0" column="1"> | |
18 | <widget class="QLineEdit" name="IPLineEdit"> |
|
31 | <widget class="QLineEdit" name="IPLineEdit"> | |
19 | <property name="maxLength"> |
|
32 | <property name="maxLength"> | |
20 | <number>15</number> |
|
33 | <number>15</number> | |
21 | </property> |
|
34 | </property> | |
22 | <property name="readOnly"> |
|
35 | <property name="readOnly"> | |
23 | <bool>true</bool> |
|
36 | <bool>true</bool> | |
24 | </property> |
|
37 | </property> | |
25 | </widget> |
|
38 | </widget> | |
26 | </item> |
|
39 | </item> | |
27 | <item row="0" column="0"> |
|
|||
28 | <widget class="QLabel" name="IPLbl"> |
|
|||
29 | <property name="text"> |
|
|||
30 | <string>Server IP</string> |
|
|||
31 | </property> |
|
|||
32 | </widget> |
|
|||
33 | </item> |
|
|||
34 | <item row="1" column="0"> |
|
40 | <item row="1" column="0"> | |
35 | <widget class="QLabel" name="PortLbl"> |
|
41 | <widget class="QLabel" name="PortLbl"> | |
36 | <property name="text"> |
|
42 | <property name="text"> | |
37 | <string>Server Port</string> |
|
43 | <string>Server Port</string> | |
38 | </property> |
|
44 | </property> | |
39 | </widget> |
|
45 | </widget> | |
40 | </item> |
|
46 | </item> | |
41 | <item row="1" column="1"> |
|
47 | <item row="1" column="1"> | |
42 | <widget class="QLineEdit" name="PortLineEdit"/> |
|
48 | <widget class="QLineEdit" name="PortLineEdit"/> | |
43 | </item> |
|
49 | </item> | |
44 | <item row="2" column="1"> |
|
50 | <item row="2" column="1"> | |
45 | <widget class="QPushButton" name="startServeQpb"> |
|
51 | <widget class="QPushButton" name="startServeQpb"> | |
46 | <property name="text"> |
|
52 | <property name="text"> | |
47 | <string>Start Server</string> |
|
53 | <string>Start Server</string> | |
48 | </property> |
|
54 | </property> | |
49 | </widget> |
|
55 | </widget> | |
50 | </item> |
|
56 | </item> | |
51 | </layout> |
|
57 | </layout> | |
52 | </widget> |
|
58 | </widget> | |
|
59 | </item> | |||
|
60 | <item> | |||
|
61 | <widget class="QGroupBox" name="clientListGroupBox_2"> | |||
|
62 | <property name="title"> | |||
|
63 | <string>Connected clients</string> | |||
|
64 | </property> | |||
|
65 | <property name="flat"> | |||
|
66 | <bool>false</bool> | |||
|
67 | </property> | |||
|
68 | <layout class="QVBoxLayout" name="verticalLayout_2"> | |||
|
69 | <item> | |||
|
70 | <widget class="QListWidget" name="listWidget"/> | |||
|
71 | </item> | |||
|
72 | </layout> | |||
|
73 | </widget> | |||
|
74 | </item> | |||
|
75 | </layout> | |||
|
76 | </widget> | |||
53 | <resources/> |
|
77 | <resources/> | |
54 | <connections/> |
|
78 | <connections/> | |
55 | </ui> |
|
79 | </ui> |
General Comments 0
You need to be logged in to leave comments.
Login now