2020-04-08 15:30:32 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2013-03-24 16:42:23 +01:00
|
|
|
<class>CServerDlgBase</class>
|
2020-04-08 15:30:32 +02:00
|
|
|
<widget class="QDialog" name="CServerDlgBase">
|
|
|
|
<property name="geometry">
|
2008-01-17 19:56:43 +01:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2011-04-26 22:31:30 +02:00
|
|
|
<width>588</width>
|
2020-06-13 09:29:51 +02:00
|
|
|
<height>419</height>
|
2008-01-17 19:56:43 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
2020-04-08 15:30:32 +02:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string/>
|
2008-01-17 19:56:43 +01:00
|
|
|
</property>
|
2020-04-08 15:30:32 +02:00
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
<normaloff>:/png/main/res/fronticon.png</normaloff>:/png/main/res/fronticon.png</iconset>
|
2008-01-17 19:56:43 +01:00
|
|
|
</property>
|
2020-04-08 15:30:32 +02:00
|
|
|
<property name="sizeGripEnabled">
|
2008-01-17 19:56:43 +01:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2020-04-08 15:30:32 +02:00
|
|
|
<layout class="QVBoxLayout">
|
2008-01-17 19:56:43 +01:00
|
|
|
<item>
|
2020-04-08 15:30:32 +02:00
|
|
|
<widget class="QTreeWidget" name="lvwClients">
|
|
|
|
<property name="rootIsDecorated">
|
2008-01-17 19:56:43 +01:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2020-04-13 19:26:15 +02:00
|
|
|
<property name="columnCount">
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
2008-01-17 19:56:43 +01:00
|
|
|
<column>
|
2020-04-08 15:30:32 +02:00
|
|
|
<property name="text">
|
2011-04-18 22:42:37 +02:00
|
|
|
<string>Client IP:Port</string>
|
2008-01-17 19:56:43 +01:00
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
2020-04-08 15:30:32 +02:00
|
|
|
<property name="text">
|
2008-01-17 19:56:43 +01:00
|
|
|
<string>Name</string>
|
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
<column>
|
2020-04-08 15:30:32 +02:00
|
|
|
<property name="text">
|
2011-04-14 21:40:12 +02:00
|
|
|
<string>Jitter Buffer Size</string>
|
2008-01-17 19:56:43 +01:00
|
|
|
</property>
|
|
|
|
</column>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-05-08 17:01:20 +02:00
|
|
|
<item>
|
2020-04-08 15:30:32 +02:00
|
|
|
<widget class="QCheckBox" name="chbStartOnOSStart">
|
|
|
|
<property name="text">
|
2011-05-08 17:01:20 +02:00
|
|
|
<string>Start Minimized on Windows Start</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-04-26 22:31:30 +02:00
|
|
|
<item>
|
2020-04-08 15:30:32 +02:00
|
|
|
<widget class="QCheckBox" name="chbUseCCLicence">
|
|
|
|
<property name="text">
|
2020-04-21 14:14:20 +02:00
|
|
|
<string>Show Creative Commons BY-NC-SA 4.0 Licence Dialog</string>
|
2020-04-08 15:30:32 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2020-04-14 22:00:08 +02:00
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<item>
|
2020-05-22 07:56:05 +02:00
|
|
|
<widget class="QCheckBox" name="chbRegisterServer">
|
|
|
|
<property name="text">
|
|
|
|
<string>Make My Server Public (Register My Server in the Server List)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2020-04-14 22:00:08 +02:00
|
|
|
</item>
|
2020-06-13 09:27:31 +02:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout">
|
2020-06-13 09:29:51 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Genre</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-05-22 07:59:16 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="cbxCentServAddrType"/>
|
|
|
|
</item>
|
2020-06-13 09:27:31 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="lblRegSvrStatus">
|
|
|
|
<property name="text">
|
|
|
|
<string>STATUS</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-04-14 22:00:08 +02:00
|
|
|
<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>
|
2011-04-26 22:31:30 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
2020-04-08 15:30:32 +02:00
|
|
|
<layout class="QHBoxLayout">
|
2011-04-26 22:31:30 +02:00
|
|
|
<item>
|
2020-04-08 15:30:32 +02:00
|
|
|
<widget class="QLabel" name="lblCentralServerAddress">
|
|
|
|
<property name="text">
|
2020-05-22 07:59:16 +02:00
|
|
|
<string>Custom Central Server Address:</string>
|
2011-04-26 22:31:30 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2020-05-22 07:56:05 +02:00
|
|
|
<widget class="QLineEdit" name="edtCentralServerAddress"/>
|
2011-04-26 22:31:30 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2020-04-08 15:30:32 +02:00
|
|
|
<widget class="QGroupBox" name="grbServerInfo">
|
|
|
|
<property name="title">
|
2011-05-03 22:37:06 +02:00
|
|
|
<string>My Server Info</string>
|
2011-04-26 22:31:30 +02:00
|
|
|
</property>
|
2020-04-08 15:30:32 +02:00
|
|
|
<layout class="QHBoxLayout">
|
2011-04-26 22:31:30 +02:00
|
|
|
<item>
|
2020-04-08 15:30:32 +02:00
|
|
|
<layout class="QVBoxLayout">
|
2011-04-26 22:31:30 +02:00
|
|
|
<item>
|
2020-04-08 15:30:32 +02:00
|
|
|
<widget class="QLabel" name="lblServerName">
|
|
|
|
<property name="text">
|
2011-04-26 22:31:30 +02:00
|
|
|
<string>Name</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2020-04-08 15:30:32 +02:00
|
|
|
<widget class="QLabel" name="lblLocationCity">
|
|
|
|
<property name="text">
|
2011-04-26 22:31:30 +02:00
|
|
|
<string>Location: City</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2020-04-08 15:30:32 +02:00
|
|
|
<widget class="QLabel" name="lblLocationCountry">
|
|
|
|
<property name="text">
|
2011-04-26 22:31:30 +02:00
|
|
|
<string>Location: Country</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2020-04-08 15:30:32 +02:00
|
|
|
<layout class="QVBoxLayout">
|
2011-04-26 22:31:30 +02:00
|
|
|
<item>
|
2020-04-08 15:30:32 +02:00
|
|
|
<widget class="QLineEdit" name="edtServerName"/>
|
2011-04-26 22:31:30 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
2020-04-08 15:30:32 +02:00
|
|
|
<widget class="QLineEdit" name="edtLocationCity"/>
|
2011-04-26 22:31:30 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
2020-04-08 15:30:32 +02:00
|
|
|
<widget class="QComboBox" name="cbxLocationCountry"/>
|
2011-04-26 22:31:30 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-05-15 23:04:55 +02:00
|
|
|
<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>
|
2008-01-17 19:56:43 +01:00
|
|
|
<item>
|
2020-04-08 15:30:32 +02:00
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
2008-01-17 19:56:43 +01:00
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2020-04-08 15:30:32 +02:00
|
|
|
<property name="leftMargin">
|
2009-03-01 12:17:35 +01:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2020-04-08 15:30:32 +02:00
|
|
|
<property name="topMargin">
|
2009-03-01 12:17:35 +01:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2020-04-08 15:30:32 +02:00
|
|
|
<property name="rightMargin">
|
2009-03-01 12:17:35 +01:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2020-04-08 15:30:32 +02:00
|
|
|
<property name="bottomMargin">
|
2009-03-01 12:17:35 +01:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2008-01-17 19:56:43 +01:00
|
|
|
<item>
|
2020-04-08 15:30:32 +02:00
|
|
|
<widget class="QLabel" name="lblNameVersion">
|
|
|
|
<property name="text">
|
2008-01-17 19:56:43 +01:00
|
|
|
<string>TextLabelNameVersion</string>
|
|
|
|
</property>
|
2020-04-08 15:30:32 +02:00
|
|
|
<property name="wordWrap">
|
2008-01-17 19:56:43 +01:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
2020-04-08 15:30:32 +02:00
|
|
|
<property name="orientation">
|
2008-01-17 19:56:43 +01:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2020-04-08 15:30:32 +02:00
|
|
|
<property name="sizeType">
|
2008-01-17 19:56:43 +01:00
|
|
|
<enum>QSizePolicy::Expanding</enum>
|
|
|
|
</property>
|
2020-04-08 15:30:32 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
2008-01-17 19:56:43 +01:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2020-04-08 15:30:32 +02:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>lvwClients</tabstop>
|
|
|
|
<tabstop>chbStartOnOSStart</tabstop>
|
|
|
|
<tabstop>chbUseCCLicence</tabstop>
|
|
|
|
<tabstop>chbRegisterServer</tabstop>
|
2020-04-11 14:27:50 +02:00
|
|
|
<tabstop>cbxCentServAddrType</tabstop>
|
2020-05-22 07:56:05 +02:00
|
|
|
<tabstop>edtCentralServerAddress</tabstop>
|
2020-04-08 15:30:32 +02:00
|
|
|
<tabstop>edtServerName</tabstop>
|
|
|
|
<tabstop>edtLocationCity</tabstop>
|
|
|
|
<tabstop>cbxLocationCountry</tabstop>
|
2020-05-15 23:04:55 +02:00
|
|
|
<tabstop>chbEnableRecorder</tabstop>
|
|
|
|
<tabstop>edtCurrentSessionDir</tabstop>
|
|
|
|
<tabstop>pbtNewRecording</tabstop>
|
|
|
|
<tabstop>pbtRecordingDir</tabstop>
|
|
|
|
<tabstop>edtRecordingsDir</tabstop>
|
2020-04-08 15:30:32 +02:00
|
|
|
</tabstops>
|
2008-01-20 19:14:59 +01:00
|
|
|
<resources>
|
2020-04-08 15:30:32 +02:00
|
|
|
<include location="resources.qrc"/>
|
2008-01-20 19:14:59 +01:00
|
|
|
</resources>
|
2011-05-07 15:04:32 +02:00
|
|
|
<connections/>
|
2008-01-17 19:56:43 +01:00
|
|
|
</ui>
|