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
bd2ecaaf
Commit
bd2ecaaf
authored
Aug 25, 2013
by
Lorenz Meier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reasonably nice firmware upgrade
parent
69a2be1b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
style-dark.css
files/styles/style-dark.css
+6
-0
HSIDisplay.cc
src/ui/HSIDisplay.cc
+2
-1
No files found.
files/styles/style-dark.css
View file @
bd2ecaaf
...
...
@@ -373,6 +373,12 @@ QPushButton#viewModeGeneric, QPushButton#viewModePX4, QPushButton#viewModeAPM, Q
border
:
3px
solid
#465158
;
}
QWidget
#containerWidget
{
background-color
:
qlineargradient
(
spread
:
pad
,
x1
:
0.527222
,
y1
:
0.961
,
x2
:
0.536946
,
y2
:
0.198864
,
stop
:
0.103448
rgba
(
65
,
65
,
65
,
255
),
stop
:
1
rgba
(
119
,
119
,
119
,
255
));
border-radius
:
16px
;
border
:
2px
solid
#CCCCCC
;
}
QPushButton
#connectButton
,
QPushButton
#controlButton
{
background-color
:
qlineargradient
(
x1
:
0
,
y1
:
0
,
x2
:
0
,
y2
:
1
,
stop
:
0
#73D95D
,
stop
:
1
#18A154
);
}
...
...
src/ui/HSIDisplay.cc
View file @
bd2ecaaf
...
...
@@ -176,7 +176,8 @@ HSIDisplay::HSIDisplay(QWidget *parent) :
setToolTip
(
tr
(
"View from top in body frame. Scroll with mouse wheel to change the horizontal field of view of the widget."
));
setStatusTip
(
tr
(
"View from top in body frame. Scroll with mouse wheel to change the horizontal field of view of the widget."
));
connect
(
&
statusClearTimer
,
SIGNAL
(
timeout
()),
this
,
SLOT
(
clearStatusMessage
()));
// XXX this looks a potential recursive issue
//connect(&statusClearTimer, SIGNAL(timeout()), this, SLOT(clearStatusMessage()));
if
(
UASManager
::
instance
()
->
getActiveUAS
())
{
...
...
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