(444b9f854e0a7aca1c066cb91d66b8f307d9a2bc)
#include "qxdgdesktopportaltheme.h"
#include "qxdgdesktopportalfiledialog_p.h"
#include <private/qguiapplication_p.h>
#include <qpa/qplatformtheme_p.h>
#include <qpa/qplatformthemefactory_p.h>
#include <qpa/qplatformintegration.h>
#include <QDBusConnection>
#include <QDBusMessage>
#include <QDBusPendingCall>
#include <QDBusPendingCallWatcher>
#include <QDBusPendingReply>
#include <QDBusReply>
#include "qxdgdesktopportaltheme.moc"
Go to the source code of this file.
|
| static constexpr QLatin1StringView | appearanceInterface ("org.freedesktop.appearance") |
| static constexpr QLatin1StringView | colorSchemeKey ("color-scheme") |
| static constexpr QLatin1StringView | contrastKey ("contrast") |
| static constexpr QLatin1StringView | motionKey ("reduced-motion") |
◆ appearanceInterface()
| constexpr QLatin1StringView appearanceInterface |
( |
"org.freedesktop.appearance" | | ) |
|
|
staticconstexpr |
◆ colorSchemeKey()
| constexpr QLatin1StringView colorSchemeKey |
( |
"color-scheme" | | ) |
|
|
staticconstexpr |
◆ contrastKey()
| constexpr QLatin1StringView contrastKey |
( |
"contrast" | | ) |
|
|
staticconstexpr |
◆ motionKey()
| constexpr QLatin1StringView motionKey |
( |
"reduced-motion" | | ) |
|
|
staticconstexpr |