|
Qt Utilities 6.22.0
Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models
|
#include "../global.h"#include <QMetaObject>#include <QPalette>#include <functional>#include <optional>Go to the source code of this file.
Namespaces | |
| namespace | QtUtilities |
| ! | |
Macros | |
| #define | QT_UTILITIES_IS_PALETTE_DARK(palette) |
Enumerations | |
| enum class | QtUtilities::ToastDuration { QtUtilities::Short , QtUtilities::Long } |
Functions | |
| QT_UTILITIES_EXPORT bool | QtUtilities::openLocalFileOrDir (const QString &path) |
| \macro QT_UTILITIES_DARK_MODE_FROM_COLOR_SCHEME | |
| QT_UTILITIES_EXPORT bool | QtUtilities::showToast (const QString &message, ToastDuration duration=ToastDuration::Long) |
| QT_UTILITIES_EXPORT bool | QtUtilities::performHapticFeedback () |
| QT_UTILITIES_EXPORT bool | QtUtilities::isPaletteDark (const QPalette &palette) |
| Returns whether palette is dark. | |
| QT_UTILITIES_EXPORT std::optional< bool > | QtUtilities::isDarkModeEnabled () |
| Returns whether dark mode is enabled. | |
| QT_UTILITIES_EXPORT QMetaObject::Connection | QtUtilities::onDarkModeChanged (std::function< void(bool)> &&darkModeChangedCallback, QObject *context, bool invokeImmediately) |
| Invokes the specified callback when the color scheme changed. | |
| #define QT_UTILITIES_IS_PALETTE_DARK | ( | palette | ) |
Definition at line 21 of file desktoputils.h.