![]() |
Qt 6.x
The Qt SDK
|
#include "qgtk3theme.h"
#include "qgtk3dialoghelpers.h"
#include "qgtk3menu.h"
#include <QVariant>
#include <QGuiApplication>
#include <qpa/qwindowsysteminterface.h>
#include <gtk/gtk.h>
Go to the source code of this file.
Macros | |
#define | SETTING_CONNECT(setting) g_signal_connect(settings, "notify::" setting, G_CALLBACK(notifyThemeChanged), nullptr) |
Functions | |
template<typename T > | |
static T | gtkSetting (const gchar *propertyName) |
static QString | gtkSetting (const gchar *propertyName) |
void | gtkMessageHandler (const gchar *log_domain, GLogLevelFlags log_level, const gchar *message, gpointer unused_data) |
static QVariant | gtkGetLongPressTime () |
#define SETTING_CONNECT | ( | setting | ) | g_signal_connect(settings, "notify::" setting, G_CALLBACK(notifyThemeChanged), nullptr) |
|
inlinestatic |
Definition at line 110 of file qgtk3theme.cpp.
Referenced by QGtk3Theme::themeHint().
void gtkMessageHandler | ( | const gchar * | log_domain, |
GLogLevelFlags | log_level, | ||
const gchar * | message, | ||
gpointer | unused_data | ||
) |
Definition at line 41 of file qgtk3theme.cpp.
Referenced by QGtk3Theme::QGtk3Theme().
|
static |
Definition at line 25 of file qgtk3theme.cpp.
References settings.
Referenced by QGtk3Theme::gtkFontName(), and QGtk3Theme::themeHint().
|
static |
Definition at line 33 of file qgtk3theme.cpp.
References QString::fromUtf8(), and str.