Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qquickwindow.h File Reference

(bd131dcbf579f822ac8cee98324dc1355f7cd314)

#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>
+ Include dependency graph for qquickwindow.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QQuickWindow
 \qmltype Window \instantiates QQuickWindow \inqmlmodule QtQuick More...
 

Functions

QDebug Q_QUICK_EXPORT operator<< (QDebug debug, const QQuickWindow *item)
 
QQmlInfo operator<< (QQmlInfo info, const QWindow *window)
 

Function Documentation

◆ operator<<() [1/2]

QDebug Q_QUICK_EXPORT 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

See also
QQuickAbstractPaletteProvider, QQuickPalette

Definition at line 4498 of file qquickwindow.cpp.

References debug, QtDebugUtils::formatQRect(), QWidget::geometry, QString::isEmpty(), QObject::objectName, QObject::parent(), and win.

+ Here is the call graph for this function:

◆ operator<<() [2/2]

QQmlInfo operator<< ( QQmlInfo info,
const QWindow * window )
inline

Definition at line 258 of file qquickwindow.h.

References info, and window().

+ Here is the call graph for this function: