Wireshark
4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
ui
qt
utils
themes
theme_stylesheet_loader.h
Go to the documentation of this file.
1
10
#ifndef THEME_STYLESHEET_LOADER_H
11
#define THEME_STYLESHEET_LOADER_H
12
13
#include <
ui/qt/utils/theme_manager.h
>
14
15
#include <QHash>
16
#include <QString>
17
31
class
ThemeStyleSheetLoader
32
{
33
public
:
34
using
TokenMap = QHash<ThemeManager::ThemeToken, ThemeColorPair>;
35
68
static
QString
load
(
const
QString &name,
69
const
TokenMap &tokens,
70
bool
isDarkMode);
71
};
72
73
#endif
/* THEME_STYLESHEET_LOADER_H */
ThemeStyleSheetLoader
Definition
theme_stylesheet_loader.h:32
ThemeStyleSheetLoader::load
static QString load(const QString &name, const TokenMap &tokens, bool isDarkMode)
Definition
theme_stylesheet_loader.cpp:20
theme_manager.h
Generated by
1.9.8