Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
26d325fe
Commit
26d325fe
authored
Mar 11, 2011
by
lm
Browse files
Added option for fullscreen
parent
772c9ef9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/MainWindow.ui
View file @
26d325fe
...
...
@@ -130,6 +130,9 @@
<addaction
name=
"separator"
/>
<addaction
name=
"actionMavlinkView"
/>
<addaction
name=
"actionUnconnectedView"
/>
<addaction
name=
"separator"
/>
<addaction
name=
"actionFullscreen"
/>
<addaction
name=
"actionNormal"
/>
</widget>
<widget
class=
"QMenu"
name=
"menuMain"
>
<property
name=
"title"
>
...
...
@@ -437,6 +440,22 @@
<string>
Settings
</string>
</property>
</action>
<action
name=
"actionFullscreen"
>
<property
name=
"text"
>
<string>
Fullscreen
</string>
</property>
<property
name=
"shortcut"
>
<string>
Alt+Return
</string>
</property>
</action>
<action
name=
"actionNormal"
>
<property
name=
"text"
>
<string>
Normal
</string>
</property>
<property
name=
"shortcut"
>
<string>
Esc
</string>
</property>
</action>
</widget>
<layoutdefault
spacing=
"6"
margin=
"11"
/>
<resources>
...
...
@@ -459,5 +478,37 @@
</hint>
</hints>
</connection>
<connection>
<sender>
actionFullscreen
</sender>
<signal>
triggered()
</signal>
<receiver>
MainWindow
</receiver>
<slot>
showFullScreen()
</slot>
<hints>
<hint
type=
"sourcelabel"
>
<x>
-1
</x>
<y>
-1
</y>
</hint>
<hint
type=
"destinationlabel"
>
<x>
399
</x>
<y>
249
</y>
</hint>
</hints>
</connection>
<connection>
<sender>
actionNormal
</sender>
<signal>
triggered()
</signal>
<receiver>
MainWindow
</receiver>
<slot>
showNormal()
</slot>
<hints>
<hint
type=
"sourcelabel"
>
<x>
-1
</x>
<y>
-1
</y>
</hint>
<hint
type=
"destinationlabel"
>
<x>
399
</x>
<y>
249
</y>
</hint>
</hints>
</connection>
</connections>
</ui>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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