2008-01-17 19:56:43 +01:00
|
|
|
<ui version="4.0" >
|
|
|
|
<class>CLlconClientDlgBase</class>
|
|
|
|
<widget class="QDialog" name="CLlconClientDlgBase" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2011-03-20 21:30:47 +01:00
|
|
|
<width>345</width>
|
2011-05-28 22:07:57 +02:00
|
|
|
<height>382</height>
|
2008-01-17 19:56:43 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
2013-02-18 19:21:57 +01:00
|
|
|
<string></string>
|
2008-01-17 19:56:43 +01:00
|
|
|
</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>
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="styleSheet" >
|
|
|
|
<string/>
|
|
|
|
</property>
|
2008-01-17 19:56:43 +01:00
|
|
|
<property name="sizeGripEnabled" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" >
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="leftMargin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin" >
|
2011-03-21 21:06:49 +01:00
|
|
|
<number>3</number>
|
2011-03-20 13:53:31 +01:00
|
|
|
</property>
|
|
|
|
<property name="bottomMargin" >
|
2011-03-21 21:06:49 +01:00
|
|
|
<number>3</number>
|
2011-03-20 13:53:31 +01:00
|
|
|
</property>
|
2008-01-17 19:56:43 +01:00
|
|
|
<item>
|
2011-03-20 13:53:31 +01:00
|
|
|
<widget class="QFrame" name="backgroundFrame" >
|
2011-03-20 21:30:47 +01:00
|
|
|
<property name="minimumSize" >
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
2011-03-20 13:53:31 +01:00
|
|
|
</property>
|
2008-01-17 19:56:43 +01:00
|
|
|
<property name="frameShape" >
|
2011-03-20 21:30:47 +01:00
|
|
|
<enum>QFrame::NoFrame</enum>
|
2008-01-17 19:56:43 +01:00
|
|
|
</property>
|
|
|
|
<property name="frameShadow" >
|
2011-03-20 21:30:47 +01:00
|
|
|
<enum>QFrame::Plain</enum>
|
2008-01-17 19:56:43 +01:00
|
|
|
</property>
|
2011-03-20 13:53:31 +01:00
|
|
|
<layout class="QHBoxLayout" >
|
2008-01-17 19:56:43 +01:00
|
|
|
<item>
|
2011-03-20 13:53:31 +01:00
|
|
|
<layout class="QVBoxLayout" >
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" >
|
2011-03-20 21:30:47 +01:00
|
|
|
<property name="spacing" >
|
|
|
|
<number>3</number>
|
|
|
|
</property>
|
2011-03-20 13:53:31 +01:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<item>
|
2011-05-08 22:13:26 +02:00
|
|
|
<widget class="QLabel" name="pxlLogo" >
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="pixmap" >
|
|
|
|
<pixmap resource="resources.qrc" >:/png/main/res/llconfronticon.png</pixmap>
|
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2011-03-20 21:30:47 +01:00
|
|
|
<property name="sizeType" >
|
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
|
|
|
</property>
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2011-03-20 21:30:47 +01:00
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>10</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2011-03-20 13:53:31 +01:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<item>
|
2011-05-08 22:13:26 +02:00
|
|
|
<widget class="QLabel" name="lblConnection" >
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="text" >
|
|
|
|
<string>Connection</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
2011-03-20 21:30:47 +01:00
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
2011-03-20 13:53:31 +01:00
|
|
|
</property>
|
|
|
|
<property name="wordWrap" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2011-05-08 22:13:26 +02:00
|
|
|
<widget class="CMultiColorLED" native="1" name="ledConnection" >
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize" >
|
|
|
|
<size>
|
|
|
|
<width>14</width>
|
|
|
|
<height>14</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize" >
|
|
|
|
<size>
|
|
|
|
<width>14</width>
|
|
|
|
<height>14</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2011-03-20 21:30:47 +01:00
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>10</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2011-03-20 13:53:31 +01:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<item>
|
2011-05-08 22:13:26 +02:00
|
|
|
<widget class="QLabel" name="lblDelay" >
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="text" >
|
|
|
|
<string>Delay</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
2011-03-20 21:30:47 +01:00
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
2011-03-20 13:53:31 +01:00
|
|
|
</property>
|
|
|
|
<property name="wordWrap" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2011-05-08 22:13:26 +02:00
|
|
|
<widget class="CMultiColorLED" native="1" name="ledDelay" >
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize" >
|
|
|
|
<size>
|
|
|
|
<width>14</width>
|
|
|
|
<height>14</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize" >
|
|
|
|
<size>
|
|
|
|
<width>14</width>
|
|
|
|
<height>14</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2011-03-20 21:30:47 +01:00
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>10</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2011-03-20 13:53:31 +01:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<item>
|
2011-05-08 22:13:26 +02:00
|
|
|
<widget class="QLabel" name="lblBuffers" >
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="text" >
|
|
|
|
<string>Buffers</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
2011-03-20 21:30:47 +01:00
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
2011-03-20 13:53:31 +01:00
|
|
|
</property>
|
|
|
|
<property name="wordWrap" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2011-05-08 22:13:26 +02:00
|
|
|
<widget class="CMultiColorLED" native="1" name="ledBuffers" >
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize" >
|
|
|
|
<size>
|
|
|
|
<width>14</width>
|
|
|
|
<height>14</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize" >
|
|
|
|
<size>
|
|
|
|
<width>14</width>
|
|
|
|
<height>14</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2011-03-20 21:30:47 +01:00
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>10</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2011-03-20 13:53:31 +01:00
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<item>
|
2011-05-08 22:13:26 +02:00
|
|
|
<widget class="QLabel" name="lblChat" >
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="text" >
|
|
|
|
<string>Chat</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
2011-03-20 21:30:47 +01:00
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
2011-03-20 13:53:31 +01:00
|
|
|
</property>
|
|
|
|
<property name="wordWrap" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2011-05-08 22:13:26 +02:00
|
|
|
<widget class="CMultiColorLED" native="1" name="ledChat" >
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize" >
|
|
|
|
<size>
|
|
|
|
<width>14</width>
|
|
|
|
<height>14</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize" >
|
|
|
|
<size>
|
|
|
|
<width>14</width>
|
|
|
|
<height>14</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2011-03-20 21:30:47 +01:00
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>10</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2011-03-20 13:53:31 +01:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2011-03-20 21:30:47 +01:00
|
|
|
<widget class="Line" name="lineMeter" >
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QVBoxLayout" >
|
|
|
|
<item>
|
2011-05-08 22:13:26 +02:00
|
|
|
<widget class="QLabel" name="lblInputLEDMeter" >
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="text" >
|
|
|
|
<string>Input</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<item>
|
2011-05-08 22:13:26 +02:00
|
|
|
<widget class="CMultiColorLEDBar" native="1" name="lbrInputLevelL" >
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize" >
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
2011-03-20 21:30:47 +01:00
|
|
|
<height>88</height>
|
2011-03-20 13:53:31 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2011-05-08 22:13:26 +02:00
|
|
|
<widget class="CMultiColorLEDBar" native="1" name="lbrInputLevelR" >
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize" >
|
|
|
|
<size>
|
|
|
|
<width>16</width>
|
2011-03-20 21:30:47 +01:00
|
|
|
<height>88</height>
|
2011-03-20 13:53:31 +01:00
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<item>
|
2011-05-08 22:13:26 +02:00
|
|
|
<widget class="QLabel" name="lblLevelMeterLeft" >
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="text" >
|
|
|
|
<string>L</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2011-05-08 22:13:26 +02:00
|
|
|
<widget class="QLabel" name="lblLevelMeterRight" >
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="text" >
|
|
|
|
<string>R</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2011-03-20 21:30:47 +01:00
|
|
|
<property name="sizeType" >
|
2011-05-04 22:08:06 +02:00
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
2011-03-20 21:30:47 +01:00
|
|
|
</property>
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
2011-03-20 21:30:47 +01:00
|
|
|
<width>0</width>
|
2011-03-20 13:53:31 +01:00
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2011-03-20 21:30:47 +01:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="Line" name="lineUpperLowerLeft" >
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-05-28 22:07:57 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="chbSettings" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Settings</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="chbChat" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>Chat</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-03-20 21:30:47 +01:00
|
|
|
<item>
|
2011-05-08 22:13:26 +02:00
|
|
|
<widget class="QLabel" name="lblServerTag" >
|
2011-03-20 21:30:47 +01:00
|
|
|
<property name="text" >
|
2011-05-30 21:21:42 +02:00
|
|
|
<string>Your Alias/Instrument</string>
|
2011-03-20 21:30:47 +01:00
|
|
|
</property>
|
|
|
|
<property name="wordWrap" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-02-11 16:53:52 +01:00
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<item>
|
|
|
|
<widget class="QLineEdit" name="edtFaderTag" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Ignored" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize" >
|
|
|
|
<size>
|
|
|
|
<width>40</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="butInstPicture" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="icon" >
|
|
|
|
<iconset resource="resources.qrc" >:/png/instr/res/instrnone.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2011-03-20 21:30:47 +01:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" >
|
2011-03-20 13:53:31 +01:00
|
|
|
<item>
|
2011-05-08 22:13:26 +02:00
|
|
|
<widget class="QPushButton" name="butConnect" >
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="text" >
|
|
|
|
<string>C&onnect</string>
|
|
|
|
</property>
|
|
|
|
<property name="default" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-03-20 21:30:47 +01:00
|
|
|
<item>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType" >
|
2011-05-04 22:08:06 +02:00
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
2011-03-20 21:30:47 +01:00
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>25</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2011-03-20 13:53:31 +01:00
|
|
|
</layout>
|
2008-01-17 19:56:43 +01:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
2009-05-03 10:11:25 +02:00
|
|
|
<item>
|
2011-03-20 21:30:47 +01:00
|
|
|
<widget class="Line" name="linePanReverb" >
|
2009-05-03 10:11:25 +02:00
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
2011-03-20 13:53:31 +01:00
|
|
|
</widget>
|
2009-05-03 10:11:25 +02:00
|
|
|
</item>
|
2008-01-17 19:56:43 +01:00
|
|
|
<item>
|
2011-03-20 13:53:31 +01:00
|
|
|
<layout class="QVBoxLayout" >
|
2008-01-17 19:56:43 +01:00
|
|
|
<item>
|
2009-05-02 15:30:49 +02:00
|
|
|
<layout class="QVBoxLayout" >
|
|
|
|
<property name="spacing" >
|
2011-03-21 19:53:44 +01:00
|
|
|
<number>3</number>
|
2008-01-17 19:56:43 +01:00
|
|
|
</property>
|
2009-05-02 15:30:49 +02:00
|
|
|
<item>
|
2011-05-08 22:13:26 +02:00
|
|
|
<widget class="QLabel" name="lblAudioPan" >
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="text" >
|
|
|
|
<string>Pan</string>
|
2009-05-02 15:30:49 +02:00
|
|
|
</property>
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignCenter</set>
|
2009-05-02 15:30:49 +02:00
|
|
|
</property>
|
2011-03-20 13:53:31 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2011-05-08 22:13:26 +02:00
|
|
|
<widget class="QLabel" name="lblAudioPanValue" >
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="minimumSize" >
|
2009-05-02 15:30:49 +02:00
|
|
|
<size>
|
2011-03-20 13:53:31 +01:00
|
|
|
<width>50</width>
|
2009-05-10 18:53:58 +02:00
|
|
|
<height>0</height>
|
2009-05-02 15:30:49 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="text" >
|
|
|
|
<string>Center</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="wordWrap" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2009-05-02 15:30:49 +02:00
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<property name="spacing" >
|
2011-03-20 13:53:31 +01:00
|
|
|
<number>6</number>
|
2009-05-02 15:30:49 +02:00
|
|
|
</property>
|
|
|
|
<property name="leftMargin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin" >
|
2011-03-20 13:53:31 +01:00
|
|
|
<number>0</number>
|
2009-05-02 15:30:49 +02:00
|
|
|
</property>
|
|
|
|
<property name="bottomMargin" >
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2011-03-20 13:53:31 +01:00
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2009-05-02 15:30:49 +02:00
|
|
|
</property>
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="sizeType" >
|
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
2009-05-02 15:30:49 +02:00
|
|
|
</property>
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
2009-05-02 15:30:49 +02:00
|
|
|
</property>
|
2011-03-20 13:53:31 +01:00
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2011-05-08 22:13:26 +02:00
|
|
|
<widget class="QSlider" name="sldAudioPan" >
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="styleSheet" >
|
2011-03-21 22:37:13 +01:00
|
|
|
<string/>
|
2009-05-02 15:30:49 +02:00
|
|
|
</property>
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="pageStep" >
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Vertical</enum>
|
|
|
|
</property>
|
|
|
|
<property name="tickPosition" >
|
|
|
|
<enum>QSlider::TicksBothSides</enum>
|
2009-05-02 15:30:49 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2011-03-20 13:53:31 +01:00
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2009-05-02 15:30:49 +02:00
|
|
|
</property>
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="sizeType" >
|
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
2009-05-02 15:30:49 +02:00
|
|
|
</property>
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="sizeHint" >
|
2009-05-02 15:30:49 +02:00
|
|
|
<size>
|
2011-03-20 13:53:31 +01:00
|
|
|
<width>0</width>
|
2009-05-02 15:30:49 +02:00
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2011-03-20 13:53:31 +01:00
|
|
|
</spacer>
|
2009-05-02 15:30:49 +02:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2008-01-17 19:56:43 +01:00
|
|
|
</item>
|
|
|
|
<item>
|
2011-03-20 13:53:31 +01:00
|
|
|
<layout class="QVBoxLayout" >
|
2008-01-17 19:56:43 +01:00
|
|
|
<item>
|
2011-03-20 13:53:31 +01:00
|
|
|
<layout class="QVBoxLayout" >
|
|
|
|
<property name="spacing" >
|
2011-03-21 19:53:44 +01:00
|
|
|
<number>3</number>
|
2008-01-17 19:56:43 +01:00
|
|
|
</property>
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="leftMargin" >
|
|
|
|
<number>0</number>
|
2008-01-17 19:56:43 +01:00
|
|
|
</property>
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="topMargin" >
|
|
|
|
<number>0</number>
|
2008-01-17 19:56:43 +01:00
|
|
|
</property>
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="rightMargin" >
|
|
|
|
<number>0</number>
|
2008-01-17 19:56:43 +01:00
|
|
|
</property>
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="bottomMargin" >
|
|
|
|
<number>0</number>
|
2008-01-17 19:56:43 +01:00
|
|
|
</property>
|
2011-03-20 13:53:31 +01:00
|
|
|
<item>
|
2011-05-08 22:13:26 +02:00
|
|
|
<widget class="QLabel" name="lblAudioReverb" >
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="text" >
|
|
|
|
<string>Reverb</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment" >
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</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>
|
|
|
|
<spacer>
|
|
|
|
<property name="orientation" >
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType" >
|
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
2011-05-08 22:13:26 +02:00
|
|
|
<widget class="QSlider" name="sldAudioReverb" >
|
2011-03-20 13:53:31 +01:00
|
|
|
<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>
|
|
|
|
<property name="sizeType" >
|
|
|
|
<enum>QSizePolicy::Minimum</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" >
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2008-01-17 19:56:43 +01:00
|
|
|
</item>
|
|
|
|
<item>
|
2011-03-20 13:53:31 +01:00
|
|
|
<layout class="QVBoxLayout" >
|
|
|
|
<property name="spacing" >
|
2011-03-21 19:53:44 +01:00
|
|
|
<number>3</number>
|
2008-01-17 19:56:43 +01:00
|
|
|
</property>
|
2011-03-20 13:53:31 +01:00
|
|
|
<item>
|
2011-05-08 22:13:26 +02:00
|
|
|
<widget class="QRadioButton" name="rbtReverbSelL" >
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="text" >
|
|
|
|
<string>Left</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2011-05-08 22:13:26 +02:00
|
|
|
<widget class="QRadioButton" name="rbtReverbSelR" >
|
2011-03-20 13:53:31 +01:00
|
|
|
<property name="text" >
|
|
|
|
<string>Right</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2008-01-17 19:56:43 +01:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
2011-03-20 13:53:31 +01:00
|
|
|
<widget class="CAudioMixerBoard" native="1" name="MainMixerBoard" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2008-01-17 19:56:43 +01:00
|
|
|
</property>
|
2011-03-20 13:53:31 +01:00
|
|
|
</widget>
|
2008-01-17 19:56:43 +01:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>CMultiColorLED</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>multicolorled.h</header>
|
|
|
|
</customwidget>
|
|
|
|
<customwidget>
|
|
|
|
<class>CAudioMixerBoard</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>audiomixerboard.h</header>
|
|
|
|
</customwidget>
|
2009-05-01 16:00:53 +02:00
|
|
|
<customwidget>
|
|
|
|
<class>CMultiColorLEDBar</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>multicolorledbar.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2008-01-17 19:56:43 +01:00
|
|
|
</customwidgets>
|
|
|
|
<tabstops>
|
2011-05-08 22:13:26 +02:00
|
|
|
<tabstop>butConnect</tabstop>
|
|
|
|
<tabstop>edtFaderTag</tabstop>
|
2013-02-11 19:47:50 +01:00
|
|
|
<tabstop>butInstPicture</tabstop>
|
2011-05-28 22:07:57 +02:00
|
|
|
<tabstop>chbChat</tabstop>
|
|
|
|
<tabstop>chbSettings</tabstop>
|
2011-05-08 22:13:26 +02:00
|
|
|
<tabstop>sldAudioPan</tabstop>
|
|
|
|
<tabstop>sldAudioReverb</tabstop>
|
|
|
|
<tabstop>rbtReverbSelL</tabstop>
|
|
|
|
<tabstop>rbtReverbSelR</tabstop>
|
2008-01-17 19:56:43 +01:00
|
|
|
</tabstops>
|
|
|
|
<resources>
|
|
|
|
<include location="resources.qrc" />
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|