Uses of Class
io.qt.gui.QBrush
Package | Description |
---|---|
io.qt.gui | |
io.qt.widgets |
-
Uses of QBrush in io.qt.gui
Methods in io.qt.gui that return QBrush Modifier and Type Method Description QBrush
QPalette. alternateBase()
QBrush
QPainter. background()
QBrush
QStandardItem. background()
QBrush
QTextFormat. background()
QBrush
QPaintEngineState. backgroundBrush()
QBrush
QPalette. base()
QBrush
QTextFrameFormat. borderBrush()
QBrush
QTextTableCellFormat. bottomBorderBrush()
QBrush
QPalette. brightText()
QBrush
QPaintEngineState. brush()
QBrush
QPainter. brush()
QBrush
QPalette. brush(QPalette.ColorGroup cg, QPalette.ColorRole cr)
QBrush
QPalette. brush(QPalette.ColorRole cr)
QBrush
QPen. brush()
QBrush
QTextFormat. brushProperty(int propertyId)
QBrush
QPalette. button()
QBrush
QPalette. buttonText()
QBrush
QBrush. clone()
QBrush
QPalette. dark()
QBrush
QStandardItem. foreground()
QBrush
QTextFormat. foreground()
QBrush
QPalette. highlight()
QBrush
QPalette. highlightedText()
QBrush
QTextTableCellFormat. leftBorderBrush()
QBrush
QPalette. light()
QBrush
QPalette. link()
QBrush
QPalette. linkVisited()
QBrush
QPalette. mid()
QBrush
QPalette. midlight()
QBrush
QPalette. placeholderText()
QBrush
QTextTableCellFormat. rightBorderBrush()
QBrush
QPalette. shadow()
QBrush
QPalette. text()
QBrush
QPalette. toolTipBase()
QBrush
QPalette. toolTipText()
QBrush
QTextTableCellFormat. topBorderBrush()
QBrush
QPalette. window()
QBrush
QPalette. windowText()
Methods in io.qt.gui with parameters of type QBrush Modifier and Type Method Description void
QPainter. fillPath(QPainterPath path, QBrush brush)
void
QPainter. fillRect(int x, int y, int w, int h, QBrush arg__5)
void
QPainter. fillRect(QRectF arg__1, QBrush arg__2)
void
QPainter. fillRect(QRect arg__1, QBrush arg__2)
void
QPainter. setBackground(QBrush bg)
void
QStandardItem. setBackground(QBrush brush)
void
QTextFormat. setBackground(QBrush brush)
void
QTextFrameFormat. setBorderBrush(QBrush brush)
void
QTextTableCellFormat. setBorderBrush(QBrush brush)
void
QTextTableCellFormat. setBottomBorderBrush(QBrush brush)
void
QPainter. setBrush(QBrush brush)
void
QPalette. setBrush(QPalette.ColorGroup cg, QPalette.ColorRole cr, QBrush brush)
void
QPalette. setBrush(QPalette.ColorRole cr, QBrush brush)
void
QPen. setBrush(QBrush brush)
void
QPalette. setColorGroup(QPalette.ColorGroup cr, QBrush windowText, QBrush button, QBrush light, QBrush dark, QBrush mid, QBrush text, QBrush bright_text, QBrush base, QBrush window)
void
QStandardItem. setForeground(QBrush brush)
void
QTextFormat. setForeground(QBrush brush)
void
QTextTableCellFormat. setLeftBorderBrush(QBrush brush)
void
QTextTableCellFormat. setRightBorderBrush(QBrush brush)
void
QTextTableCellFormat. setTopBorderBrush(QBrush brush)
void
QBrush. swap(QBrush other)
Constructors in io.qt.gui with parameters of type QBrush Constructor Description QBrush(QBrush brush)
QPalette(QBrush windowText, QBrush button, QBrush light, QBrush dark, QBrush mid, QBrush text, QBrush bright_text, QBrush base, QBrush window)
QPen(QBrush brush, double width)
QPen(QBrush brush, double width, Qt.PenStyle s)
QPen(QBrush brush, double width, Qt.PenStyle s, Qt.PenCapStyle c)
Overloaded constructor forQPen(io.qt.gui.QBrush, double, io.qt.core.Qt.PenStyle, io.qt.core.Qt.PenCapStyle, io.qt.core.Qt.PenJoinStyle)
withj = io.qt.core.Qt.PenJoinStyle.BevelJoin
.QPen(QBrush brush, double width, Qt.PenStyle s, Qt.PenCapStyle c, Qt.PenJoinStyle j)
-
Uses of QBrush in io.qt.widgets
Fields in io.qt.widgets with type parameters of type QBrush Modifier and Type Field Description QObject.Signal1<QBrush>
QGraphicsOpacityEffect. opacityMaskChanged
Methods in io.qt.widgets that return QBrush Modifier and Type Method Description QBrush
QListWidgetItem. background()
QBrush
QMdiArea. background()
QBrush
QTableWidgetItem. background()
QBrush
QTreeWidgetItem. background(int column)
QBrush
QGraphicsScene. backgroundBrush()
QBrush
QGraphicsView. backgroundBrush()
QBrush
QStyleOptionViewItem. backgroundBrush()
QBrush
QAbstractGraphicsShapeItem. brush()
QBrush
QListWidgetItem. foreground()
QBrush
QTableWidgetItem. foreground()
QBrush
QTreeWidgetItem. foreground(int column)
QBrush
QGraphicsScene. foregroundBrush()
QBrush
QGraphicsView. foregroundBrush()
QBrush
QGraphicsOpacityEffect. opacityMask()
Methods in io.qt.widgets with parameters of type QBrush Modifier and Type Method Description QGraphicsEllipseItem
QGraphicsScene. addEllipse(double x, double y, double w, double h, QPen pen, QBrush brush)
Creates and adds an ellipse item to the scene, and returns the item reference.QGraphicsEllipseItem
QGraphicsScene. addEllipse(QRectF rect, QPen pen, QBrush brush)
Creates and adds an ellipse item to the scene, and returns the item reference.QGraphicsPathItem
QGraphicsScene. addPath(QPainterPath path, QPen pen, QBrush brush)
Creates and adds a path item to the scene, and returns the item reference.QGraphicsPolygonItem
QGraphicsScene. addPolygon(QPolygonF polygon, QPen pen, QBrush brush)
Creates and adds a polygon item to the scene, and returns the item reference.QGraphicsRectItem
QGraphicsScene. addRect(double x, double y, double w, double h, QPen pen, QBrush brush)
Creates and adds a rectangle item to the scene, and returns the item reference.QGraphicsRectItem
QGraphicsScene. addRect(QRectF rect, QPen pen, QBrush brush)
Creates and adds a rectangle item to the scene, and returns the item reference.void
QListWidgetItem. setBackground(QBrush brush)
void
QMdiArea. setBackground(QBrush background)
void
QTableWidgetItem. setBackground(QBrush brush)
void
QTreeWidgetItem. setBackground(int column, QBrush brush)
void
QGraphicsScene. setBackgroundBrush(QBrush brush)
void
QGraphicsView. setBackgroundBrush(QBrush brush)
void
QStyleOptionViewItem. setBackgroundBrush(QBrush backgroundBrush)
void
QAbstractGraphicsShapeItem. setBrush(QBrush brush)
void
QListWidgetItem. setForeground(QBrush brush)
void
QTableWidgetItem. setForeground(QBrush brush)
void
QTreeWidgetItem. setForeground(int column, QBrush brush)
void
QGraphicsScene. setForegroundBrush(QBrush brush)
void
QGraphicsView. setForegroundBrush(QBrush brush)
void
QGraphicsOpacityEffect. setOpacityMask(QBrush mask)