|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 | 2 | <ui version="4.0">
|
3 |
| - <class>Create3Widget</class> |
4 |
| - <widget class="QWidget" name="Create3Widget"> |
| 3 | + <class>TelloWidget</class> |
| 4 | + <widget class="QWidget" name="TelloWidget"> |
5 | 5 | <property name="geometry">
|
6 | 6 | <rect>
|
7 | 7 | <x>0</x>
|
|
23 | 23 | </property>
|
24 | 24 | <layout class="QVBoxLayout" name="verticalLayout_3">
|
25 | 25 | <item>
|
26 |
| - <layout class="QHBoxLayout" name="horizontalLayout_2"> |
| 26 | + <layout class="QHBoxLayout" name="connectDisconnectHorizontal"> |
27 | 27 | <property name="spacing">
|
28 | 28 | <number>10</number>
|
29 | 29 | </property>
|
|
44 | 44 | <property name="minimumSize">
|
45 | 45 | <size>
|
46 | 46 | <width>1</width>
|
47 |
| - <height>80</height> |
| 47 | + <height>60</height> |
48 | 48 | </size>
|
49 | 49 | </property>
|
50 | 50 | <property name="maximumSize">
|
|
77 | 77 | <property name="minimumSize">
|
78 | 78 | <size>
|
79 | 79 | <width>1</width>
|
80 |
| - <height>80</height> |
| 80 | + <height>60</height> |
81 | 81 | </size>
|
82 | 82 | </property>
|
83 | 83 | <property name="maximumSize">
|
|
99 | 99 | </layout>
|
100 | 100 | </item>
|
101 | 101 | <item>
|
102 |
| - <layout class="QHBoxLayout" name="CreateConnectHorizontal"> |
| 102 | + <layout class="QHBoxLayout" name="telloControls"> |
| 103 | + <property name="spacing"> |
| 104 | + <number>51</number> |
| 105 | + </property> |
103 | 106 | <item>
|
104 |
| - <layout class="QGridLayout" name="gridLayout_2"> |
| 107 | + <layout class="QGridLayout" name="leftGrid"> |
105 | 108 | <item row="3" column="1">
|
106 |
| - <widget class="QPushButton" name="DownButton"> |
| 109 | + <widget class="QPushButton" name="downButton"> |
107 | 110 | <property name="text">
|
108 | 111 | <string>Down</string>
|
109 | 112 | </property>
|
|
124 | 127 | </widget>
|
125 | 128 | </item>
|
126 | 129 | <item row="0" column="1">
|
127 |
| - <widget class="QPushButton" name="UpButton"> |
| 130 | + <widget class="QPushButton" name="upButton"> |
128 | 131 | <property name="text">
|
129 | 132 | <string>Up</string>
|
130 | 133 | </property>
|
|
133 | 136 | </layout>
|
134 | 137 | </item>
|
135 | 138 | <item>
|
136 |
| - <widget class="QLabel" name="createConnectState"> |
137 |
| - <property name="font"> |
138 |
| - <font> |
139 |
| - <pointsize>22</pointsize> |
140 |
| - </font> |
141 |
| - </property> |
142 |
| - <property name="text"> |
143 |
| - <string/> |
144 |
| - </property> |
145 |
| - <property name="alignment"> |
146 |
| - <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
147 |
| - </property> |
148 |
| - </widget> |
149 |
| - </item> |
150 |
| - <item> |
151 |
| - <layout class="QGridLayout" name="gridLayout"> |
| 139 | + <layout class="QGridLayout" name="rightGrid"> |
152 | 140 | <item row="2" column="0">
|
153 |
| - <widget class="QPushButton" name="LeftButton"> |
| 141 | + <widget class="QPushButton" name="leftButton"> |
154 | 142 | <property name="text">
|
155 | 143 | <string>Left</string>
|
156 | 144 | </property>
|
157 | 145 | </widget>
|
158 | 146 | </item>
|
159 | 147 | <item row="3" column="1">
|
160 |
| - <widget class="QPushButton" name="BackButton"> |
| 148 | + <widget class="QPushButton" name="backButton"> |
161 | 149 | <property name="text">
|
162 | 150 | <string>Backward</string>
|
163 | 151 | </property>
|
164 | 152 | </widget>
|
165 | 153 | </item>
|
166 | 154 | <item row="0" column="1">
|
167 |
| - <widget class="QPushButton" name="ForwardButton"> |
| 155 | + <widget class="QPushButton" name="forwardButton"> |
168 | 156 | <property name="text">
|
169 | 157 | <string>Forward</string>
|
170 | 158 | </property>
|
171 | 159 | </widget>
|
172 | 160 | </item>
|
173 | 161 | <item row="2" column="2">
|
174 |
| - <widget class="QPushButton" name="RightButton"> |
| 162 | + <widget class="QPushButton" name="rightButton"> |
175 | 163 | <property name="text">
|
176 | 164 | <string>Right</string>
|
177 | 165 | </property>
|
|
182 | 170 | </layout>
|
183 | 171 | </item>
|
184 | 172 | <item>
|
185 |
| - <layout class="QHBoxLayout" name="TestProgramHorizontal" stretch="0,0"> |
| 173 | + <layout class="QHBoxLayout" name="takeoffLandHorizontal" stretch="0,0"> |
186 | 174 | <item>
|
187 |
| - <widget class="QPushButton" name="Create3SensorListButton"> |
| 175 | + <widget class="QPushButton" name="takeoffButton"> |
188 | 176 | <property name="minimumSize">
|
189 | 177 | <size>
|
190 | 178 | <width>0</width>
|
|
202 | 190 | </widget>
|
203 | 191 | </item>
|
204 | 192 | <item>
|
205 |
| - <widget class="QPushButton" name="Create3ExampleProgramButton"> |
| 193 | + <widget class="QPushButton" name="landButton"> |
206 | 194 | <property name="minimumSize">
|
207 | 195 | <size>
|
208 | 196 | <width>0</width>
|
|
0 commit comments