mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-26 11:52:10 +01:00
117 lines
2.7 KiB
Plaintext
117 lines
2.7 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>OutputCalibrationPage</class>
|
||
|
<widget class="QWizardPage" name="OutputCalibrationPage">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>600</width>
|
||
|
<height>400</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>WizardPage</string>
|
||
|
</property>
|
||
|
<widget class="QGraphicsView" name="graphicsView">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>310</x>
|
||
|
<y>40</y>
|
||
|
<width>250</width>
|
||
|
<height>250</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="frameShape">
|
||
|
<enum>QFrame::NoFrame</enum>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSlider" name="verticalSlider">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>110</x>
|
||
|
<y>341</y>
|
||
|
<width>380</width>
|
||
|
<height>20</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="tickPosition">
|
||
|
<enum>QSlider::TicksBelow</enum>
|
||
|
</property>
|
||
|
<property name="tickInterval">
|
||
|
<number>10</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSpinBox" name="spinBox">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>40</x>
|
||
|
<y>340</y>
|
||
|
<width>50</width>
|
||
|
<height>22</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="layoutDirection">
|
||
|
<enum>Qt::LeftToRight</enum>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
|
</property>
|
||
|
<property name="readOnly">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="buttonSymbols">
|
||
|
<enum>QAbstractSpinBox::UpDownArrows</enum>
|
||
|
</property>
|
||
|
<property name="specialValueText">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<property name="suffix">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>2500</number>
|
||
|
</property>
|
||
|
<property name="value">
|
||
|
<number>1000</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QSpinBox" name="spinBox_2">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>510</x>
|
||
|
<y>340</y>
|
||
|
<width>50</width>
|
||
|
<height>22</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="layoutDirection">
|
||
|
<enum>Qt::LeftToRight</enum>
|
||
|
</property>
|
||
|
<property name="alignment">
|
||
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||
|
</property>
|
||
|
<property name="buttonSymbols">
|
||
|
<enum>QAbstractSpinBox::UpDownArrows</enum>
|
||
|
</property>
|
||
|
<property name="specialValueText">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<property name="suffix">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<property name="maximum">
|
||
|
<number>2500</number>
|
||
|
</property>
|
||
|
<property name="value">
|
||
|
<number>2000</number>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|