2013-08-15 21:15:01 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2008-01-17 19:56:43 +01:00
|
|
|
<class>CClientSettingsDlgBase</class>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QDialog" name="CClientSettingsDlgBase">
|
|
|
|
<property name="geometry">
|
2008-01-17 19:56:43 +01:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2020-04-17 21:21:37 +02:00
|
|
|
<width>575</width>
|
|
|
|
<height>394</height>
|
2008-01-17 19:56:43 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="windowTitle">
|
2014-02-25 16:50:09 +01:00
|
|
|
<string>Settings</string>
|
2008-01-17 19:56:43 +01:00
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="resources.qrc">
|
2020-04-05 22:12:53 +02:00
|
|
|
<normaloff>:/png/main/res/fronticon.png</normaloff>:/png/main/res/fronticon.png</iconset>
|
2008-01-17 19:56:43 +01:00
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="sizeGripEnabled">
|
2008-01-17 19:56:43 +01:00
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<layout class="QHBoxLayout">
|
2008-01-17 19:56:43 +01:00
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QGroupBox" name="grbSoundCard">
|
|
|
|
<property name="title">
|
2009-03-03 14:37:28 +01:00
|
|
|
<string>Soundcard</string>
|
2008-01-17 19:56:43 +01:00
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<layout class="QVBoxLayout">
|
2008-01-17 19:56:43 +01:00
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QLabel" name="lblSoundcardDevice">
|
|
|
|
<property name="text">
|
2009-03-03 14:37:28 +01:00
|
|
|
<string>Device</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QComboBox" name="cbxSoundcard">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
2009-03-03 14:37:28 +01:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="minimumSize">
|
2008-01-17 19:56:43 +01:00
|
|
|
<size>
|
2009-03-03 14:37:28 +01:00
|
|
|
<width>153</width>
|
2008-01-17 19:56:43 +01:00
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-03-20 09:55:42 +01:00
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QFrame" name="FrameSoundcardChannelSelection">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
2010-03-20 09:55:42 +01:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="frameShape">
|
2010-03-20 09:55:42 +01:00
|
|
|
<enum>QFrame::NoFrame</enum>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="frameShadow">
|
2010-03-20 09:55:42 +01:00
|
|
|
<enum>QFrame::Plain</enum>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<layout class="QVBoxLayout">
|
2015-11-25 16:52:00 +01:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2010-03-20 09:55:42 +01:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QLabel" name="lblInChannelMapping">
|
|
|
|
<property name="text">
|
2010-03-20 09:55:42 +01:00
|
|
|
<string>Input Channel Mapping</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
2010-03-20 09:55:42 +01:00
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<layout class="QVBoxLayout">
|
2010-03-20 09:55:42 +01:00
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QLabel" name="lblLInChan">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
2010-03-20 09:55:42 +01:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="text">
|
2010-03-20 09:55:42 +01:00
|
|
|
<string>L</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QLabel" name="lblRInChan">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
2010-03-20 09:55:42 +01:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="text">
|
2010-03-20 09:55:42 +01:00
|
|
|
<string>R</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<layout class="QVBoxLayout">
|
|
|
|
<property name="spacing">
|
2010-03-20 09:55:42 +01:00
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QComboBox" name="cbxLInChan"/>
|
2010-03-20 09:55:42 +01:00
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QComboBox" name="cbxRInChan"/>
|
2010-03-20 09:55:42 +01:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QLabel" name="lblOutChannelMapping">
|
|
|
|
<property name="text">
|
2010-03-20 09:55:42 +01:00
|
|
|
<string>Output Channel Mapping</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
2010-03-20 09:55:42 +01:00
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<layout class="QVBoxLayout">
|
2010-03-20 09:55:42 +01:00
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QLabel" name="lblLOutChan">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
2010-03-20 09:55:42 +01:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="text">
|
2010-03-20 09:55:42 +01:00
|
|
|
<string>L</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QLabel" name="lblROutChan">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Preferred">
|
2010-03-20 09:55:42 +01:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="text">
|
2010-03-20 09:55:42 +01:00
|
|
|
<string>R</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<layout class="QVBoxLayout">
|
|
|
|
<property name="spacing">
|
2010-03-20 09:55:42 +01:00
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QComboBox" name="cbxLOutChan"/>
|
2010-03-20 09:55:42 +01:00
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QComboBox" name="cbxROutChan"/>
|
2010-03-20 09:55:42 +01:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-01-17 19:56:43 +01:00
|
|
|
<item>
|
2009-03-03 14:37:28 +01:00
|
|
|
<spacer>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="orientation">
|
2009-03-03 14:37:28 +01:00
|
|
|
<enum>Qt::Vertical</enum>
|
2008-07-13 01:33:27 +02:00
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
2009-03-03 14:37:28 +01:00
|
|
|
<size>
|
2010-03-20 09:55:42 +01:00
|
|
|
<width>153</width>
|
|
|
|
<height>0</height>
|
2009-03-03 14:37:28 +01:00
|
|
|
</size>
|
2008-07-13 01:33:27 +02:00
|
|
|
</property>
|
2009-03-03 14:37:28 +01:00
|
|
|
</spacer>
|
|
|
|
</item>
|
2020-04-17 21:21:37 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="chbEnableOPUS64">
|
|
|
|
<property name="text">
|
|
|
|
<string>Enable Small Network Buffers</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-03-03 14:37:28 +01:00
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QGroupBox" name="grbSoundCrdBufDelay">
|
|
|
|
<property name="title">
|
2009-03-03 14:37:28 +01:00
|
|
|
<string>Buffer Delay</string>
|
2008-07-13 01:33:27 +02:00
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<layout class="QVBoxLayout">
|
2009-03-03 14:37:28 +01:00
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QRadioButton" name="rbtBufferDelayPreferred">
|
|
|
|
<property name="text">
|
2009-08-02 19:44:45 +02:00
|
|
|
<string>(preferred)</string>
|
2009-03-03 14:37:28 +01:00
|
|
|
</property>
|
2009-08-02 19:44:45 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QRadioButton" name="rbtBufferDelayDefault">
|
|
|
|
<property name="text">
|
2009-08-02 19:44:45 +02:00
|
|
|
<string>(default)</string>
|
2009-03-03 14:37:28 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QRadioButton" name="rbtBufferDelaySafe">
|
|
|
|
<property name="text">
|
2009-08-02 19:44:45 +02:00
|
|
|
<string>(safe)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2009-03-03 14:37:28 +01:00
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QPushButton" name="butDriverSetup">
|
|
|
|
<property name="text">
|
2009-03-03 14:37:28 +01:00
|
|
|
<string>Driver Setup</string>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="autoDefault">
|
2011-05-28 22:07:57 +02:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2009-03-03 14:37:28 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2008-01-17 19:56:43 +01:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-05-27 22:29:37 +02:00
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QGroupBox" name="grbJitterBuffer">
|
|
|
|
<property name="title">
|
2011-05-27 22:29:37 +02:00
|
|
|
<string>Jitter Buffer</string>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<layout class="QVBoxLayout">
|
2011-05-27 22:29:37 +02:00
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QCheckBox" name="chbAutoJitBuf">
|
|
|
|
<property name="text">
|
2011-05-27 22:29:37 +02:00
|
|
|
<string>Auto</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<layout class="QHBoxLayout">
|
2011-05-27 22:29:37 +02:00
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QLabel" name="lblNetBufLabel">
|
|
|
|
<property name="minimumSize">
|
2011-05-27 22:29:37 +02:00
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="text">
|
2011-05-27 22:29:37 +02:00
|
|
|
<string>Local</string>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="alignment">
|
2011-05-27 22:29:37 +02:00
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="wordWrap">
|
2011-05-27 22:29:37 +02:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QLabel" name="lblNetBufServerLabel">
|
|
|
|
<property name="minimumSize">
|
2011-05-27 22:29:37 +02:00
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="text">
|
2011-05-27 22:29:37 +02:00
|
|
|
<string>Server</string>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="alignment">
|
2011-05-27 22:29:37 +02:00
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="wordWrap">
|
2011-05-27 22:29:37 +02:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<layout class="QHBoxLayout">
|
2011-05-27 22:29:37 +02:00
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QLabel" name="lblNetBuf">
|
|
|
|
<property name="minimumSize">
|
2011-05-27 22:29:37 +02:00
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="text">
|
2011-05-27 22:29:37 +02:00
|
|
|
<string>Size</string>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="alignment">
|
2011-05-27 22:29:37 +02:00
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="wordWrap">
|
2011-05-27 22:29:37 +02:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QLabel" name="lblNetBufServer">
|
|
|
|
<property name="minimumSize">
|
2011-05-27 22:29:37 +02:00
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="text">
|
2011-05-27 22:29:37 +02:00
|
|
|
<string>Size</string>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="alignment">
|
2011-05-27 22:29:37 +02:00
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="wordWrap">
|
2011-05-27 22:29:37 +02:00
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<layout class="QHBoxLayout">
|
2011-05-27 22:29:37 +02:00
|
|
|
<item>
|
|
|
|
<spacer>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="orientation">
|
2011-05-27 22:29:37 +02:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="sizeType">
|
2011-05-27 22:29:37 +02:00
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
2011-05-27 22:29:37 +02:00
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QSlider" name="sldNetBuf">
|
|
|
|
<property name="pageStep">
|
2011-05-27 22:29:37 +02:00
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="orientation">
|
2011-05-27 22:29:37 +02:00
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="tickPosition">
|
2011-05-27 22:29:37 +02:00
|
|
|
<enum>QSlider::TicksBothSides</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="orientation">
|
2011-05-27 22:29:37 +02:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="sizeType">
|
2011-05-27 22:29:37 +02:00
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
2011-05-27 22:29:37 +02:00
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QSlider" name="sldNetBufServer">
|
|
|
|
<property name="pageStep">
|
2011-05-27 22:29:37 +02:00
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="orientation">
|
2011-05-27 22:29:37 +02:00
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="tickPosition">
|
2011-05-27 22:29:37 +02:00
|
|
|
<enum>QSlider::TicksBothSides</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<layout class="QHBoxLayout">
|
2011-05-27 22:29:37 +02:00
|
|
|
<item>
|
|
|
|
<spacer>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="orientation">
|
2011-05-27 22:29:37 +02:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="sizeType">
|
2011-05-27 22:29:37 +02:00
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
2011-05-27 22:29:37 +02:00
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="CMultiColorLED" name="ledNetw" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
2011-05-27 22:29:37 +02:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="minimumSize">
|
2011-05-27 22:29:37 +02:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="maximumSize">
|
2011-05-27 22:29:37 +02:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="orientation">
|
2011-05-27 22:29:37 +02:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="sizeType">
|
2011-05-27 22:29:37 +02:00
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
2011-05-27 22:29:37 +02:00
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-01-17 19:56:43 +01:00
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QGroupBox" name="grbMeasureResults">
|
|
|
|
<property name="title">
|
2008-07-24 18:20:25 +02:00
|
|
|
<string>Misc</string>
|
2008-01-17 19:56:43 +01:00
|
|
|
</property>
|
2014-02-24 21:23:19 +01:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
2010-03-22 20:01:41 +01:00
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<item>
|
2014-02-24 21:23:19 +01:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="lblAudioChannels">
|
|
|
|
<property name="text">
|
|
|
|
<string>Audio Channels</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="lblAudioQuality">
|
|
|
|
<property name="text">
|
|
|
|
<string>Audio Quality</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2015-11-25 16:52:00 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="lblNewClientLevel">
|
|
|
|
<property name="text">
|
|
|
|
<string>New Client Level</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2014-02-24 21:23:19 +01:00
|
|
|
</layout>
|
2013-08-15 21:15:01 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
2014-02-24 21:23:19 +01:00
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="cbxAudioChannels"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="cbxAudioQuality"/>
|
|
|
|
</item>
|
2015-11-25 16:52:00 +01:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="edtNewClientLevel"/>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="lblPercentUnit">
|
|
|
|
<property name="text">
|
|
|
|
<string>%</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2014-02-24 21:23:19 +01:00
|
|
|
</layout>
|
2013-08-15 21:15:01 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
2010-03-22 20:01:41 +01:00
|
|
|
</item>
|
2014-02-25 15:38:12 +01:00
|
|
|
<item>
|
2020-03-30 22:36:25 +02:00
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="chbGUIDesignFancy">
|
|
|
|
<property name="text">
|
|
|
|
<string>Fancy Skin</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="chbDisplayChannelLevels">
|
|
|
|
<property name="text">
|
|
|
|
<string>Display Channel Levels</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2014-02-25 15:38:12 +01:00
|
|
|
</item>
|
2011-05-02 21:48:36 +02:00
|
|
|
<item>
|
2020-05-22 08:19:22 +02:00
|
|
|
<widget class="QLabel" name="lblCentralServerAddress">
|
|
|
|
<property name="text">
|
|
|
|
<string>Custom Central Server Address:</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2011-05-02 21:48:36 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QLineEdit" name="edtCentralServerAddress">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
2011-05-02 21:48:36 +02:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-07-24 18:20:25 +02:00
|
|
|
<item>
|
|
|
|
<spacer>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="orientation">
|
2008-07-24 18:20:25 +02:00
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
2008-07-24 18:20:25 +02:00
|
|
|
<size>
|
2009-03-03 14:37:28 +01:00
|
|
|
<width>201</width>
|
2011-05-02 21:48:36 +02:00
|
|
|
<height>21</height>
|
2008-07-24 18:20:25 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2011-06-11 07:19:48 +02:00
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<layout class="QHBoxLayout">
|
2011-06-11 07:19:48 +02:00
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QLabel" name="lblUpstream">
|
|
|
|
<property name="text">
|
2011-06-11 07:19:48 +02:00
|
|
|
<string>Audio Stream Rate</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QLabel" name="lblUpstreamValue">
|
|
|
|
<property name="minimumSize">
|
2011-06-11 07:19:48 +02:00
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="text">
|
2011-06-11 07:19:48 +02:00
|
|
|
<string>val</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2008-08-03 00:01:19 +02:00
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<layout class="QHBoxLayout">
|
2008-08-03 00:01:19 +02:00
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QLabel" name="lblPingTime">
|
|
|
|
<property name="text">
|
2009-03-03 14:37:28 +01:00
|
|
|
<string>Ping Time</string>
|
2008-08-03 00:01:19 +02:00
|
|
|
</property>
|
2009-03-03 14:37:28 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QLabel" name="lblPingTimeValue">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
2009-03-03 14:37:28 +01:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="minimumSize">
|
2009-03-03 14:37:28 +01:00
|
|
|
<size>
|
|
|
|
<width>50</width>
|
2009-03-05 21:07:41 +01:00
|
|
|
<height>20</height>
|
2009-03-03 14:37:28 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="text">
|
2009-03-03 14:37:28 +01:00
|
|
|
<string>val</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<layout class="QHBoxLayout">
|
2009-03-03 14:37:28 +01:00
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QLabel" name="lblOverallDelay">
|
|
|
|
<property name="text">
|
2009-03-03 14:37:28 +01:00
|
|
|
<string>Overall Delay</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<layout class="QHBoxLayout">
|
|
|
|
<property name="spacing">
|
2009-05-01 22:55:09 +02:00
|
|
|
<number>3</number>
|
2009-03-05 16:22:54 +01:00
|
|
|
</property>
|
2008-10-31 23:24:05 +01:00
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="QLabel" name="lblOverallDelayValue">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
2009-02-12 18:15:17 +01:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="minimumSize">
|
2008-10-31 23:24:05 +01:00
|
|
|
<size>
|
2009-03-03 14:37:28 +01:00
|
|
|
<width>50</width>
|
2009-03-05 21:07:41 +01:00
|
|
|
<height>20</height>
|
2008-10-31 23:24:05 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="text">
|
2008-10-31 23:24:05 +01:00
|
|
|
<string>val</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-08-15 21:15:01 +02:00
|
|
|
<widget class="CMultiColorLED" name="ledOverallDelay" native="true">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
2009-02-12 18:15:17 +01:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="minimumSize">
|
2008-10-31 23:24:05 +01:00
|
|
|
<size>
|
2009-03-03 14:37:28 +01:00
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
2008-10-31 23:24:05 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
2013-08-15 21:15:01 +02:00
|
|
|
<property name="maximumSize">
|
2009-03-03 14:37:28 +01:00
|
|
|
<size>
|
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
2008-10-31 23:24:05 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2008-01-17 19:56:43 +01:00
|
|
|
</item>
|
2009-03-03 14:37:28 +01:00
|
|
|
</layout>
|
|
|
|
</item>
|
2008-01-17 19:56:43 +01:00
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>CMultiColorLED</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>multicolorled.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2011-05-02 21:48:36 +02:00
|
|
|
<tabstops>
|
2011-05-08 22:13:26 +02:00
|
|
|
<tabstop>cbxSoundcard</tabstop>
|
|
|
|
<tabstop>cbxLInChan</tabstop>
|
|
|
|
<tabstop>cbxRInChan</tabstop>
|
|
|
|
<tabstop>cbxLOutChan</tabstop>
|
|
|
|
<tabstop>cbxROutChan</tabstop>
|
2020-04-17 21:21:37 +02:00
|
|
|
<tabstop>chbEnableOPUS64</tabstop>
|
2011-05-08 22:13:26 +02:00
|
|
|
<tabstop>rbtBufferDelayPreferred</tabstop>
|
|
|
|
<tabstop>rbtBufferDelayDefault</tabstop>
|
|
|
|
<tabstop>rbtBufferDelaySafe</tabstop>
|
|
|
|
<tabstop>butDriverSetup</tabstop>
|
2011-05-28 16:39:13 +02:00
|
|
|
<tabstop>chbAutoJitBuf</tabstop>
|
|
|
|
<tabstop>sldNetBuf</tabstop>
|
|
|
|
<tabstop>sldNetBufServer</tabstop>
|
2014-02-24 20:51:57 +01:00
|
|
|
<tabstop>cbxAudioChannels</tabstop>
|
|
|
|
<tabstop>cbxAudioQuality</tabstop>
|
2015-11-25 16:52:00 +01:00
|
|
|
<tabstop>edtNewClientLevel</tabstop>
|
2014-02-25 22:10:40 +01:00
|
|
|
<tabstop>chbGUIDesignFancy</tabstop>
|
2020-04-09 21:26:40 +02:00
|
|
|
<tabstop>chbDisplayChannelLevels</tabstop>
|
2011-05-08 22:13:26 +02:00
|
|
|
<tabstop>edtCentralServerAddress</tabstop>
|
2011-05-02 21:48:36 +02:00
|
|
|
</tabstops>
|
2008-01-20 19:14:59 +01:00
|
|
|
<resources>
|
2013-08-15 21:15:01 +02:00
|
|
|
<include location="resources.qrc"/>
|
2008-01-20 19:14:59 +01:00
|
|
|
</resources>
|
2008-01-17 19:56:43 +01:00
|
|
|
<connections/>
|
|
|
|
</ui>
|