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
45c48fa0
Commit
45c48fa0
authored
May 24, 2013
by
dongfang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
merge
parent
d25d3be9
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
138 additions
and
42 deletions
+138
-42
PrimaryFlightDisplay.cpp
src/ui/PrimaryFlightDisplay.cpp
+135
-41
PrimaryFlightDisplay.h
src/ui/PrimaryFlightDisplay.h
+3
-1
No files found.
src/ui/PrimaryFlightDisplay.cpp
View file @
45c48fa0
This diff is collapsed.
Click to expand it.
src/ui/PrimaryFlightDisplay.h
View file @
45c48fa0
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
//#define PANELS_TEXT_SIZE 0.030
//#define PANELS_TEXT_SIZE 0.030
//#define COMPASS_SCALE_TEXT_SIZE 0.16
//#define COMPASS_SCALE_TEXT_SIZE 0.16
#define SMALL_TEXT_SIZE 0.0
28
f
#define SMALL_TEXT_SIZE 0.0
3
f
#define MEDIUM_TEXT_SIZE (SMALL_TEXT_SIZE*1.2f)
#define MEDIUM_TEXT_SIZE (SMALL_TEXT_SIZE*1.2f)
#define LARGE_TEXT_SIZE (MEDIUM_TEXT_SIZE*1.2f)
#define LARGE_TEXT_SIZE (MEDIUM_TEXT_SIZE*1.2f)
...
@@ -152,6 +152,8 @@ private:
...
@@ -152,6 +152,8 @@ private:
void
drawRollScale
(
QPainter
&
painter
,
QRectF
area
,
bool
drawTicks
,
bool
drawNumbers
);
void
drawRollScale
(
QPainter
&
painter
,
QRectF
area
,
bool
drawTicks
,
bool
drawNumbers
);
void
drawAIAttitudeScales
(
QPainter
&
painter
,
QRectF
area
);
void
drawAIAttitudeScales
(
QPainter
&
painter
,
QRectF
area
);
void
drawAICompassDisk
(
QPainter
&
painter
,
QRectF
area
);
void
drawAICompassDisk
(
QPainter
&
painter
,
QRectF
area
);
void
drawSeparateCompassDisk
(
QPainter
&
painter
,
QRectF
area
);
void
drawAltimeter
(
QPainter
&
painter
,
QRectF
area
,
float
altitude
,
float
maxAltitude
,
float
vv
);
void
drawAltimeter
(
QPainter
&
painter
,
QRectF
area
,
float
altitude
,
float
maxAltitude
,
float
vv
);
void
fillInstrumentBackground
(
QPainter
&
painter
,
QRectF
edge
);
void
fillInstrumentBackground
(
QPainter
&
painter
,
QRectF
edge
);
...
...
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