Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
007db801
Commit
007db801
authored
Dec 07, 2010
by
lm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding Button for Mode control
parent
e2f510f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
10 deletions
+27
-10
UASControl.ui
src/ui/UASControl.ui
+27
-10
No files found.
src/ui/UASControl.ui
View file @
007db801
...
...
@@ -6,8 +6,8 @@
<rect>
<x>
0
</x>
<y>
0
</y>
<width>
210
</width>
<height>
130
</height>
<width>
328
</width>
<height>
357
</height>
</rect>
</property>
<property
name=
"minimumSize"
>
...
...
@@ -19,7 +19,7 @@
<property
name=
"windowTitle"
>
<string>
Form
</string>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout"
rowstretch=
"10,10,0,10,10,
5,100"
columnstretch=
"0,0,10,10
,10,0"
>
<layout
class=
"QGridLayout"
name=
"gridLayout"
rowstretch=
"10,10,0,10,10,
10,10,100"
columnstretch=
"0,10,5,5
,10,0"
>
<property
name=
"margin"
>
<number>
0
</number>
</property>
...
...
@@ -74,7 +74,7 @@
</property>
</spacer>
</item>
<item
row=
"0"
column=
"0"
rowspan=
"
6
"
>
<item
row=
"0"
column=
"0"
rowspan=
"
7
"
>
<spacer
name=
"horizontalSpacer"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
...
...
@@ -91,7 +91,7 @@
<widget
class=
"QPushButton"
name=
"liftoffButton"
>
<property
name=
"minimumSize"
>
<size>
<width>
8
0
</width>
<width>
6
0
</width>
<height>
12
</height>
</size>
</property>
...
...
@@ -108,7 +108,7 @@
<widget
class=
"QPushButton"
name=
"landButton"
>
<property
name=
"minimumSize"
>
<size>
<width>
8
0
</width>
<width>
6
0
</width>
<height>
12
</height>
</size>
</property>
...
...
@@ -125,7 +125,7 @@
<widget
class=
"QPushButton"
name=
"shutdownButton"
>
<property
name=
"minimumSize"
>
<size>
<width>
8
0
</width>
<width>
6
0
</width>
<height>
12
</height>
</size>
</property>
...
...
@@ -138,7 +138,7 @@
</property>
</widget>
</item>
<item
row=
"0"
column=
"5"
rowspan=
"
6
"
>
<item
row=
"0"
column=
"5"
rowspan=
"
7
"
>
<spacer
name=
"horizontalSpacer_2"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
...
...
@@ -178,7 +178,7 @@
</property>
</widget>
</item>
<item
row=
"
5
"
column=
"1"
colspan=
"4"
>
<item
row=
"
6
"
column=
"1"
colspan=
"4"
>
<widget
class=
"QLabel"
name=
"lastActionLabel"
>
<property
name=
"minimumSize"
>
<size>
...
...
@@ -194,7 +194,7 @@
</property>
</widget>
</item>
<item
row=
"
6
"
column=
"0"
colspan=
"6"
>
<item
row=
"
7
"
column=
"0"
colspan=
"6"
>
<spacer
name=
"verticalSpacer"
>
<property
name=
"orientation"
>
<enum>
Qt::Vertical
</enum>
...
...
@@ -210,6 +210,23 @@
</property>
</spacer>
</item>
<item
row=
"5"
column=
"1"
colspan=
"2"
>
<widget
class=
"QPushButton"
name=
"setHomeButton"
>
<property
name=
"minimumSize"
>
<size>
<width>
60
</width>
<height>
16
</height>
</size>
</property>
<property
name=
"text"
>
<string>
Set Home
</string>
</property>
<property
name=
"icon"
>
<iconset
resource=
"../../mavground.qrc"
>
<normaloff>
:/images/actions/go-home.svg
</normaloff>
:/images/actions/go-home.svg
</iconset>
</property>
</widget>
</item>
</layout>
</widget>
<resources>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment