Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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
14
15#include <QHash>
16#include <QString>
17
32{
33public:
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 */
Definition theme_stylesheet_loader.h:32
static QString load(const QString &name, const TokenMap &tokens, bool isDarkMode)
Definition theme_stylesheet_loader.cpp:20