Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
SkywardHub
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Avionics
Software Development
SkywardHub
Commits
cc418a46
Commit
cc418a46
authored
11 months ago
by
Raul Radu
Committed by
Davide Mor
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
[Themes] Added path strings to theme folder and default theme path
parent
297108f8
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!27
[Themes] Implemented whitemode and theming
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/entrypoints/groundstation/application.qrc
+7
-7
7 additions, 7 deletions
src/entrypoints/groundstation/application.qrc
src/shared/Modules/SkywardHubStrings.h
+4
-0
4 additions, 0 deletions
src/shared/Modules/SkywardHubStrings.h
with
11 additions
and
7 deletions
src/entrypoints/groundstation/application.qrc
+
7
−
7
View file @
cc418a46
This diff is collapsed.
Click to expand it.
src/shared/Modules/SkywardHubStrings.h
+
4
−
0
View file @
cc418a46
...
@@ -80,4 +80,8 @@ static const QString mavlink_received_msg_NACK_topic =
...
@@ -80,4 +80,8 @@ static const QString mavlink_received_msg_NACK_topic =
static
const
QString
mavlink_system_id_name
=
"system_id"
;
static
const
QString
mavlink_system_id_name
=
"system_id"
;
static
const
QString
mavlink_component_id_name
=
"component_id"
;
static
const
QString
mavlink_component_id_name
=
"component_id"
;
// Themes
static
const
QString
defaultThemesFolderPath
=
defaultConfigurationFolder
+
"/"
+
"Themes"
;
static
const
QString
defaultThemeFilePath
=
":/assets/styles/global.qss"
;
};
// namespace SkywardHubStrings
};
// namespace SkywardHubStrings
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment