2010-06-29 13:11:35 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>opmap_edit_waypoint_dialog</class>
|
|
|
|
<widget class="QDialog" name="opmap_edit_waypoint_dialog">
|
|
|
|
<property name="windowModality">
|
2010-07-01 13:00:12 +02:00
|
|
|
<enum>Qt::ApplicationModal</enum>
|
2010-06-29 13:11:35 +02:00
|
|
|
</property>
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2010-06-29 16:31:50 +02:00
|
|
|
<width>500</width>
|
2010-06-29 13:11:35 +02:00
|
|
|
<height>187</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2010-06-29 16:31:50 +02:00
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>500</width>
|
|
|
|
<height>187</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>500</width>
|
|
|
|
<height>187</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
2010-06-29 13:11:35 +02:00
|
|
|
<property name="windowTitle">
|
|
|
|
<string>OpenPilot GCS Edit Waypoint</string>
|
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
|
|
|
<iconset resource="../coreplugin/core.qrc">
|
|
|
|
<normaloff>:/core/images/openpilot_logo_128.png</normaloff>:/core/images/openpilot_logo_128.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="modal">
|
2010-07-01 13:00:12 +02:00
|
|
|
<bool>true</bool>
|
2010-06-29 13:11:35 +02:00
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QLabel" name="label_7">
|
2010-06-29 16:31:50 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2010-06-29 13:11:35 +02:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2010-06-29 16:31:50 +02:00
|
|
|
<string>Number </string>
|
2010-06-29 13:11:35 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-06-29 16:31:50 +02:00
|
|
|
<item row="1" column="0">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Latitude </string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Longitude </string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2010-07-01 13:00:12 +02:00
|
|
|
<string>Altitude </string>
|
2010-06-29 16:31:50 +02:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="3">
|
|
|
|
<widget class="QLabel" name="label_6">
|
2010-06-29 13:11:35 +02:00
|
|
|
<property name="text">
|
2010-06-30 11:25:58 +02:00
|
|
|
<string>meters</string>
|
2010-06-29 13:11:35 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-06-29 16:31:50 +02:00
|
|
|
<item row="4" column="0">
|
|
|
|
<widget class="QLabel" name="label_8">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2010-06-29 13:11:35 +02:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2010-06-29 16:31:50 +02:00
|
|
|
<string>Description </string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
2010-06-29 13:11:35 +02:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-06-29 16:31:50 +02:00
|
|
|
<item row="4" column="2" colspan="4">
|
|
|
|
<widget class="QLineEdit" name="lineEditDescription"/>
|
|
|
|
</item>
|
2010-06-30 15:26:24 +02:00
|
|
|
<item row="0" column="5">
|
|
|
|
<widget class="QCheckBox" name="checkBoxLocked">
|
|
|
|
<property name="layoutDirection">
|
|
|
|
<enum>Qt::RightToLeft</enum>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Locked</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-07-01 13:00:12 +02:00
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QSpinBox" name="spinBoxNumber">
|
|
|
|
<property name="maximum">
|
|
|
|
<number>200</number>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-07-02 22:43:05 +02:00
|
|
|
<item row="1" column="2">
|
2010-07-01 13:00:12 +02:00
|
|
|
<widget class="QDoubleSpinBox" name="doubleSpinBoxLatitude">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="decimals">
|
|
|
|
<number>7</number>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<double>-90.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<double>90.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-07-02 22:43:05 +02:00
|
|
|
<item row="2" column="2">
|
2010-07-01 13:00:12 +02:00
|
|
|
<widget class="QDoubleSpinBox" name="doubleSpinBoxLongitude">
|
|
|
|
<property name="decimals">
|
|
|
|
<number>7</number>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<double>-180.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<double>180.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="2">
|
|
|
|
<widget class="QDoubleSpinBox" name="doubleSpinBoxAltitude">
|
|
|
|
<property name="minimum">
|
|
|
|
<double>-5000.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<double>5000.000000000000000</double>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-07-02 22:43:05 +02:00
|
|
|
<item row="1" column="3">
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
|
|
|
<string>degrees</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="3">
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="text">
|
|
|
|
<string>degrees</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
2010-06-29 13:11:35 +02:00
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
2010-06-29 16:31:50 +02:00
|
|
|
<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>
|
2010-06-29 13:11:35 +02:00
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="pushButtonOK">
|
|
|
|
<property name="text">
|
|
|
|
<string>OK</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="pushButtonApply">
|
|
|
|
<property name="text">
|
|
|
|
<string>Apply</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="pushButtonRevert">
|
|
|
|
<property name="text">
|
|
|
|
<string>Revert</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="pushButtonCancel">
|
|
|
|
<property name="text">
|
|
|
|
<string>Cancel</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
|
|
|
<include location="../coreplugin/core.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|