![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QPixmap>#include <QString>Go to the source code of this file.
Enumerations | |
| enum class | TranslationMarks { OnMark , OffMark , ObsoleteMark , DangerMark , WarningMark , EmptyMark } |
Functions | |
| const QString & | settingsPrefix () |
| QString | settingPath (const char *path) |
| bool | isDarkMode () |
| QPixmap | createMarkIcon (TranslationMarks mark, bool darkMode=isDarkMode()) |
|
strong |
| QPixmap createMarkIcon | ( | TranslationMarks | mark, |
| bool | darkMode = isDarkMode() ) |
Definition at line 44 of file globals.cpp.
| bool isDarkMode | ( | ) |
Definition at line 38 of file globals.cpp.
Referenced by MessageHighlighter::adjustColors(), and MessageModel::data().
| QString settingPath | ( | const char * | path | ) |
Definition at line 33 of file globals.cpp.
| const QString & settingsPrefix | ( | ) |
Definition at line 25 of file globals.cpp.