jamulus/src/llconserverdlgbase.ui
2013-02-18 18:21:57 +00:00

188 lines
4.6 KiB
XML
Executable File

<ui version="4.0" >
<class>CLlconServerDlgBase</class>
<widget class="QDialog" name="CLlconServerDlgBase" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>588</width>
<height>386</height>
</rect>
</property>
<property name="windowTitle" >
<string></string>
</property>
<property name="windowIcon" >
<iconset resource="resources.qrc" >:/png/main/res/mainicon.png</iconset>
</property>
<property name="sizeGripEnabled" >
<bool>true</bool>
</property>
<layout class="QVBoxLayout" >
<item>
<widget class="QTreeWidget" name="lvwClients" >
<property name="rootIsDecorated" >
<bool>false</bool>
</property>
<column>
<property name="text" >
<string>Client IP:Port</string>
</property>
</column>
<column>
<property name="text" >
<string>Name</string>
</property>
</column>
<column>
<property name="text" >
<string>Buffers</string>
</property>
</column>
<column>
<property name="text" >
<string>Jitter Buffer Size</string>
</property>
</column>
<column>
<property name="text" >
<string>Block Size Out/ms</string>
</property>
</column>
</widget>
</item>
<item>
<widget class="QCheckBox" name="chbStartOnOSStart" >
<property name="text" >
<string>Start Minimized on Windows Start</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="chbRegisterServer" >
<property name="text" >
<string>Register My Server in the Server List at the Central Server</string>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" >
<item>
<widget class="QLabel" name="lblCentralServerAddress" >
<property name="text" >
<string>Central Server Address:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="edtCentralServerAddress" />
</item>
<item>
<widget class="QCheckBox" name="chbDefaultCentralServer" >
<property name="text" >
<string>Default</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QGroupBox" name="grbServerInfo" >
<property name="title" >
<string>My Server Info</string>
</property>
<layout class="QHBoxLayout" >
<item>
<layout class="QVBoxLayout" >
<item>
<widget class="QLabel" name="lblServerName" >
<property name="text" >
<string>Name</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lblLocationCity" >
<property name="text" >
<string>Location: City</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="lblLocationCountry" >
<property name="text" >
<string>Location: Country</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout" >
<item>
<widget class="QLineEdit" name="edtServerName" />
</item>
<item>
<widget class="QLineEdit" name="edtLocationCity" />
</item>
<item>
<widget class="QComboBox" name="cbxLocationCountry" />
</item>
</layout>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QHBoxLayout" >
<property name="spacing" >
<number>6</number>
</property>
<property name="leftMargin" >
<number>0</number>
</property>
<property name="topMargin" >
<number>0</number>
</property>
<property name="rightMargin" >
<number>0</number>
</property>
<property name="bottomMargin" >
<number>0</number>
</property>
<item>
<widget class="QLabel" name="lblNameVersion" >
<property name="text" >
<string>TextLabelNameVersion</string>
</property>
<property name="wordWrap" >
<bool>false</bool>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</widget>
<resources>
<include location="resources.qrc" />
</resources>
<connections/>
</ui>