2015-12-09 16:50:30 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2011-03-27 19:57:46 +02:00
|
|
|
<class>CConnectDlgBase</class>
|
2015-12-09 16:50:30 +01:00
|
|
|
<widget class="QDialog" name="CConnectDlgBase">
|
|
|
|
<property name="geometry">
|
2011-03-27 19:57:46 +02:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2011-11-15 21:06:27 +01:00
|
|
|
<width>521</width>
|
|
|
|
<height>294</height>
|
2011-03-27 19:57:46 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
2015-12-09 16:50:30 +01:00
|
|
|
<property name="windowTitle">
|
2011-03-27 19:57:46 +02:00
|
|
|
<string>Connection Setup</string>
|
|
|
|
</property>
|
2015-12-09 16:50:30 +01:00
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
<normaloff>:/png/main/res/mainicon.png</normaloff>:/png/main/res/mainicon.png</iconset>
|
2011-03-27 19:57:46 +02:00
|
|
|
</property>
|
2015-12-09 16:50:30 +01:00
|
|
|
<property name="styleSheet">
|
2011-03-27 19:57:46 +02:00
|
|
|
<string/>
|
|
|
|
</property>
|
2015-12-09 16:50:30 +01:00
|
|
|
<property name="sizeGripEnabled">
|
2011-03-27 19:57:46 +02:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2015-12-09 16:50:30 +01:00
|
|
|
<layout class="QVBoxLayout">
|
2011-03-27 19:57:46 +02:00
|
|
|
<item>
|
2015-12-09 16:50:30 +01:00
|
|
|
<widget class="QTreeWidget" name="lvwServers">
|
|
|
|
<property name="editTriggers">
|
2011-05-02 21:48:36 +02:00
|
|
|
<set>QAbstractItemView::NoEditTriggers</set>
|
|
|
|
</property>
|
2015-12-09 16:50:30 +01:00
|
|
|
<property name="tabKeyNavigation">
|
2011-05-02 21:48:36 +02:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2011-03-27 19:57:46 +02:00
|
|
|
<column>
|
2015-12-09 16:50:30 +01:00
|
|
|
<property name="text">
|
2011-03-29 09:21:00 +02:00
|
|
|
<string>Server Name</string>
|
2011-03-27 19:57:46 +02:00
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
2015-12-09 16:50:30 +01:00
|
|
|
<property name="text">
|
2011-04-26 22:31:30 +02:00
|
|
|
<string>Ping Time</string>
|
2011-03-27 19:57:46 +02:00
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
2015-12-09 16:50:30 +01:00
|
|
|
<property name="text">
|
2012-01-27 17:17:04 +01:00
|
|
|
<string>Musicians</string>
|
2011-03-27 19:57:46 +02:00
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
2015-12-09 16:50:30 +01:00
|
|
|
<property name="text">
|
2011-04-26 22:31:30 +02:00
|
|
|
<string>Location</string>
|
2011-04-18 22:42:37 +02:00
|
|
|
</property>
|
|
|
|
</column>
|
2011-03-27 19:57:46 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-12-09 16:50:30 +01:00
|
|
|
<layout class="QHBoxLayout">
|
2011-04-21 09:04:58 +02:00
|
|
|
<item>
|
2015-12-09 16:50:30 +01:00
|
|
|
<widget class="QLabel" name="lblServerAddr">
|
|
|
|
<property name="text">
|
2011-05-01 21:33:29 +02:00
|
|
|
<string>Server Name/Address</string>
|
2011-04-21 09:04:58 +02:00
|
|
|
</property>
|
2015-12-09 16:50:30 +01:00
|
|
|
<property name="alignment">
|
2011-04-21 09:04:58 +02:00
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-12-09 16:50:30 +01:00
|
|
|
<widget class="QComboBox" name="cbxServerAddr">
|
|
|
|
<property name="editable">
|
2011-04-21 09:04:58 +02:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2011-03-27 19:57:46 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
2015-12-09 16:50:30 +01:00
|
|
|
<layout class="QHBoxLayout">
|
2011-03-27 19:57:46 +02:00
|
|
|
<item>
|
|
|
|
<spacer>
|
2015-12-09 16:50:30 +01:00
|
|
|
<property name="orientation">
|
2011-03-27 19:57:46 +02:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2015-12-09 16:50:30 +01:00
|
|
|
<property name="sizeHint" stdset="0">
|
2011-03-27 19:57:46 +02:00
|
|
|
<size>
|
2011-04-21 09:04:58 +02:00
|
|
|
<width>351</width>
|
|
|
|
<height>25</height>
|
2011-03-27 19:57:46 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-12-09 16:50:30 +01:00
|
|
|
<widget class="QPushButton" name="butCancel">
|
|
|
|
<property name="text">
|
2011-04-21 09:04:58 +02:00
|
|
|
<string>C&ancel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2015-12-09 16:50:30 +01:00
|
|
|
<widget class="QPushButton" name="butConnect">
|
|
|
|
<property name="text">
|
2011-04-21 09:04:58 +02:00
|
|
|
<string>&Connect</string>
|
|
|
|
</property>
|
2015-12-09 16:50:30 +01:00
|
|
|
<property name="default">
|
2011-04-21 09:04:58 +02:00
|
|
|
<bool>true</bool>
|
2011-03-27 19:57:46 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
2015-12-09 16:50:30 +01:00
|
|
|
<include location="resources.qrc"/>
|
2011-03-27 19:57:46 +02:00
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|