OP-1900 have path_progress updated correctly for leg_remaining and error_below end...
[librepilot.git] / ground / openpilotgcs / src / plugins / opmap / homeeditor.ui
blob98f5acc5836dd195b527258597809aedca35ef15
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>homeEditor</class>
4 <widget class="QDialog" name="homeEditor">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>295</width>
10 <height>159</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="0" column="0">
18 <widget class="QLabel" name="label">
19 <property name="text">
20 <string>Latitude:</string>
21 </property>
22 <property name="alignment">
23 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
24 </property>
25 </widget>
26 </item>
27 <item row="1" column="0">
28 <widget class="QLabel" name="label_2">
29 <property name="text">
30 <string>Longitude:</string>
31 </property>
32 <property name="alignment">
33 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
34 </property>
35 </widget>
36 </item>
37 <item row="2" column="0">
38 <widget class="QLabel" name="label_3">
39 <property name="text">
40 <string>Altitude:</string>
41 </property>
42 <property name="alignment">
43 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
44 </property>
45 </widget>
46 </item>
47 <item row="2" column="1">
48 <widget class="QDoubleSpinBox" name="altitude">
49 <property name="minimum">
50 <double>-999999999.000000000000000</double>
51 </property>
52 <property name="maximum">
53 <double>999999999.000000000000000</double>
54 </property>
55 <property name="singleStep">
56 <double>0.100000000000000</double>
57 </property>
58 </widget>
59 </item>
60 <item row="1" column="1">
61 <widget class="QDoubleSpinBox" name="longitude">
62 <property name="decimals">
63 <number>8</number>
64 </property>
65 <property name="minimum">
66 <double>-999999999.000000000000000</double>
67 </property>
68 <property name="maximum">
69 <double>999999999.000000000000000</double>
70 </property>
71 <property name="singleStep">
72 <double>0.100000000000000</double>
73 </property>
74 </widget>
75 </item>
76 <item row="0" column="1">
77 <widget class="QDoubleSpinBox" name="latitude">
78 <property name="sizePolicy">
79 <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
80 <horstretch>0</horstretch>
81 <verstretch>0</verstretch>
82 </sizepolicy>
83 </property>
84 <property name="baseSize">
85 <size>
86 <width>0</width>
87 <height>0</height>
88 </size>
89 </property>
90 <property name="decimals">
91 <number>8</number>
92 </property>
93 <property name="minimum">
94 <double>-999999999.000000000000000</double>
95 </property>
96 <property name="maximum">
97 <double>999999999.000000000000000</double>
98 </property>
99 <property name="singleStep">
100 <double>0.100000000000000</double>
101 </property>
102 </widget>
103 </item>
104 <item row="3" column="1">
105 <widget class="QDialogButtonBox" name="buttonBox">
106 <property name="orientation">
107 <enum>Qt::Horizontal</enum>
108 </property>
109 <property name="standardButtons">
110 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
111 </property>
112 </widget>
113 </item>
114 </layout>
115 </widget>
116 <resources/>
117 <connections>
118 <connection>
119 <sender>buttonBox</sender>
120 <signal>accepted()</signal>
121 <receiver>homeEditor</receiver>
122 <slot>accept()</slot>
123 <hints>
124 <hint type="sourcelabel">
125 <x>248</x>
126 <y>254</y>
127 </hint>
128 <hint type="destinationlabel">
129 <x>157</x>
130 <y>274</y>
131 </hint>
132 </hints>
133 </connection>
134 <connection>
135 <sender>buttonBox</sender>
136 <signal>rejected()</signal>
137 <receiver>homeEditor</receiver>
138 <slot>reject()</slot>
139 <hints>
140 <hint type="sourcelabel">
141 <x>316</x>
142 <y>260</y>
143 </hint>
144 <hint type="destinationlabel">
145 <x>286</x>
146 <y>274</y>
147 </hint>
148 </hints>
149 </connection>
150 </connections>
151 </ui>