2011-08-04 17:58:41 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>inputChannelForm</class>
|
|
|
|
<widget class="QWidget" name="inputChannelForm">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2012-08-31 08:00:25 +02:00
|
|
|
<width>726</width>
|
|
|
|
<height>49</height>
|
2011-08-04 17:58:41 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
2012-08-31 08:00:25 +02:00
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
|
|
<property name="spacing">
|
|
|
|
<number>-1</number>
|
|
|
|
</property>
|
2011-08-10 16:24:35 +02:00
|
|
|
<property name="topMargin">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
2012-08-31 08:00:25 +02:00
|
|
|
<item>
|
2011-08-04 17:58:41 +02:00
|
|
|
<widget class="QLabel" name="channelName">
|
2011-08-10 16:24:35 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2012-03-11 16:21:12 +01:00
|
|
|
<width>80</width>
|
2012-03-26 17:49:10 +02:00
|
|
|
<height>25</height>
|
2011-08-10 16:24:35 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
2011-08-04 17:58:41 +02:00
|
|
|
<property name="text">
|
|
|
|
<string>TextLabel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-08-31 08:00:25 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="channelGroup">
|
2011-09-07 08:47:10 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
2012-08-31 08:00:25 +02:00
|
|
|
<horstretch>6</horstretch>
|
2011-09-07 08:47:10 +02:00
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2012-03-26 17:49:10 +02:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>25</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2011-09-07 08:47:10 +02:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2012-08-31 08:00:25 +02:00
|
|
|
<width>100</width>
|
2011-09-07 08:47:10 +02:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
2011-08-04 17:58:41 +02:00
|
|
|
</property>
|
2012-04-19 19:00:20 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
2011-08-04 17:58:41 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2012-08-31 08:00:25 +02:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_5">
|
2012-07-29 23:51:39 +02:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2011-08-04 17:58:41 +02:00
|
|
|
</property>
|
2012-07-29 23:51:39 +02:00
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
2012-03-10 19:50:14 +01:00
|
|
|
</property>
|
2012-07-29 23:51:39 +02:00
|
|
|
<property name="sizeHint" stdset="0">
|
2012-03-26 17:49:10 +02:00
|
|
|
<size>
|
2012-08-31 08:00:25 +02:00
|
|
|
<width>5</width>
|
2012-07-29 23:51:39 +02:00
|
|
|
<height>20</height>
|
2012-03-26 17:49:10 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
2012-07-29 23:51:39 +02:00
|
|
|
</spacer>
|
2011-08-04 17:58:41 +02:00
|
|
|
</item>
|
2012-08-31 08:00:25 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QComboBox" name="channelNumberDropdown">
|
2012-03-10 19:50:14 +01:00
|
|
|
<property name="sizePolicy">
|
2012-07-29 23:51:39 +02:00
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
2012-08-31 08:00:25 +02:00
|
|
|
<horstretch>4</horstretch>
|
2012-03-10 19:50:14 +01:00
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2012-03-26 17:49:10 +02:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2012-08-31 08:00:25 +02:00
|
|
|
<width>90</width>
|
2012-07-29 23:51:39 +02:00
|
|
|
<height>25</height>
|
2012-03-26 17:49:10 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
2012-07-29 23:51:39 +02:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
2012-08-31 08:00:25 +02:00
|
|
|
<width>80</width>
|
2012-07-29 23:51:39 +02:00
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
2011-09-07 00:48:45 +02:00
|
|
|
</property>
|
2012-07-29 23:51:39 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
2012-03-11 16:21:12 +01:00
|
|
|
</property>
|
2012-08-31 08:00:25 +02:00
|
|
|
<property name="maxVisibleItems">
|
|
|
|
<number>7</number>
|
|
|
|
</property>
|
2011-09-07 00:48:45 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2012-08-31 08:00:25 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="channelNumber">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="channelMin">
|
2012-03-26 17:49:10 +02:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
2012-07-29 23:51:39 +02:00
|
|
|
<height>25</height>
|
2012-03-26 17:49:10 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
2012-07-29 23:51:39 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
2012-03-11 16:21:12 +01:00
|
|
|
</property>
|
2012-07-29 23:51:39 +02:00
|
|
|
<property name="buttonSymbols">
|
|
|
|
<enum>QAbstractSpinBox::NoButtons</enum>
|
2012-03-10 19:50:14 +01:00
|
|
|
</property>
|
2012-07-29 23:51:39 +02:00
|
|
|
<property name="maximum">
|
|
|
|
<number>9999</number>
|
2011-09-07 00:48:45 +02:00
|
|
|
</property>
|
2012-07-29 23:51:39 +02:00
|
|
|
<property name="value">
|
|
|
|
<number>1000</number>
|
2012-03-11 16:21:12 +01:00
|
|
|
</property>
|
2011-09-07 00:48:45 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2012-08-31 08:00:25 +02:00
|
|
|
<item>
|
2012-07-29 23:51:39 +02:00
|
|
|
<spacer name="horizontalSpacer">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2011-11-26 13:52:02 +01:00
|
|
|
</property>
|
2012-07-29 23:51:39 +02:00
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
2012-03-26 17:49:10 +02:00
|
|
|
<size>
|
2012-07-29 23:51:39 +02:00
|
|
|
<width>10</width>
|
|
|
|
<height>20</height>
|
2012-03-26 17:49:10 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
2012-07-29 23:51:39 +02:00
|
|
|
</spacer>
|
2011-08-04 17:58:41 +02:00
|
|
|
</item>
|
2012-08-31 08:00:25 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QSlider" name="channelNeutral">
|
2011-09-07 08:47:10 +02:00
|
|
|
<property name="sizePolicy">
|
2012-08-31 08:00:25 +02:00
|
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
|
2012-07-29 23:51:39 +02:00
|
|
|
<horstretch>0</horstretch>
|
2011-09-07 08:47:10 +02:00
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2012-03-26 17:49:10 +02:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2012-08-31 08:00:25 +02:00
|
|
|
<width>0</width>
|
|
|
|
<height>22</height>
|
2012-03-26 17:49:10 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
2012-08-31 08:00:25 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
2011-09-07 08:47:10 +02:00
|
|
|
</property>
|
2012-08-31 08:00:25 +02:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2011-09-07 08:47:10 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-08-31 08:00:25 +02:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_2">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
2011-09-07 08:47:10 +02:00
|
|
|
</property>
|
2012-08-31 08:00:25 +02:00
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
2011-09-07 08:47:10 +02:00
|
|
|
<size>
|
2012-08-31 08:00:25 +02:00
|
|
|
<width>7</width>
|
|
|
|
<height>20</height>
|
2011-09-07 08:47:10 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
2012-08-31 08:00:25 +02:00
|
|
|
</spacer>
|
2011-09-07 08:47:10 +02:00
|
|
|
</item>
|
2012-08-31 08:00:25 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="channelMax">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2012-03-26 17:49:10 +02:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
2012-07-29 23:51:39 +02:00
|
|
|
<height>25</height>
|
2012-03-26 17:49:10 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
2012-07-29 23:51:39 +02:00
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="buttonSymbols">
|
|
|
|
<enum>QAbstractSpinBox::NoButtons</enum>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>9999</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>1000</number>
|
2011-09-09 07:54:47 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-08-31 08:00:25 +02:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_6">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>5</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="neutral">
|
2011-09-11 19:11:15 +02:00
|
|
|
<property name="sizePolicy">
|
2012-08-31 08:00:25 +02:00
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
2011-09-11 19:11:15 +02:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2012-08-31 08:00:25 +02:00
|
|
|
<width>35</width>
|
|
|
|
<height>0</height>
|
2011-09-11 19:11:15 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
2012-08-31 08:00:25 +02:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>30</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
2011-09-11 19:11:15 +02:00
|
|
|
</property>
|
2012-08-31 08:00:25 +02:00
|
|
|
<property name="text">
|
|
|
|
<string/>
|
2011-09-09 07:54:47 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-08-31 08:00:25 +02:00
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_4">
|
2011-09-11 19:11:15 +02:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>10</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2012-08-31 08:00:25 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QCheckBox" name="channelRev">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<spacer name="horizontalSpacer_3">
|
2011-09-11 19:11:15 +02:00
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
2012-07-29 23:51:39 +02:00
|
|
|
<width>15</width>
|
2011-09-11 19:11:15 +02:00
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
2011-08-04 17:58:41 +02:00
|
|
|
</layout>
|
|
|
|
</widget>
|
2012-04-19 19:00:20 +02:00
|
|
|
<tabstops>
|
|
|
|
<tabstop>channelNumber</tabstop>
|
|
|
|
<tabstop>channelGroup</tabstop>
|
|
|
|
<tabstop>channelNumberDropdown</tabstop>
|
|
|
|
<tabstop>channelMin</tabstop>
|
|
|
|
<tabstop>channelNeutral</tabstop>
|
|
|
|
<tabstop>channelMax</tabstop>
|
|
|
|
<tabstop>channelRev</tabstop>
|
|
|
|
</tabstops>
|
2011-08-04 17:58:41 +02:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|