2008-01-17 19:56:43 +01:00
|
|
|
<ui version="4.0" >
|
|
|
|
<class>CClientSettingsDlgBase</class>
|
|
|
|
<widget class="QDialog" name="CClientSettingsDlgBase" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2010-03-20 09:55:42 +01:00
|
|
|
<width>535</width>
|
2011-01-24 22:21:09 +01:00
|
|
|
<height>351</height>
|
2008-01-17 19:56:43 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string>General Settings</string>
|
|
|
|
</property>
|
|
|
|
<property name="windowIcon" >
|
2009-05-01 12:06:07 +02:00
|
|
|
<iconset resource="resources.qrc" >:/png/main/res/mainicon.png</iconset>
|
2008-01-17 19:56:43 +01:00
|
|
|
</property>
|
|
|
|
<property name="sizeGripEnabled" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="GroupBoxJitterBuffer" >
|
|
|
|
<property name="title" >
|
|
|
|
<string>Jitter Buffer</string>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" >
|
2009-02-12 15:48:35 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="cbAutoJitBuf" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Auto</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-01-17 19:56:43 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="TextNetBuf" >
|
|
|
|
<property name="minimumSize" >
|
|
|
|
<size>
|
|
|
|
<width>50</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Size</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>6</number>
|
|
|
|
</property>
|
2008-07-13 01:33:27 +02: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" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2008-01-17 19:56:43 +01:00
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2009-03-03 14:37:28 +01:00
|
|
|
<property name="sizeType" >
|
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
|
|
|
</property>
|
2008-01-17 19:56:43 +01:00
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
2009-03-03 14:37:28 +01:00
|
|
|
<width>0</width>
|
2010-03-25 20:25:32 +01:00
|
|
|
<height>0</height>
|
2008-01-17 19:56:43 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSlider" name="SliderNetBuf" >
|
|
|
|
<property name="pageStep" >
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tickPosition" >
|
|
|
|
<enum>QSlider::TicksBothSides</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2009-03-03 14:37:28 +01:00
|
|
|
<property name="sizeType" >
|
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
|
|
|
</property>
|
2008-01-17 19:56:43 +01:00
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
2009-03-03 14:37:28 +01:00
|
|
|
<width>0</width>
|
2010-03-25 20:25:32 +01:00
|
|
|
<height>0</height>
|
2008-01-17 19:56:43 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<item>
|
2009-03-01 23:38:42 +01:00
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2008-01-17 19:56:43 +01:00
|
|
|
</property>
|
2009-03-03 14:37:28 +01:00
|
|
|
<property name="sizeType" >
|
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
|
|
|
</property>
|
2009-03-01 23:38:42 +01:00
|
|
|
<property name="sizeHint" >
|
2008-01-17 19:56:43 +01:00
|
|
|
<size>
|
2009-03-03 14:37:28 +01:00
|
|
|
<width>0</width>
|
2010-03-25 20:25:32 +01:00
|
|
|
<height>0</height>
|
2008-01-17 19:56:43 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
2009-03-01 23:38:42 +01:00
|
|
|
</spacer>
|
2008-01-17 19:56:43 +01:00
|
|
|
</item>
|
|
|
|
<item>
|
2009-03-01 23:38:42 +01:00
|
|
|
<widget class="CMultiColorLED" native="1" name="CLEDNetw" >
|
2008-01-17 19:56:43 +01:00
|
|
|
<property name="sizePolicy" >
|
2008-07-13 01:33:27 +02:00
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
2008-01-17 19:56:43 +01:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize" >
|
|
|
|
<size>
|
2009-03-03 14:37:28 +01:00
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
2008-01-17 19:56:43 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize" >
|
|
|
|
<size>
|
2009-03-03 14:37:28 +01:00
|
|
|
<width>20</width>
|
|
|
|
<height>20</height>
|
2008-01-17 19:56:43 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-03-01 23:38:42 +01:00
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2009-03-03 14:37:28 +01:00
|
|
|
<property name="sizeType" >
|
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
|
|
|
</property>
|
2009-03-01 23:38:42 +01:00
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
2009-03-03 14:37:28 +01:00
|
|
|
<width>0</width>
|
2010-03-25 20:25:32 +01:00
|
|
|
<height>0</height>
|
2009-03-01 23:38:42 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2008-01-17 19:56:43 +01:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-03-03 14:37:28 +01:00
|
|
|
<widget class="QGroupBox" name="GroupBoxSoundCard" >
|
2008-01-17 19:56:43 +01:00
|
|
|
<property name="title" >
|
2009-03-03 14:37:28 +01:00
|
|
|
<string>Soundcard</string>
|
2008-01-17 19:56:43 +01:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" >
|
|
|
|
<item>
|
2009-03-03 14:37:28 +01:00
|
|
|
<widget class="QLabel" name="TextSoundcardDevice" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Device</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="cbSoundcard" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2008-01-17 19:56:43 +01:00
|
|
|
<property name="minimumSize" >
|
|
|
|
<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>
|
|
|
|
<widget class="QFrame" name="FrameSoundcardChannelSelection" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape" >
|
|
|
|
<enum>QFrame::NoFrame</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow" >
|
|
|
|
<enum>QFrame::Plain</enum>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" >
|
|
|
|
<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="lbInChannelMapping" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Input Channel Mapping</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" >
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labelLInChan" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>L</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labelRInChan" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>R</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="cbLInChan" />
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="cbRInChan" />
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="lbOutChannelMapping" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Output Channel Mapping</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" >
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labelLOutChan" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>L</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="labelROutChan" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Preferred" hsizetype="Maximum" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>R</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" >
|
|
|
|
<property name="spacing" >
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="cbLOutChan" />
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="cbROutChan" />
|
|
|
|
</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>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Vertical</enum>
|
2008-07-13 01:33:27 +02:00
|
|
|
</property>
|
2009-03-03 14:37:28 +01:00
|
|
|
<property name="sizeHint" >
|
|
|
|
<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>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="GroupBoxSoundCrdBufDelay" >
|
|
|
|
<property name="title" >
|
|
|
|
<string>Buffer Delay</string>
|
2008-07-13 01:33:27 +02:00
|
|
|
</property>
|
2009-03-03 14:37:28 +01:00
|
|
|
<layout class="QVBoxLayout" >
|
|
|
|
<item>
|
2009-08-02 19:44:45 +02:00
|
|
|
<widget class="QRadioButton" name="rButBufferDelayPreferred" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>(preferred)</string>
|
2009-03-03 14:37:28 +01:00
|
|
|
</property>
|
2009-08-02 19:44:45 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QRadioButton" name="rButBufferDelayDefault" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>(default)</string>
|
2009-03-03 14:37:28 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-08-02 19:44:45 +02:00
|
|
|
<widget class="QRadioButton" name="rButBufferDelaySafe" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>(safe)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2009-03-03 14:37:28 +01:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="ButtonDriverSetup" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Driver Setup</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2008-01-17 19:56:43 +01:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="GroupBoxMeasureResults" >
|
|
|
|
<property name="title" >
|
2008-07-24 18:20:25 +02:00
|
|
|
<string>Misc</string>
|
2008-01-17 19:56:43 +01:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" >
|
2008-10-31 00:23:26 +01:00
|
|
|
<item>
|
2009-03-03 14:37:28 +01:00
|
|
|
<widget class="QCheckBox" name="cbOpenChatOnNewMessage" >
|
2008-11-01 12:48:17 +01:00
|
|
|
<property name="text" >
|
2009-08-15 22:37:18 +02:00
|
|
|
<string>Open Chat on New Message</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-09-19 10:28:24 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="cbGUIDesignFancy" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Fancy GUI Design</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2009-08-15 22:37:18 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="cbUseHighQualityAudio" >
|
|
|
|
<property name="windowModality" >
|
|
|
|
<enum>Qt::NonModal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>Use High Quality Audio</string>
|
2008-11-01 12:48:17 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
2008-10-31 00:23:26 +01:00
|
|
|
</item>
|
2010-03-22 20:01:41 +01:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="cbUseStereo" >
|
|
|
|
<property name="windowModality" >
|
|
|
|
<enum>Qt::NonModal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
2010-03-25 20:25:32 +01:00
|
|
|
<string>Stereo Streaming</string>
|
2010-03-22 20:01:41 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2008-07-24 18:20:25 +02:00
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
2009-03-03 14:37:28 +01:00
|
|
|
<width>201</width>
|
2010-03-22 20:01:41 +01:00
|
|
|
<height>81</height>
|
2008-07-24 18:20:25 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2008-08-03 00:01:19 +02:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<item>
|
2009-03-03 14:37:28 +01:00
|
|
|
<widget class="QLabel" name="TextPingTime" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Ping Time</string>
|
2008-08-03 00:01:19 +02:00
|
|
|
</property>
|
2009-03-03 14:37:28 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="TextLabelPingTime" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Maximum" hsizetype="Preferred" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize" >
|
|
|
|
<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>
|
|
|
|
<property name="frameShape" >
|
|
|
|
<enum>QFrame::Panel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow" >
|
|
|
|
<enum>QFrame::Sunken</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>val</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="TextOverallDelay" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Overall Delay</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" >
|
2009-03-05 16:22:54 +01:00
|
|
|
<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>
|
2009-03-03 14:37:28 +01:00
|
|
|
<widget class="QLabel" name="TextLabelOverallDelay" >
|
2009-02-12 18:15:17 +01:00
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Maximum" hsizetype="Preferred" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2008-10-31 23:24:05 +01:00
|
|
|
<property name="minimumSize" >
|
|
|
|
<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>
|
2009-03-03 14:37:28 +01:00
|
|
|
<property name="font" >
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
2008-10-31 23:24:05 +01:00
|
|
|
<property name="frameShape" >
|
|
|
|
<enum>QFrame::Panel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow" >
|
|
|
|
<enum>QFrame::Sunken</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>val</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-03-03 14:37:28 +01:00
|
|
|
<widget class="CMultiColorLED" native="1" name="CLEDOverallDelay" >
|
2009-02-12 18:15:17 +01:00
|
|
|
<property name="sizePolicy" >
|
2009-03-03 14:37:28 +01:00
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
2009-02-12 18:15:17 +01:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2008-10-31 23:24:05 +01:00
|
|
|
<property name="minimumSize" >
|
|
|
|
<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>
|
2009-03-03 14:37:28 +01:00
|
|
|
<property name="maximumSize" >
|
|
|
|
<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>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" >
|
2008-01-17 19:56:43 +01:00
|
|
|
<item>
|
2009-03-03 14:37:28 +01:00
|
|
|
<widget class="QLabel" name="TextUpstream" >
|
2008-01-17 19:56:43 +01:00
|
|
|
<property name="text" >
|
2009-03-03 23:46:36 +01:00
|
|
|
<string>Upstream Rate</string>
|
2008-01-17 19:56:43 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2009-03-03 14:37:28 +01:00
|
|
|
<widget class="QLabel" name="TextUpstreamValue" >
|
2009-03-05 21:07:41 +01:00
|
|
|
<property name="minimumSize" >
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2009-03-03 14:37:28 +01:00
|
|
|
<property name="font" >
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
2008-01-17 19:56:43 +01:00
|
|
|
</property>
|
2009-03-03 14:37:28 +01:00
|
|
|
<property name="frameShape" >
|
|
|
|
<enum>QFrame::Panel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="frameShadow" >
|
|
|
|
<enum>QFrame::Sunken</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
|
|
|
<string>val</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2008-01-17 19:56:43 +01:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>CMultiColorLED</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>multicolorled.h</header>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2008-01-20 19:14:59 +01:00
|
|
|
<resources>
|
|
|
|
<include location="resources.qrc" />
|
|
|
|
</resources>
|
2008-01-17 19:56:43 +01:00
|
|
|
<connections/>
|
|
|
|
</ui>
|