Skip to content
Snippets Groups Projects
Commit cc418a46 authored by Raul Radu's avatar Raul Radu Committed by Davide Mor
Browse files

[Themes] Added path strings to theme folder and default theme path

parent 297108f8
Branches
Tags
1 merge request!27[Themes] Implemented whitemode and theming
...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment