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
da79b6ce
Commit
da79b6ce
authored
Jun 14, 2013
by
Michael Carpenter
Browse files
Change for new APM2.0 logo
parent
bdeb9735
Changes
6
Hide whitespace changes
Inline
Side-by-side
files/images/apm_planner_2_0-07.png
0 → 100644
View file @
da79b6ce
46.8 KB
files/images/apm_planner_2_0-08.png
0 → 100644
View file @
da79b6ce
118 KB
files/images/apm_planner_logo.png
0 → 100644
View file @
da79b6ce
95.3 KB
files/images/apm_planner_logo_splash.png
0 → 100644
View file @
da79b6ce
53.9 KB
qgroundcontrol.qrc
View file @
da79b6ce
...
...
@@ -104,6 +104,8 @@
<file>files/images/actions/qgroundcontrol-connect.svg</file>
<file>files/images/apm_planner_logo.png</file>
<file>files/images/apm_planner_logo_splash.png</file>
<file>files/images/apm_planner_2_0-07.png</file>
<file>files/images/apm_planner_2_0-08.png</file>
</qresource>
<qresource prefix="/general">
<file alias="vera.ttf">files/styles/Vera.ttf</file>
...
...
src/QGCCore.cc
View file @
da79b6ce
...
...
@@ -71,8 +71,8 @@ QGCCore::QGCCore(int &argc, char* argv[]) : QApplication(argc, argv)
// Set application name
this
->
setApplicationName
(
QGC_APPLICATION_NAME
);
this
->
setApplicationVersion
(
QGC_APPLICATION_VERSION
);
this
->
setOrganizationName
(
QLatin1String
(
"
3DRobotic
s"
));
this
->
setOrganizationDomain
(
"org.
3drobotic
s"
);
this
->
setOrganizationName
(
QLatin1String
(
"
diydrone
s"
));
this
->
setOrganizationDomain
(
"org.
diydrone
s"
);
// Set settings format
QSettings
::
setDefaultFormat
(
QSettings
::
IniFormat
);
...
...
@@ -108,7 +108,7 @@ QGCCore::QGCCore(int &argc, char* argv[]) : QApplication(argc, argv)
settings
.
sync
();
// Show splash screen
QPixmap
splashImage
(
":/files/images/apm_planner_
logo_splash
.png"
);
QPixmap
splashImage
(
":/files/images/apm_planner_
2_0-07
.png"
);
QSplashScreen
*
splashScreen
=
new
QSplashScreen
(
splashImage
);
// Delete splash screen after mainWindow was displayed
splashScreen
->
setAttribute
(
Qt
::
WA_DeleteOnClose
);
...
...
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