jamulus/src/connectdlgbase.ui

97 lines
2.2 KiB
XML
Executable File

<ui version="4.0" >
<class>CConnectDlgBase</class>
<widget class="QDialog" name="CConnectDlgBase" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>569</width>
<height>355</height>
</rect>
</property>
<property name="windowTitle" >
<string>Connection Setup</string>
</property>
<property name="windowIcon" >
<iconset resource="resources.qrc" >:/png/main/res/mainicon.png</iconset>
</property>
<property name="styleSheet" >
<string/>
</property>
<property name="sizeGripEnabled" >
<bool>true</bool>
</property>
<layout class="QVBoxLayout" >
<item>
<widget class="QTreeWidget" name="ListViewServers" >
<property name="rootIsDecorated" >
<bool>false</bool>
</property>
<column>
<property name="text" >
<string>Server Name</string>
</property>
</column>
<column>
<property name="text" >
<string>Country</string>
</property>
</column>
<column>
<property name="text" >
<string>Clients</string>
</property>
</column>
<column>
<property name="text" >
<string>Ping Time</string>
</property>
</column>
</widget>
</item>
<item>
<widget class="QLabel" name="TextLabelServerAddr" >
<property name="text" >
<string>Server Address</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="LineEditServerAddr" >
<property name="editable" >
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" >
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="pushButton" >
<property name="text" >
<string>PushButton</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources>
<include location="resources.qrc" />
</resources>
<connections/>
</ui>