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