jamulus/src/connectdlgbase.ui
2012-01-27 16:17:04 +00:00

123 lines
2.9 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>521</width>
<height>294</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="lvwServers" >
<property name="editTriggers" >
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="tabKeyNavigation" >
<bool>true</bool>
</property>
<property name="rootIsDecorated" >
<bool>false</bool>
</property>
<property name="itemsExpandable" >
<bool>false</bool>
</property>
<column>
<property name="text" >
<string>Server Name</string>
</property>
</column>
<column>
<property name="text" >
<string>Ping Time</string>
</property>
</column>
<column>
<property name="text" >
<string>Musicians</string>
</property>
</column>
<column>
<property name="text" >
<string>Location</string>
</property>
</column>
</widget>
</item>
<item>
<layout class="QHBoxLayout" >
<item>
<widget class="QLabel" name="lblServerAddr" >
<property name="text" >
<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="cbxServerAddr" >
<property name="editable" >
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</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>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="butCancel" >
<property name="text" >
<string>C&amp;ancel</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="butConnect" >
<property name="text" >
<string>&amp;Connect</string>
</property>
<property name="default" >
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources>
<include location="resources.qrc" />
</resources>
<connections/>
</ui>