Uses of Class
io.qt.gui.QPalette
Package | Description |
---|---|
io.qt.gui | |
io.qt.widgets |
-
Uses of QPalette in io.qt.gui
Fields in io.qt.gui with type parameters of type QPalette Modifier and Type Field Description QObject.Signal1<QPalette>
QGuiApplication. paletteChanged
Methods in io.qt.gui that return QPalette Modifier and Type Method Description QPalette
QPalette. clone()
QPalette
QAbstractTextDocumentLayout.PaintContext. palette()
The default color that is used for the text, when no color is specifiedstatic QPalette
QGuiApplication. palette()
QPalette
QPalette. resolve(QPalette arg__1)
Methods in io.qt.gui with parameters of type QPalette Modifier and Type Method Description boolean
QPalette. isCopyOf(QPalette p)
QPalette
QPalette. resolve(QPalette arg__1)
void
QAbstractTextDocumentLayout.PaintContext. setPalette(QPalette palette)
The default color that is used for the text, when no color is specifiedstatic void
QGuiApplication. setPalette(QPalette pal)
void
QPalette. swap(QPalette other)
-
Uses of QPalette in io.qt.widgets
Methods in io.qt.widgets that return QPalette Modifier and Type Method Description static QPalette
QApplication. palette(QWidget arg__1)
static QPalette
QApplication. palette(String className)
QPalette
QGraphicsScene. palette()
QPalette
QGraphicsWidget. palette()
QPalette
QStyleOption. palette()
The palette that should be used when painting the controlstatic QPalette
QToolTip. palette()
QPalette
QWidget. palette()
QPalette
QProxyStyle. standardPalette()
QPalette
QStyle. standardPalette()
Methods in io.qt.widgets with parameters of type QPalette Modifier and Type Method Description void
QProxyStyle. drawItemText(QPainter painter, QRect rect, int flags, QPalette pal, boolean enabled, String text, QPalette.ColorRole textRole)
void
QStyle. drawItemText(QPainter painter, QRect rect, int flags, QPalette pal, boolean enabled, String text)
Overloaded function forQStyle.drawItemText(io.qt.gui.QPainter, io.qt.core.QRect, int, io.qt.gui.QPalette, boolean, java.lang.String, io.qt.gui.QPalette.ColorRole)
withtextRole = io.qt.gui.QPalette.ColorRole.NoRole
.void
QStyle. drawItemText(QPainter painter, QRect rect, int flags, QPalette pal, boolean enabled, String text, QPalette.ColorRole textRole)
void
QStylePainter. drawItemText(QRect r, int flags, QPalette pal, boolean enabled, String text)
Overloaded function forQStylePainter.drawItemText(io.qt.core.QRect, int, io.qt.gui.QPalette, boolean, java.lang.String, io.qt.gui.QPalette.ColorRole)
withtextRole = io.qt.gui.QPalette.ColorRole.NoRole
.void
QStylePainter. drawItemText(QRect r, int flags, QPalette pal, boolean enabled, String text, QPalette.ColorRole textRole)
void
QCommonStyle. polish(QPalette arg__1)
void
QProxyStyle. polish(QPalette pal)
void
QStyle. polish(QPalette palette)
protected static QPixmap
QItemDelegate. selectedPixmap(QPixmap pixmap, QPalette palette, boolean enabled)
static void
QApplication. setPalette(QPalette arg__1, String className)
void
QGraphicsScene. setPalette(QPalette palette)
void
QGraphicsWidget. setPalette(QPalette palette)
void
QStyleOption. setPalette(QPalette palette)
The palette that should be used when painting the controlstatic void
QToolTip. setPalette(QPalette arg__1)
void
QWidget. setPalette(QPalette arg__1)