mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-09 20:46:07 +01:00
113 lines
3.0 KiB
Plaintext
113 lines
3.0 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>CameraStabilizationWidget</class>
|
||
|
<widget class="QWidget" name="CameraStabilizationWidget">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>720</width>
|
||
|
<height>567</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Form</string>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<item>
|
||
|
<layout class="QHBoxLayout" name="submitButtons">
|
||
|
<item>
|
||
|
<spacer name="horizontalSpacer">
|
||
|
<property name="orientation">
|
||
|
<enum>Qt::Horizontal</enum>
|
||
|
</property>
|
||
|
<property name="sizeHint" stdset="0">
|
||
|
<size>
|
||
|
<width>40</width>
|
||
|
<height>20</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
</spacer>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="camerastabilizationHelp">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>32</width>
|
||
|
<height>32</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="font">
|
||
|
<font>
|
||
|
<kerning>true</kerning>
|
||
|
</font>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset resource="../coreplugin/core.qrc">
|
||
|
<normaloff>:/core/images/helpicon.svg</normaloff>:/core/images/helpicon.svg</iconset>
|
||
|
</property>
|
||
|
<property name="iconSize">
|
||
|
<size>
|
||
|
<width>32</width>
|
||
|
<height>32</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="shortcut">
|
||
|
<string>Ctrl+S</string>
|
||
|
</property>
|
||
|
<property name="default">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="flat">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="camerastabilizationSaveRAM">
|
||
|
<property name="toolTip">
|
||
|
<string>Save settings to the board (RAM only).
|
||
|
|
||
|
This does not save the calibration settings, this is done using the
|
||
|
specific calibration button on top of the screen.</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Apply</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="camerastabilizationSettingsSaveSD">
|
||
|
<property name="toolTip">
|
||
|
<string>Send settings to the board, and save to the non-volatile memory.</string>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Save</string>
|
||
|
</property>
|
||
|
<property name="checked">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<resources>
|
||
|
<include location="../coreplugin/core.qrc"/>
|
||
|
</resources>
|
||
|
<connections/>
|
||
|
<buttongroups>
|
||
|
<buttongroup name="buttonGroup"/>
|
||
|
</buttongroups>
|
||
|
</ui>
|