![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "globals.h"
#include <QApplication>
#include <QColor>
#include <QPalette>
#include <QStyleHints>
Go to the source code of this file.
Functions | |
QT_BEGIN_NAMESPACE const QString & | settingsPrefix () |
QString | settingPath (const char *path) |
bool | isDarkMode () |
QPixmap | createMarkIcon (TranslationMarks mark, bool darkMode) |
QPixmap createMarkIcon | ( | TranslationMarks | mark, |
bool | darkMode ) |
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.
QT_BEGIN_NAMESPACE const QString & settingsPrefix | ( | ) |
Definition at line 25 of file globals.cpp.