Uses of Class
io.qt.gui.QPalette
-
Uses of QPalette in io.qt.gui
Modifier and TypeFieldDescriptionfinal QObject.Signal1<QPalette>
QGuiApplication.paletteChanged
Deprecated.Handle QEvent::ApplicationPaletteChange insteadModifier and TypeMethodDescriptionQPalette.clone()
final QPalette
QAbstractTextDocumentLayout.PaintContext.palette()
The default color that is used for the text, when no color is specifiedstatic QPalette
QGuiApplication.palette()
final QPalette
Modifier and TypeMethodDescriptionfinal boolean
final QPalette
final 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) final void
-
Uses of QPalette in io.qt.widgets
Modifier and TypeMethodDescriptionstatic QPalette
static QPalette
final QPalette
QGraphicsScene.palette()
final QPalette
QGraphicsWidget.palette()
final QPalette
QStyleOption.palette()
The palette that should be used when painting the controlstatic QPalette
QToolTip.palette()
final QPalette
QWidget.palette()
QProxyStyle.standardPalette()
QStyle.standardPalette()
Modifier and TypeMethodDescriptionvoid
QProxyStyle.drawItemText
(QPainter painter, QRect rect, int flags, QPalette pal, boolean enabled, String text, QPalette.ColorRole textRole) final 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) final 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
.final void
QStylePainter.drawItemText
(QRect r, int flags, QPalette pal, boolean enabled, String text, QPalette.ColorRole textRole) void
void
void
protected static QPixmap
QItemDelegate.selectedPixmap
(QPixmap pixmap, QPalette palette, boolean enabled) static void
QApplication.setPalette
(QPalette arg__1, String className) final void
QGraphicsScene.setPalette
(QPalette palette) final void
QGraphicsWidget.setPalette
(QPalette palette) final void
QStyleOption.setPalette
(QPalette palette) The palette that should be used when painting the controlstatic void
QToolTip.setPalette
(QPalette arg__1) final void
QWidget.setPalette
(QPalette arg__1)