##// END OF EJS Templates
Sync
Sync

File last commit:

r17:82ec39d14da3 default
r20:d09469239955 default
Show More
spwtcppacketserver.ui
79 lines | 2.0 KiB | text/plain | TextLexer
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SpwTcpPacketServer</class>
<widget class="QWidget" name="SpwTcpPacketServer">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>671</width>
<height>409</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QGroupBox" name="configGroupBox">
<property name="title">
<string>Configuration</string>
</property>
<layout class="QFormLayout" name="formLayout_2">
<item row="0" column="0">
<widget class="QLabel" name="IPLbl">
<property name="text">
<string>Server IP</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="IPLineEdit">
<property name="maxLength">
<number>15</number>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="PortLbl">
<property name="text">
<string>Server Port</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="PortLineEdit"/>
</item>
<item row="2" column="1">
<widget class="QPushButton" name="startServeQpb">
<property name="text">
<string>Start Server</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="clientListGroupBox_2">
<property name="title">
<string>Connected clients</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QListWidget" name="listWidget"/>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>