jamulus/src/connectdlgbase.ui

114 lines
2.7 KiB
Plaintext
Raw Normal View History

2011-03-27 19:57:46 +02:00
<ui version="4.0" >
<class>CConnectDlgBase</class>
<widget class="QDialog" name="CConnectDlgBase" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>464</width>
<height>255</height>
2011-03-27 19:57:46 +02:00
</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" >
2011-03-29 09:21:00 +02:00
<string>Server Name</string>
2011-03-27 19:57:46 +02:00
</property>
</column>
<column>
<property name="text" >
<string>Ping Time</string>
2011-03-27 19:57:46 +02:00
</property>
</column>
<column>
<property name="text" >
2011-03-29 09:21:00 +02:00
<string>Clients</string>
2011-03-27 19:57:46 +02:00
</property>
</column>
<column>
<property name="text" >
<string>Location</string>
</property>
</column>
2011-03-27 19:57:46 +02:00
</widget>
</item>
<item>
<layout class="QHBoxLayout" >
<item>
<widget class="QLabel" name="TextLabelServerAddr" >
<property name="text" >
2011-05-01 21:33:29 +02:00
<string>Server Name/Address</string>
</property>
<property name="alignment" >
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="LineEditServerAddr" >
<property name="editable" >
<bool>true</bool>
</property>
</widget>
</item>
</layout>
2011-03-27 19:57:46 +02:00
</item>
<item>
<layout class="QHBoxLayout" >
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" >
<size>
<width>351</width>
<height>25</height>
2011-03-27 19:57:46 +02:00
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="CancelButton" >
2011-03-27 19:57:46 +02:00
<property name="text" >
<string>C&amp;ancel</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="ConnectButton" >
<property name="text" >
<string>&amp;Connect</string>
</property>
<property name="default" >
<bool>true</bool>
2011-03-27 19:57:46 +02:00
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources>
<include location="resources.qrc" />
</resources>
<connections/>
</ui>