<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>Dialog</class> <widget class="QDialog" name="Dialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>430</width> <height>447</height> </rect> </property> <property name="windowTitle"> <string>Connect</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="label_3"> <property name="text"> <string>Server Name:</string> </property> </widget> </item> <item> <widget class="QLabel" name="lblName"> <property name="text"> <string notr="true">TextLabel</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QLabel" name="label_5"> <property name="text"> <string>Address:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="leAddr"> <property name="text"> <string notr="true"/> </property> <property name="readOnly"> <bool>true</bool> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_4"> <item> <widget class="QLabel" name="label_7"> <property name="text"> <string>Players:</string> </property> </widget> </item> <item> <widget class="QLabel" name="lblPlayers"> <property name="text"> <string notr="true">0 / 0</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_3"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_5"> <item> <widget class="QLabel" name="label_8"> <property name="text"> <string>Ping:</string> </property> </widget> </item> <item> <widget class="QLabel" name="lblPing"> <property name="text"> <string notr="true">-1</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_4"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Players:</string> </property> </widget> </item> <item> <widget class="QListWidget" name="listPlayers"> <property name="selectionMode"> <enum>QAbstractItemView::NoSelection</enum> </property> </widget> </item> <item> <widget class="QTabWidget" name="tabW"> <property name="currentIndex"> <number>0</number> </property> <widget class="QWidget" name="PagePlugins"> <attribute name="title"> <string>Plugins</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QListWidget" name="listPlugins"> <property name="selectionMode"> <enum>QAbstractItemView::NoSelection</enum> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="PageRules"> <attribute name="title"> <string>Rules</string> </attribute> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <widget class="QListWidget" name="listRules"/> </item> </layout> </widget> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="btnCancel"> <property name="text"> <string>Cancel</string> </property> <property name="default"> <bool>false</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="btnRefresh"> <property name="text"> <string>Refresh</string> </property> </widget> </item> <item> <widget class="QPushButton" name="btnConnect"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Connect</string> </property> <property name="default"> <bool>true</bool> </property> </widget> </item> </layout> </item> </layout> </widget> <resources/> <connections> <connection> <sender>btnCancel</sender> <signal>clicked()</signal> <receiver>Dialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>489</x> <y>524</y> </hint> <hint type="destinationlabel"> <x>316</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>btnConnect</sender> <signal>clicked()</signal> <receiver>Dialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>580</x> <y>524</y> </hint> <hint type="destinationlabel"> <x>316</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>