![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtQuick/qtquickglobal.h>
#include <QtQuick/qsgrendererinterface.h>
#include <QtCore/qmetatype.h>
#include <QtGui/qwindow.h>
#include <QtGui/qevent.h>
#include <QtQml/qqml.h>
#include <QtQml/qqmldebug.h>
#include <QtQml/qqmlinfo.h>
Go to the source code of this file.
Classes | |
class | QQuickWindow |
\qmltype Window \nativetype QQuickWindow \inqmlmodule QtQuick More... | |
Functions | |
QDebug Q_QUICK_EXPORT | operator<< (QDebug debug, const QQuickWindow *item) |
QQmlInfo | operator<< (QQmlInfo info, const QWindow *window) |
QDebug operator<< | ( | QDebug | debug, |
const QQuickWindow * | win ) |
\since 6.0 \qmlproperty Palette Window::palette This property holds the palette currently set for the window. The default palette depends on the system environment. QGuiApplication maintains a system/theme palette which serves as a default for all application windows. You can also set the default palette for windows by passing a custom palette to QGuiApplication::setPalette(), before loading any QML. Window propagates explicit palette properties to child items and controls, overriding any system defaults for that property. \snippet qml/windowPalette.qml entire \sa Item::palette, Popup::palette, ColorGroup, SystemPalette
! internal
Definition at line 4487 of file qquickwindow.cpp.
Definition at line 258 of file qquickwindow.h.