Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qpalette.h File Reference

(9194366923e409243617c34b640e82b54a2e7e05)

#include <QtGui/qtguiglobal.h>
#include <QtGui/qwindowdefs.h>
#include <QtGui/qcolor.h>
#include <QtGui/qbrush.h>
Include dependency graph for qpalette.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QPalette
 The QPalette class contains color groups for each widget state. More...

Functions

Q_GUI_EXPORT QDataStreamoperator<< (QDataStream &ds, const QPalette &p)
Q_GUI_EXPORT QDataStreamoperator>> (QDataStream &ds, QPalette &p)
Q_GUI_EXPORT QDebug operator<< (QDebug, const QPalette &)

Function Documentation

◆ operator<<() [1/2]

Q_GUI_EXPORT QDataStream & operator<< ( QDataStream & ds,
const QPalette & p )

◆ operator<<() [2/2]

QDebug operator<< ( QDebug dbg,
const QPalette & p )

Definition at line 1266 of file qpalette.cpp.

◆ operator>>()

Q_GUI_EXPORT QDataStream & operator>> ( QDataStream & ds,
QPalette & p )
related