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-07-09 20:03:09 +02:00
|
|
|
<height>560</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-07-09 16:13:40 +02:00
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2011-05-08 17:01:20 +02:00
|
|
|
</property>
|
2020-07-09 16:13:40 +02:00
|
|
|
<property name="currentIndex">
|
|
|
|
<number>0</number>
|
2011-04-26 22:31:30 +02:00
|
|
|
</property>
|
2020-07-09 16:13:40 +02:00
|
|
|
<widget class="QWidget" name="tabServerSetup">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Server Setup</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<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>
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>Genre</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="cbxCentServAddrType"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="lblRegSvrStatus">
|
|
|
|
<property name="text">
|
|
|
|
<string>STATUS</string>
|
|
|
|
</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>
|
|
|
|
<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>
|
2020-07-09 20:03:09 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>Chat Window Welcome (HTML/CSS Supported)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QTextEdit" name="tedWelcomeMessage">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2020-07-09 16:13:40 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tabOptions">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Options</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="lblLanguage">
|
|
|
|
<property name="text">
|
|
|
|
<string>Language</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="CLanguageComboBox" name="cbxLanguage"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="pbtRecordingDir">
|
|
|
|
<property name="text">
|
|
|
|
<string>Recording Directory</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="edtRecordingDir">
|
|
|
|
<property name="readOnly">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QToolButton" name="tbtClearRecordingDir"/>
|
|
|
|
</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="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>
|
2020-07-09 20:21:03 +02:00
|
|
|
<item>
|
|
|
|
<spacer name="verticalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>40</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2020-07-09 16:13:40 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2011-04-26 22:31:30 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2008-01-17 19:56:43 +01:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2020-07-06 19:31:42 +02:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>CLanguageComboBox</class>
|
|
|
|
<extends>QComboBox</extends>
|
|
|
|
<header>util.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2020-04-08 15:30:32 +02:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>lvwClients</tabstop>
|
2020-07-09 16:13:40 +02:00
|
|
|
<tabstop>tabWidget</tabstop>
|
2020-04-08 15:30:32 +02:00
|
|
|
<tabstop>chbRegisterServer</tabstop>
|
2020-04-11 14:27:50 +02:00
|
|
|
<tabstop>cbxCentServAddrType</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>
|
2020-07-09 20:03:09 +02:00
|
|
|
<tabstop>tedWelcomeMessage</tabstop>
|
2020-07-06 19:31:42 +02:00
|
|
|
<tabstop>cbxLanguage</tabstop>
|
2020-07-09 16:13:40 +02:00
|
|
|
<tabstop>pbtRecordingDir</tabstop>
|
|
|
|
<tabstop>edtRecordingDir</tabstop>
|
|
|
|
<tabstop>tbtClearRecordingDir</tabstop>
|
|
|
|
<tabstop>edtCentralServerAddress</tabstop>
|
|
|
|
<tabstop>chbStartOnOSStart</tabstop>
|
|
|
|
<tabstop>chbUseCCLicence</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>
|