1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00

Update dial plugin config UI

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1499 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
edouard 2010-09-01 20:19:14 +00:00 committed by edouard
parent 6589e55019
commit 66e009a861

View File

@ -1,810 +1,767 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0"> <ui version="4.0">
<class>DialGadgetOptionsPage</class> <class>DialGadgetOptionsPage</class>
<widget class="QWidget" name="DialGadgetOptionsPage"> <widget class="QWidget" name="DialGadgetOptionsPage">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>513</width> <width>545</width>
<height>341</height> <height>341</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string>Form</string>
</property> </property>
<widget class="QWidget" name="verticalLayoutWidget"> <widget class="QWidget" name="verticalLayoutWidget">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>-1</x> <x>-1</x>
<y>-1</y> <y>-1</y>
<width>481</width> <width>511</width>
<height>331</height> <height>311</height>
</rect> </rect>
</property> </property>
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,0,0,0,0"> <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,0">
<property name="sizeConstraint"> <property name="sizeConstraint">
<enum>QLayout::SetMinimumSize</enum> <enum>QLayout::SetMinimumSize</enum>
</property> </property>
<property name="leftMargin"> <property name="leftMargin">
<number>10</number> <number>10</number>
</property> </property>
<property name="topMargin"> <property name="topMargin">
<number>5</number> <number>5</number>
</property> </property>
<property name="rightMargin"> <property name="rightMargin">
<number>10</number> <number>10</number>
</property> </property>
<property name="bottomMargin"> <property name="bottomMargin">
<number>10</number> <number>10</number>
</property> </property>
<item> <item>
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,0"> <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,0,0,0">
<property name="spacing"> <property name="spacing">
<number>10</number> <number>10</number>
</property> </property>
<property name="sizeConstraint"> <property name="sizeConstraint">
<enum>QLayout::SetMaximumSize</enum> <enum>QLayout::SetMaximumSize</enum>
</property> </property>
<property name="bottomMargin"> <property name="bottomMargin">
<number>10</number> <number>10</number>
</property> </property>
<item> <item>
<widget class="QLabel" name="label"> <widget class="QLabel" name="label">
<property name="text"> <property name="text">
<string>Dial SVG: </string> <string>Dial SVG: </string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLineEdit" name="svgSourceFile"/> <widget class="QLineEdit" name="svgSourceFile"/>
</item> </item>
<item> <item>
<widget class="QPushButton" name="loadFile"> <widget class="QPushButton" name="loadFile">
<property name="text"> <property name="text">
<string>Load file...</string> <string>Load file...</string>
</property> </property>
</widget> </widget>
</item> </item>
</layout> <item>
</item> <widget class="QLabel" name="label_28">
<item> <property name="text">
<widget class="Line" name="line"> <string>Dial font:</string>
<property name="orientation"> </property>
<enum>Qt::Horizontal</enum> </widget>
</property> </item>
</widget> <item>
</item> <widget class="QPushButton" name="fontPicker">
<item> <property name="text">
<layout class="QHBoxLayout" name="horizontalLayout_2"> <string>Select...</string>
<item> </property>
<widget class="QLabel" name="label_2"> </widget>
<property name="text"> </item>
<string>BackgroundID</string> </layout>
</property> </item>
</widget> <item>
</item> <widget class="Line" name="line">
<item> <property name="orientation">
<widget class="QLineEdit" name="backgroundID"/> <enum>Qt::Horizontal</enum>
</item> </property>
<item> </widget>
<widget class="QLabel" name="label_3"> </item>
<property name="text"> <item>
<string>ForegroundID</string> <layout class="QHBoxLayout" name="horizontalLayout_2">
</property> <item>
</widget> <widget class="QLabel" name="label_2">
</item> <property name="text">
<item> <string>BackgroundID</string>
<widget class="QLineEdit" name="foregroundID"/> </property>
</item> </widget>
</layout> </item>
</item> <item>
<item> <widget class="QLineEdit" name="backgroundID"/>
<layout class="QHBoxLayout" name="horizontalLayout_12"> </item>
<property name="topMargin"> <item>
<number>5</number> <widget class="QLabel" name="label_3">
</property> <property name="text">
<item> <string>ForegroundID</string>
<widget class="QLabel" name="label_28"> </property>
<property name="text"> </widget>
<string>Dial font:</string> </item>
</property> <item>
</widget> <widget class="QLineEdit" name="foregroundID"/>
</item> </item>
<item> </layout>
<widget class="QPushButton" name="fontPicker"> </item>
<property name="text"> <item>
<string>Select...</string> <widget class="QTabWidget" name="tabWidget">
</property> <property name="sizePolicy">
</widget> <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
</item> <horstretch>0</horstretch>
<item> <verstretch>0</verstretch>
<spacer name="horizontalSpacer_4"> </sizepolicy>
<property name="orientation"> </property>
<enum>Qt::Horizontal</enum> <property name="currentIndex">
</property> <number>0</number>
<property name="sizeHint" stdset="0"> </property>
<size> <widget class="QWidget" name="tab">
<width>40</width> <attribute name="title">
<height>20</height> <string>Indicator 1</string>
</size> </attribute>
</property> <widget class="QWidget" name="layoutWidget">
</spacer> <property name="geometry">
</item> <rect>
</layout> <x>10</x>
</item> <y>10</y>
<item> <width>454</width>
<widget class="QTabWidget" name="tabWidget"> <height>151</height>
<property name="sizePolicy"> </rect>
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding"> </property>
<horstretch>0</horstretch> <layout class="QVBoxLayout" name="verticalLayout_2">
<verstretch>0</verstretch> <property name="spacing">
</sizepolicy> <number>4</number>
</property> </property>
<property name="currentIndex"> <property name="rightMargin">
<number>2</number> <number>0</number>
</property> </property>
<widget class="QWidget" name="tab"> <property name="bottomMargin">
<attribute name="title"> <number>4</number>
<string>Indicator 1</string> </property>
</attribute> <item>
<widget class="QWidget" name="layoutWidget"> <layout class="QHBoxLayout" name="horizontalLayout_5">
<property name="geometry"> <item>
<rect> <widget class="QLabel" name="label_4">
<x>10</x> <property name="text">
<y>10</y> <string>Indicator 1</string>
<width>441</width> </property>
<height>121</height> </widget>
</rect> </item>
</property> <item>
<layout class="QVBoxLayout" name="verticalLayout_2"> <spacer name="horizontalSpacer">
<property name="spacing"> <property name="orientation">
<number>4</number> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="rightMargin"> <property name="sizeHint" stdset="0">
<number>0</number> <size>
</property> <width>40</width>
<property name="bottomMargin"> <height>20</height>
<number>4</number> </size>
</property> </property>
<item> </spacer>
<layout class="QHBoxLayout" name="horizontalLayout_5"> </item>
<item> <item>
<widget class="QLabel" name="label_4"> <widget class="QLabel" name="label_12">
<property name="text"> <property name="text">
<string>Indicator 1</string> <string>Movement:</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<spacer name="horizontalSpacer"> <widget class="QComboBox" name="moveNeedle1"/>
<property name="orientation"> </item>
<enum>Qt::Horizontal</enum> <item>
</property> <widget class="QLabel" name="label_5">
<property name="sizeHint" stdset="0"> <property name="text">
<size> <string>ID:</string>
<width>40</width> </property>
<height>20</height> </widget>
</size> </item>
</property> <item>
</spacer> <widget class="QLineEdit" name="needle1ID">
</item> <property name="sizePolicy">
<item> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<widget class="QLabel" name="label_12"> <horstretch>0</horstretch>
<property name="text"> <verstretch>0</verstretch>
<string>Movement:</string> </sizepolicy>
</property> </property>
</widget> <property name="minimumSize">
</item> <size>
<item> <width>50</width>
<widget class="QComboBox" name="moveNeedle1"/> <height>0</height>
</item> </size>
<item> </property>
<widget class="QLabel" name="label_5"> <property name="maximumSize">
<property name="text"> <size>
<string>ID:</string> <width>16777215</width>
</property> <height>16777215</height>
</widget> </size>
</item> </property>
<item> </widget>
<widget class="QLineEdit" name="needle1ID"> </item>
<property name="sizePolicy"> </layout>
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> </item>
<horstretch>0</horstretch> <item>
<verstretch>0</verstretch> <layout class="QHBoxLayout" name="horizontalLayout_3">
</sizepolicy> <property name="topMargin">
</property> <number>10</number>
<property name="minimumSize"> </property>
<size> <item>
<width>50</width> <widget class="QLabel" name="label_6">
<height>0</height> <property name="text">
</size> <string>Min:</string>
</property> </property>
<property name="maximumSize"> </widget>
<size> </item>
<width>16777215</width> <item>
<height>16777215</height> <widget class="QDoubleSpinBox" name="needle1Min">
</size> <property name="sizePolicy">
</property> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
</widget> <horstretch>0</horstretch>
</item> <verstretch>0</verstretch>
</layout> </sizepolicy>
</item> </property>
<item> <property name="decimals">
<layout class="QHBoxLayout" name="horizontalLayout_3"> <number>3</number>
<property name="topMargin"> </property>
<number>10</number> <property name="minimum">
</property> <double>-100000.000000000000000</double>
<item> </property>
<widget class="QLabel" name="label_6"> <property name="maximum">
<property name="text"> <double>100000.000000000000000</double>
<string>Min:</string> </property>
</property> </widget>
</widget> </item>
</item> <item>
<item> <widget class="QLabel" name="label_7">
<widget class="QDoubleSpinBox" name="needle1Min"> <property name="text">
<property name="sizePolicy"> <string>Max:</string>
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> </property>
<horstretch>0</horstretch> </widget>
<verstretch>0</verstretch> </item>
</sizepolicy> <item>
</property> <widget class="QDoubleSpinBox" name="needle1Max">
<property name="decimals"> <property name="sizePolicy">
<number>3</number> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
</property> <horstretch>0</horstretch>
<property name="minimum"> <verstretch>0</verstretch>
<double>-100000.000000000000000</double> </sizepolicy>
</property> </property>
<property name="maximum"> <property name="decimals">
<double>100000.000000000000000</double> <number>3</number>
</property> </property>
</widget> <property name="minimum">
</item> <double>-100000.000000000000000</double>
<item> </property>
<widget class="QLabel" name="label_7"> <property name="maximum">
<property name="text"> <double>100000.000000000000000</double>
<string>Max:</string> </property>
</property> </widget>
</widget> </item>
</item> <item>
<item> <widget class="QLabel" name="label_10">
<widget class="QDoubleSpinBox" name="needle1Max"> <property name="text">
<property name="sizePolicy"> <string>Factor:</string>
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> </property>
<horstretch>0</horstretch> </widget>
<verstretch>0</verstretch> </item>
</sizepolicy> <item>
</property> <widget class="QDoubleSpinBox" name="factor1">
<property name="decimals"> <property name="sizePolicy">
<number>3</number> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
</property> <horstretch>0</horstretch>
<property name="minimum"> <verstretch>0</verstretch>
<double>-100000.000000000000000</double> </sizepolicy>
</property> </property>
<property name="maximum"> <property name="minimum">
<double>100000.000000000000000</double> <double>-100000.000000000000000</double>
</property> </property>
</widget> <property name="maximum">
</item> <double>100000.000000000000000</double>
<item> </property>
<widget class="QLabel" name="label_10"> </widget>
<property name="text"> </item>
<string>Factor:</string> </layout>
</property> </item>
</widget> <item>
</item> <layout class="QHBoxLayout" name="horizontalLayout_4">
<item> <property name="topMargin">
<widget class="QDoubleSpinBox" name="factor1"> <number>10</number>
<property name="sizePolicy"> </property>
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> <item>
<horstretch>0</horstretch> <widget class="QLabel" name="label_8">
<verstretch>0</verstretch> <property name="text">
</sizepolicy> <string>DataObject</string>
</property> </property>
<property name="minimum"> </widget>
<double>-100000.000000000000000</double> </item>
</property> <item>
<property name="maximum"> <widget class="QComboBox" name="uavObject1">
<double>100000.000000000000000</double> <property name="sizePolicy">
</property> <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
</widget> <horstretch>0</horstretch>
</item> <verstretch>0</verstretch>
</layout> </sizepolicy>
</item> </property>
<item> </widget>
<layout class="QHBoxLayout" name="horizontalLayout_4"> </item>
<property name="topMargin"> <item>
<number>10</number> <widget class="QLabel" name="label_9">
</property> <property name="text">
<item> <string>ObjectField</string>
<widget class="QLabel" name="label_8"> </property>
<property name="text"> </widget>
<string>DataObject</string> </item>
</property> <item>
</widget> <widget class="QComboBox" name="objectField1">
</item> <property name="sizePolicy">
<item> <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<widget class="QComboBox" name="uavObject1"> <horstretch>0</horstretch>
<property name="sizePolicy"> <verstretch>0</verstretch>
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> </sizepolicy>
<horstretch>0</horstretch> </property>
<verstretch>0</verstretch> </widget>
</sizepolicy> </item>
</property> </layout>
</widget> </item>
</item> <item>
<item> <widget class="Line" name="line_2">
<widget class="QLabel" name="label_9"> <property name="orientation">
<property name="text"> <enum>Qt::Horizontal</enum>
<string>ObjectField</string> </property>
</property> </widget>
</widget> </item>
</item> </layout>
<item> </widget>
<widget class="QComboBox" name="objectField1"> </widget>
<property name="sizePolicy"> <widget class="QWidget" name="tab_2">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <attribute name="title">
<horstretch>0</horstretch> <string>Indicator 2</string>
<verstretch>0</verstretch> </attribute>
</sizepolicy> <widget class="QWidget" name="layoutWidget">
</property> <property name="geometry">
</widget> <rect>
</item> <x>10</x>
</layout> <y>10</y>
</item> <width>449</width>
<item> <height>139</height>
<widget class="Line" name="line_2"> </rect>
<property name="orientation"> </property>
<enum>Qt::Horizontal</enum> <layout class="QVBoxLayout" name="verticalLayout_4">
</property> <property name="rightMargin">
</widget> <number>0</number>
</item> </property>
</layout> <property name="bottomMargin">
</widget> <number>4</number>
</widget> </property>
<widget class="QWidget" name="tab_2"> <item>
<attribute name="title"> <layout class="QHBoxLayout" name="horizontalLayout_6">
<string>Indicator 2</string> <item>
</attribute> <widget class="QLabel" name="label_16">
<widget class="QWidget" name="layoutWidget"> <property name="text">
<property name="geometry"> <string>Indicator 2</string>
<rect> </property>
<x>10</x> </widget>
<y>10</y> </item>
<width>441</width> <item>
<height>121</height> <spacer name="horizontalSpacer_2">
</rect> <property name="orientation">
</property> <enum>Qt::Horizontal</enum>
<layout class="QVBoxLayout" name="verticalLayout_4"> </property>
<property name="rightMargin"> <property name="sizeHint" stdset="0">
<number>0</number> <size>
</property> <width>40</width>
<property name="bottomMargin"> <height>20</height>
<number>4</number> </size>
</property> </property>
<item> </spacer>
<layout class="QHBoxLayout" name="horizontalLayout_6"> </item>
<item> <item>
<widget class="QLabel" name="label_16"> <widget class="QLabel" name="label_13">
<property name="text"> <property name="text">
<string>Indicator 2</string> <string>Movement:</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<spacer name="horizontalSpacer_2"> <widget class="QComboBox" name="moveNeedle2"/>
<property name="orientation"> </item>
<enum>Qt::Horizontal</enum> <item>
</property> <widget class="QLabel" name="label_17">
<property name="sizeHint" stdset="0"> <property name="text">
<size> <string>ID:</string>
<width>40</width> </property>
<height>20</height> </widget>
</size> </item>
</property> <item>
</spacer> <widget class="QLineEdit" name="needle2ID">
</item> <property name="sizePolicy">
<item> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<widget class="QLabel" name="label_13"> <horstretch>0</horstretch>
<property name="text"> <verstretch>0</verstretch>
<string>Movement:</string> </sizepolicy>
</property> </property>
</widget> </widget>
</item> </item>
<item> </layout>
<widget class="QComboBox" name="moveNeedle2"/> </item>
</item> <item>
<item> <layout class="QHBoxLayout" name="horizontalLayout_7">
<widget class="QLabel" name="label_17"> <property name="topMargin">
<property name="text"> <number>10</number>
<string>ID:</string> </property>
</property> <item>
</widget> <widget class="QLabel" name="label_18">
</item> <property name="text">
<item> <string>Min:</string>
<widget class="QLineEdit" name="needle2ID"> </property>
<property name="sizePolicy"> </widget>
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> </item>
<horstretch>0</horstretch> <item>
<verstretch>0</verstretch> <widget class="QDoubleSpinBox" name="needle2Min">
</sizepolicy> <property name="sizePolicy">
</property> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
</widget> <horstretch>0</horstretch>
</item> <verstretch>0</verstretch>
</layout> </sizepolicy>
</item> </property>
<item> <property name="decimals">
<layout class="QHBoxLayout" name="horizontalLayout_7"> <number>3</number>
<property name="topMargin"> </property>
<number>10</number> <property name="minimum">
</property> <double>-10000.000000000000000</double>
<item> </property>
<widget class="QLabel" name="label_18"> <property name="maximum">
<property name="text"> <double>100000.000000000000000</double>
<string>Min:</string> </property>
</property> </widget>
</widget> </item>
</item> <item>
<item> <widget class="QLabel" name="label_19">
<widget class="QDoubleSpinBox" name="needle2Min"> <property name="text">
<property name="sizePolicy"> <string>Max:</string>
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> </property>
<horstretch>0</horstretch> </widget>
<verstretch>0</verstretch> </item>
</sizepolicy> <item>
</property> <widget class="QDoubleSpinBox" name="needle2Max">
<property name="decimals"> <property name="sizePolicy">
<number>3</number> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
</property> <horstretch>0</horstretch>
<property name="minimum"> <verstretch>0</verstretch>
<double>-10000.000000000000000</double> </sizepolicy>
</property> </property>
<property name="maximum"> <property name="decimals">
<double>100000.000000000000000</double> <number>3</number>
</property> </property>
</widget> <property name="minimum">
</item> <double>-100000.000000000000000</double>
<item> </property>
<widget class="QLabel" name="label_19"> <property name="maximum">
<property name="text"> <double>100000.000000000000000</double>
<string>Max:</string> </property>
</property> </widget>
</widget> </item>
</item> <item>
<item> <widget class="QLabel" name="label_11">
<widget class="QDoubleSpinBox" name="needle2Max"> <property name="text">
<property name="sizePolicy"> <string>Factor:</string>
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> </property>
<horstretch>0</horstretch> </widget>
<verstretch>0</verstretch> </item>
</sizepolicy> <item>
</property> <widget class="QDoubleSpinBox" name="factor2">
<property name="decimals"> <property name="sizePolicy">
<number>3</number> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
</property> <horstretch>0</horstretch>
<property name="minimum"> <verstretch>0</verstretch>
<double>-100000.000000000000000</double> </sizepolicy>
</property> </property>
<property name="maximum"> <property name="minimum">
<double>100000.000000000000000</double> <double>-100000.000000000000000</double>
</property> </property>
</widget> <property name="maximum">
</item> <double>100000.000000000000000</double>
<item> </property>
<widget class="QLabel" name="label_11"> </widget>
<property name="text"> </item>
<string>Factor:</string> </layout>
</property> </item>
</widget> <item>
</item> <layout class="QHBoxLayout" name="horizontalLayout_8">
<item> <property name="topMargin">
<widget class="QDoubleSpinBox" name="factor2"> <number>10</number>
<property name="sizePolicy"> </property>
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> <item>
<horstretch>0</horstretch> <widget class="QLabel" name="label_20">
<verstretch>0</verstretch> <property name="text">
</sizepolicy> <string>DataObject</string>
</property> </property>
<property name="minimum"> </widget>
<double>-100000.000000000000000</double> </item>
</property> <item>
<property name="maximum"> <widget class="QComboBox" name="uavObject2">
<double>100000.000000000000000</double> <property name="sizePolicy">
</property> <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
</widget> <horstretch>0</horstretch>
</item> <verstretch>0</verstretch>
</layout> </sizepolicy>
</item> </property>
<item> </widget>
<layout class="QHBoxLayout" name="horizontalLayout_8"> </item>
<property name="topMargin"> <item>
<number>10</number> <widget class="QLabel" name="label_21">
</property> <property name="text">
<item> <string>ObjectField</string>
<widget class="QLabel" name="label_20"> </property>
<property name="text"> </widget>
<string>DataObject</string> </item>
</property> <item>
</widget> <widget class="QComboBox" name="objectField2">
</item> <property name="sizePolicy">
<item> <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<widget class="QComboBox" name="uavObject2"> <horstretch>0</horstretch>
<property name="sizePolicy"> <verstretch>0</verstretch>
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> </sizepolicy>
<horstretch>0</horstretch> </property>
<verstretch>0</verstretch> </widget>
</sizepolicy> </item>
</property> </layout>
</widget> </item>
</item> <item>
<item> <widget class="Line" name="line_4">
<widget class="QLabel" name="label_21"> <property name="orientation">
<property name="text"> <enum>Qt::Horizontal</enum>
<string>ObjectField</string> </property>
</property> </widget>
</widget> </item>
</item> </layout>
<item> </widget>
<widget class="QComboBox" name="objectField2"> </widget>
<property name="sizePolicy"> <widget class="QWidget" name="tab_3">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <attribute name="title">
<horstretch>0</horstretch> <string>Indicator 3</string>
<verstretch>0</verstretch> </attribute>
</sizepolicy> <widget class="QWidget" name="layoutWidget">
</property> <property name="geometry">
</widget> <rect>
</item> <x>10</x>
</layout> <y>10</y>
</item> <width>449</width>
<item> <height>139</height>
<widget class="Line" name="line_4"> </rect>
<property name="orientation"> </property>
<enum>Qt::Horizontal</enum> <layout class="QVBoxLayout" name="verticalLayout_5">
</property> <property name="rightMargin">
</widget> <number>0</number>
</item> </property>
</layout> <property name="bottomMargin">
</widget> <number>4</number>
</widget> </property>
<widget class="QWidget" name="tab_3"> <item>
<attribute name="title"> <layout class="QHBoxLayout" name="horizontalLayout_9">
<string>Indicator 3</string> <item>
</attribute> <widget class="QLabel" name="label_22">
<widget class="QWidget" name="layoutWidget"> <property name="text">
<property name="geometry"> <string>Indicator 3</string>
<rect> </property>
<x>10</x> </widget>
<y>10</y> </item>
<width>441</width> <item>
<height>121</height> <spacer name="horizontalSpacer_3">
</rect> <property name="orientation">
</property> <enum>Qt::Horizontal</enum>
<layout class="QVBoxLayout" name="verticalLayout_5"> </property>
<property name="rightMargin"> <property name="sizeHint" stdset="0">
<number>0</number> <size>
</property> <width>40</width>
<property name="bottomMargin"> <height>20</height>
<number>4</number> </size>
</property> </property>
<item> </spacer>
<layout class="QHBoxLayout" name="horizontalLayout_9"> </item>
<item> <item>
<widget class="QLabel" name="label_22"> <widget class="QLabel" name="label_14">
<property name="text"> <property name="text">
<string>Indicator 3</string> <string>Movement:</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<spacer name="horizontalSpacer_3"> <widget class="QComboBox" name="moveNeedle3"/>
<property name="orientation"> </item>
<enum>Qt::Horizontal</enum> <item>
</property> <widget class="QLabel" name="label_23">
<property name="sizeHint" stdset="0"> <property name="text">
<size> <string>ID:</string>
<width>40</width> </property>
<height>20</height> </widget>
</size> </item>
</property> <item>
</spacer> <widget class="QLineEdit" name="needle3ID">
</item> <property name="sizePolicy">
<item> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<widget class="QLabel" name="label_14"> <horstretch>0</horstretch>
<property name="text"> <verstretch>0</verstretch>
<string>Movement:</string> </sizepolicy>
</property> </property>
</widget> </widget>
</item> </item>
<item> </layout>
<widget class="QComboBox" name="moveNeedle3"/> </item>
</item> <item>
<item> <layout class="QHBoxLayout" name="horizontalLayout_10">
<widget class="QLabel" name="label_23"> <property name="topMargin">
<property name="text"> <number>10</number>
<string>ID:</string> </property>
</property> <item>
</widget> <widget class="QLabel" name="label_24">
</item> <property name="text">
<item> <string>Min:</string>
<widget class="QLineEdit" name="needle3ID"> </property>
<property name="sizePolicy"> </widget>
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> </item>
<horstretch>0</horstretch> <item>
<verstretch>0</verstretch> <widget class="QDoubleSpinBox" name="needle3Min">
</sizepolicy> <property name="sizePolicy">
</property> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
</widget> <horstretch>0</horstretch>
</item> <verstretch>0</verstretch>
</layout> </sizepolicy>
</item> </property>
<item> <property name="decimals">
<layout class="QHBoxLayout" name="horizontalLayout_10"> <number>3</number>
<property name="topMargin"> </property>
<number>10</number> <property name="minimum">
</property> <double>-10000.000000000000000</double>
<item> </property>
<widget class="QLabel" name="label_24"> <property name="maximum">
<property name="text"> <double>100000.000000000000000</double>
<string>Min:</string> </property>
</property> </widget>
</widget> </item>
</item> <item>
<item> <widget class="QLabel" name="label_25">
<widget class="QDoubleSpinBox" name="needle3Min"> <property name="text">
<property name="sizePolicy"> <string>Max:</string>
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> </property>
<horstretch>0</horstretch> </widget>
<verstretch>0</verstretch> </item>
</sizepolicy> <item>
</property> <widget class="QDoubleSpinBox" name="needle3Max">
<property name="decimals"> <property name="sizePolicy">
<number>3</number> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
</property> <horstretch>0</horstretch>
<property name="minimum"> <verstretch>0</verstretch>
<double>-10000.000000000000000</double> </sizepolicy>
</property> </property>
<property name="maximum"> <property name="decimals">
<double>100000.000000000000000</double> <number>3</number>
</property> </property>
</widget> <property name="minimum">
</item> <double>-100000.000000000000000</double>
<item> </property>
<widget class="QLabel" name="label_25"> <property name="maximum">
<property name="text"> <double>100000.000000000000000</double>
<string>Max:</string> </property>
</property> </widget>
</widget> </item>
</item> <item>
<item> <widget class="QLabel" name="label_15">
<widget class="QDoubleSpinBox" name="needle3Max"> <property name="text">
<property name="sizePolicy"> <string>Factor:</string>
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> </property>
<horstretch>0</horstretch> </widget>
<verstretch>0</verstretch> </item>
</sizepolicy> <item>
</property> <widget class="QDoubleSpinBox" name="factor3">
<property name="decimals"> <property name="sizePolicy">
<number>3</number> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
</property> <horstretch>0</horstretch>
<property name="minimum"> <verstretch>0</verstretch>
<double>-100000.000000000000000</double> </sizepolicy>
</property> </property>
<property name="maximum"> <property name="minimum">
<double>100000.000000000000000</double> <double>-100000.000000000000000</double>
</property> </property>
</widget> <property name="maximum">
</item> <double>100000.000000000000000</double>
<item> </property>
<widget class="QLabel" name="label_15"> </widget>
<property name="text"> </item>
<string>Factor:</string> </layout>
</property> </item>
</widget> <item>
</item> <layout class="QHBoxLayout" name="horizontalLayout_11">
<item> <property name="topMargin">
<widget class="QDoubleSpinBox" name="factor3"> <number>10</number>
<property name="sizePolicy"> </property>
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed"> <item>
<horstretch>0</horstretch> <widget class="QLabel" name="label_26">
<verstretch>0</verstretch> <property name="text">
</sizepolicy> <string>DataObject</string>
</property> </property>
<property name="minimum"> </widget>
<double>-100000.000000000000000</double> </item>
</property> <item>
<property name="maximum"> <widget class="QComboBox" name="uavObject3">
<double>100000.000000000000000</double> <property name="sizePolicy">
</property> <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
</widget> <horstretch>0</horstretch>
</item> <verstretch>0</verstretch>
</layout> </sizepolicy>
</item> </property>
<item> </widget>
<layout class="QHBoxLayout" name="horizontalLayout_11"> </item>
<property name="topMargin"> <item>
<number>10</number> <widget class="QLabel" name="label_27">
</property> <property name="text">
<item> <string>ObjectField</string>
<widget class="QLabel" name="label_26"> </property>
<property name="text"> </widget>
<string>DataObject</string> </item>
</property> <item>
</widget> <widget class="QComboBox" name="objectField3">
</item> <property name="sizePolicy">
<item> <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<widget class="QComboBox" name="uavObject3"> <horstretch>0</horstretch>
<property name="sizePolicy"> <verstretch>0</verstretch>
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> </sizepolicy>
<horstretch>0</horstretch> </property>
<verstretch>0</verstretch> </widget>
</sizepolicy> </item>
</property> </layout>
</widget> </item>
</item> <item>
<item> <widget class="Line" name="line_6">
<widget class="QLabel" name="label_27"> <property name="orientation">
<property name="text"> <enum>Qt::Horizontal</enum>
<string>ObjectField</string> </property>
</property> </widget>
</widget> </item>
</item> </layout>
<item> </widget>
<widget class="QComboBox" name="objectField3"> </widget>
<property name="sizePolicy"> </widget>
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> </item>
<horstretch>0</horstretch> </layout>
<verstretch>0</verstretch> </widget>
</sizepolicy> </widget>
</property> <resources/>
</widget> <connections/>
</item> </ui>
</layout>
</item>
<item>
<widget class="Line" name="line_6">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Minimum</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="Line" name="line_5">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>