278 lines
7 KiB
XML
Executable file
278 lines
7 KiB
XML
Executable file
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>CServerDlgBase</class>
|
|
<widget class="QDialog" name="CServerDlgBase">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>588</width>
|
|
<height>415</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string/>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset resource="resources.qrc">
|
|
<normaloff>:/png/main/res/fronticon.png</normaloff>:/png/main/res/fronticon.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>
|
|
<property name="columnCount">
|
|
<number>3</number>
|
|
</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>Jitter Buffer Size</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="chbUseCCLicence">
|
|
<property name="text">
|
|
<string>Show Creative Commons BY-NC-SA 4.0 Licence Dialog</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout">
|
|
<item>
|
|
<widget class="QCheckBox" name="chbRegisterServer">
|
|
<property name="text">
|
|
<string>Make My Server Public (Register My Server in the Server List)</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QComboBox" name="cbxCentServAddrType"/>
|
|
</item>
|
|
<item>
|
|
<spacer>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="lblRegSvrStatus">
|
|
<property name="text">
|
|
<string>STATUS</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout">
|
|
<item>
|
|
<widget class="QLabel" name="lblCentralServerAddress">
|
|
<property name="text">
|
|
<string>Custom Central Server Address:</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="edtCentralServerAddress"/>
|
|
</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">
|
|
<item>
|
|
<widget class="QCheckBox" name="chbEnableRecorder">
|
|
<property name="text">
|
|
<string>Enable jam recorder</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="edtCurrentSessionDir">
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="lblRecorderStatus">
|
|
<property name="text">
|
|
<string>STATUS</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="pbtNewRecording">
|
|
<property name="text">
|
|
<string>New recording</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<layout class="QHBoxLayout">
|
|
<item>
|
|
<widget class="QPushButton" name="pbtRecordingDir">
|
|
<property name="text">
|
|
<string>Recordings folder</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="edtRecordingsDir">
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</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" stdset="0">
|
|
<size>
|
|
<width>20</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>lvwClients</tabstop>
|
|
<tabstop>chbStartOnOSStart</tabstop>
|
|
<tabstop>chbUseCCLicence</tabstop>
|
|
<tabstop>chbRegisterServer</tabstop>
|
|
<tabstop>cbxCentServAddrType</tabstop>
|
|
<tabstop>edtCentralServerAddress</tabstop>
|
|
<tabstop>edtServerName</tabstop>
|
|
<tabstop>edtLocationCity</tabstop>
|
|
<tabstop>cbxLocationCountry</tabstop>
|
|
<tabstop>chbEnableRecorder</tabstop>
|
|
<tabstop>edtCurrentSessionDir</tabstop>
|
|
<tabstop>pbtNewRecording</tabstop>
|
|
<tabstop>pbtRecordingDir</tabstop>
|
|
<tabstop>edtRecordingsDir</tabstop>
|
|
</tabstops>
|
|
<resources>
|
|
<include location="resources.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|