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-09-09 03:35:14 +02:00
|
|
|
<width>828</width>
|
|
|
|
<height>69</height>
|
2011-08-04 17:58:41 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Form</string>
|
|
|
|
</property>
|
2012-09-09 03:35:14 +02:00
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
2012-08-31 08:00:25 +02:00
|
|
|
</property>
|
2011-08-10 16:24:35 +02:00
|
|
|
<property name="topMargin">
|
2012-09-09 03:35:14 +02:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
2011-08-10 16:24:35 +02:00
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2012-09-09 03:35:14 +02:00
|
|
|
<number>6</number>
|
2011-08-10 16:24:35 +02:00
|
|
|
</property>
|
2012-09-09 03:35:14 +02:00
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="legend0">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2011-08-10 16:24:35 +02:00
|
|
|
<property name="sizePolicy">
|
2012-09-09 03:35:14 +02:00
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
2011-08-10 16:24:35 +02:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2012-09-09 03:35:14 +02:00
|
|
|
<width>0</width>
|
|
|
|
<height>20</height>
|
2011-08-10 16:24:35 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
2012-09-09 03:35:14 +02:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<italic>false</italic>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">background-color: qlineargradient(spread:reflect, x1:0.507, y1:0, x2:0.507, y2:0.772, stop:0.208955 rgba(74, 74, 74, 255), stop:0.78607 rgba(36, 36, 36, 255));
|
|
|
|
color: rgb(255, 255, 255);
|
|
|
|
border-radius: 5;
|
|
|
|
margin:1px;
|
|
|
|
font:bold;</string>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
2011-08-04 17:58:41 +02:00
|
|
|
<property name="text">
|
2012-09-09 03:35:14 +02:00
|
|
|
<string>Function</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2011-08-04 17:58:41 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2012-09-09 03:35:14 +02:00
|
|
|
<item row="0" column="1">
|
|
|
|
<widget class="QLabel" name="legend1">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
2011-09-07 08:47:10 +02:00
|
|
|
<property name="sizePolicy">
|
2012-09-09 03:35:14 +02:00
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<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>
|
|
|
|
<width>0</width>
|
2012-09-09 03:35:14 +02:00
|
|
|
<height>20</height>
|
2012-03-26 17:49:10 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
2012-09-09 03:35:14 +02:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<italic>false</italic>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">background-color: qlineargradient(spread:reflect, x1:0.507, y1:0, x2:0.507, y2:0.772, stop:0.208955 rgba(74, 74, 74, 255), stop:0.78607 rgba(36, 36, 36, 255));
|
|
|
|
color: rgb(255, 255, 255);
|
|
|
|
border-radius: 5;
|
|
|
|
margin:1px;
|
|
|
|
font:bold;</string>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Type</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QLabel" name="legend2">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
2011-09-07 08:47:10 +02:00
|
|
|
<size>
|
2012-09-09 03:35:14 +02:00
|
|
|
<width>0</width>
|
|
|
|
<height>20</height>
|
2011-09-07 08:47:10 +02:00
|
|
|
</size>
|
2011-08-04 17:58:41 +02:00
|
|
|
</property>
|
2012-09-09 03:35:14 +02:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<italic>false</italic>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">background-color: qlineargradient(spread:reflect, x1:0.507, y1:0, x2:0.507, y2:0.772, stop:0.208955 rgba(74, 74, 74, 255), stop:0.78607 rgba(36, 36, 36, 255));
|
|
|
|
color: rgb(255, 255, 255);
|
|
|
|
border-radius: 5;
|
|
|
|
margin:1px;
|
|
|
|
font:bold;</string>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Number</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
2012-04-19 19:00:20 +02:00
|
|
|
</property>
|
2011-08-04 17:58:41 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2012-09-09 03:35:14 +02:00
|
|
|
<item row="0" column="3">
|
|
|
|
<widget class="QLabel" name="legend3">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<italic>false</italic>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">background-color: qlineargradient(spread:reflect, x1:0.507, y1:0, x2:0.507, y2:0.772, stop:0.208955 rgba(74, 74, 74, 255), stop:0.78607 rgba(36, 36, 36, 255));
|
|
|
|
color: rgb(255, 255, 255);
|
|
|
|
border-radius: 5;
|
|
|
|
margin:1px;
|
|
|
|
font:bold;</string>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Min</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="5">
|
|
|
|
<widget class="QLabel" name="legend4">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<italic>false</italic>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">background-color: qlineargradient(spread:reflect, x1:0.507, y1:0, x2:0.507, y2:0.772, stop:0.208955 rgba(74, 74, 74, 255), stop:0.78607 rgba(36, 36, 36, 255));
|
|
|
|
color: rgb(255, 255, 255);
|
|
|
|
border-radius: 5;
|
|
|
|
margin:1px;
|
|
|
|
font:bold;</string>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Neutral</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="7">
|
|
|
|
<widget class="QLabel" name="legend5">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>75</weight>
|
|
|
|
<italic>false</italic>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">background-color: qlineargradient(spread:reflect, x1:0.507, y1:0, x2:0.507, y2:0.772, stop:0.208955 rgba(74, 74, 74, 255), stop:0.78607 rgba(36, 36, 36, 255));
|
|
|
|
color: rgb(255, 255, 255);
|
|
|
|
border-radius: 5;
|
|
|
|
margin:1px;
|
|
|
|
font:bold;</string>
|
|
|
|
</property>
|
|
|
|
<property name="frameShape">
|
|
|
|
<enum>QFrame::StyledPanel</enum>
|
|
|
|
</property>
|
|
|
|
<property name="lineWidth">
|
|
|
|
<number>1</number>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Max</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="8">
|
|
|
|
<spacer name="horizontalSpacer_3">
|
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-09-09 03:35:14 +02:00
|
|
|
<width>48</width>
|
|
|
|
<height>10</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-09-09 03:35:14 +02:00
|
|
|
<item row="0" column="9">
|
|
|
|
<spacer name="horizontalSpacer_4">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeType">
|
|
|
|
<enum>QSizePolicy::Fixed</enum>
|
|
|
|
</property>
|
|
|
|
<property name="sizeHint" stdset="0">
|
|
|
|
<size>
|
|
|
|
<width>42</width>
|
|
|
|
<height>10</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="channelName">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>80</width>
|
|
|
|
<height>25</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>TextLabel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="1">
|
|
|
|
<widget class="QComboBox" name="channelGroup">
|
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-09-09 03:35:14 +02:00
|
|
|
<horstretch>6</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-09-09 03:35:14 +02:00
|
|
|
<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="maximumSize">
|
|
|
|
<size>
|
2012-09-09 03:35:14 +02:00
|
|
|
<width>100</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>
|
2011-09-07 00:48:45 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2012-09-09 03:35:14 +02:00
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QComboBox" name="channelNumberDropdown">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
|
|
|
|
<horstretch>4</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2012-08-31 08:00:25 +02:00
|
|
|
</property>
|
2012-09-09 03:35:14 +02:00
|
|
|
<property name="minimumSize">
|
2012-08-31 08:00:25 +02:00
|
|
|
<size>
|
|
|
|
<width>0</width>
|
2012-09-09 03:35:14 +02:00
|
|
|
<height>25</height>
|
2012-08-31 08:00:25 +02:00
|
|
|
</size>
|
|
|
|
</property>
|
2012-09-09 03:35:14 +02:00
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>90</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="focusPolicy">
|
|
|
|
<enum>Qt::StrongFocus</enum>
|
|
|
|
</property>
|
|
|
|
<property name="maxVisibleItems">
|
|
|
|
<number>7</number>
|
|
|
|
</property>
|
2012-08-31 08:00:25 +02:00
|
|
|
</widget>
|
|
|
|
</item>
|
2012-09-09 03:35:14 +02:00
|
|
|
<item row="1" column="3">
|
2012-08-31 08:00:25 +02:00
|
|
|
<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-09-09 03:35:14 +02:00
|
|
|
<item row="1" column="4">
|
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-09-09 03:35:14 +02:00
|
|
|
<item row="1" column="5">
|
2012-08-31 08:00:25 +02:00
|
|
|
<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-09-09 03:35:14 +02:00
|
|
|
<item row="1" column="6">
|
2012-08-31 08:00:25 +02:00
|
|
|
<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-09-09 03:35:14 +02:00
|
|
|
<width>10</width>
|
2012-08-31 08:00:25 +02:00
|
|
|
<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-09-09 03:35:14 +02:00
|
|
|
<item row="1" column="7">
|
2012-08-31 08:00:25 +02:00
|
|
|
<widget class="QSpinBox" name="channelMax">
|
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-09-09 03:35:14 +02:00
|
|
|
<item row="1" column="8">
|
2012-08-31 08:00:25 +02:00
|
|
|
<widget class="QLabel" name="neutral">
|
2011-09-11 19:11:15 +02:00
|
|
|
<property name="sizePolicy">
|
2012-09-09 03:35:14 +02:00
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
2011-09-11 19:11:15 +02:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
2012-09-09 03:35:14 +02:00
|
|
|
<width>48</width>
|
2012-08-31 08:00:25 +02:00
|
|
|
<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>
|
2012-09-09 03:35:14 +02:00
|
|
|
<width>45</width>
|
2012-08-31 08:00:25 +02:00
|
|
|
<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-09-09 03:35:14 +02:00
|
|
|
<item row="1" column="9">
|
2012-08-31 08:00:25 +02:00
|
|
|
<widget class="QCheckBox" name="channelRev">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>20</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2012-09-09 03:35:14 +02:00
|
|
|
<string>Rev</string>
|
2012-08-31 08:00:25 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2011-08-04 17:58:41 +02:00
|
|
|
</layout>
|
2012-09-09 03:35:14 +02:00
|
|
|
<widget class="QSpinBox" name="channelNumber">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>216</x>
|
|
|
|
<y>26</y>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2011-08-04 17:58:41 +02:00
|
|
|
</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>
|