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
5d7774ee
Commit
5d7774ee
authored
May 26, 2010
by
pixhawk
Browse files
Minor improvements
parent
e186cedd
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/ui/MainWindow.cc
View file @
5d7774ee
...
...
@@ -59,7 +59,7 @@ This file is part of the QGROUNDCONTROL project
* @see QMainWindow::show()
**/
MainWindow
::
MainWindow
(
QWidget
*
parent
)
:
QMainWindow
(
parent
),
settings
()
settings
()
{
this
->
hide
();
this
->
setVisible
(
false
);
...
...
@@ -437,6 +437,10 @@ void MainWindow::loadOperatorView()
container6
->
setWidget
(
detection
);
addDockWidget
(
Qt
::
RightDockWidgetArea
,
container6
);
// PROCESS CONTROL
QDockWidget
*
pControl
=
new
QDockWidget
(
tr
(
"Process Control"
),
this
);
pControl
->
setWidget
(
watchdogControl
);
addDockWidget
(
Qt
::
RightDockWidgetArea
,
pControl
);
this
->
show
();
}
...
...
src/ui/XMLCommProtocolWidget.ui
View file @
5d7774ee
...
...
@@ -13,7 +13,7 @@
<property
name=
"windowTitle"
>
<string>
Form
</string>
</property>
<layout
class=
"QGridLayout"
name=
"gridLayout"
rowstretch=
"0,0,10,0,0,0"
columnstretch=
"1,1,1,10"
>
<layout
class=
"QGridLayout"
name=
"gridLayout"
rowstretch=
"0,0,10
0
,0,0,0"
columnstretch=
"1,1,1,10
0
"
>
<property
name=
"topMargin"
>
<number>
6
</number>
</property>
...
...
src/ui/watchdog/WatchdogControl.ui
View file @
5d7774ee
<?xml version="1.0" encoding="UTF-8"?>
<ui
version=
"4.0"
>
<author/>
<comment/>
<exportmacro/>
<class>
WatchdogControl
</class>
<widget
class=
"QWidget"
name=
"WatchdogControl"
>
<property
name=
"geometry"
>
...
...
@@ -15,7 +13,19 @@
<property
name=
"windowTitle"
>
<string>
Form
</string>
</property>
<layout
class=
"QVBoxLayout"
name=
"verticalLayout"
stretch=
"100,0"
>
<item>
<widget
class=
"QWidget"
name=
"mainWidget"
native=
"true"
/>
</item>
<item>
<widget
class=
"QLabel"
name=
"processInfoLabel"
>
<property
name=
"text"
>
<string>
0 Processes Core 1: 0% Core 2: 0%
</string>
</property>
</widget>
</item>
</layout>
</widget>
<
pixmapfunction
/>
<
resources
/>
<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