QtWidgets露
The QtWidgets module contains classes that provide a set of UI elements to create classic desktop-style user interfaces.
Classes露
Attributes露
- qApp: QApplication
This is a read-only attribute.
TODO
- QWIDGETSIZE_MAX: int
This is a read-only attribute.
TODO
Functions露
- qDrawPlainRect(QPainter, QRect, Union[QColor, GlobalColor, QGradient], lineWidth: int = 1, fill: Union[QBrush, QColor, GlobalColor, QGradient] = None)
TODO
- qDrawPlainRect(QPainter, int, int, int, int, Union[QColor, GlobalColor, QGradient], lineWidth: int = 1, fill: Union[QBrush, QColor, GlobalColor, QGradient] = None)
TODO
- qDrawShadeLine(QPainter, QPoint, QPoint, QPalette, sunken: bool = True, lineWidth: int = 1, midLineWidth: int = 0)
TODO
- qDrawShadeLine(QPainter, int, int, int, int, QPalette, sunken: bool = True, lineWidth: int = 1, midLineWidth: int = 0)
TODO
- qDrawShadePanel(QPainter, QRect, QPalette, sunken: bool = False, lineWidth: int = 1, fill: Union[QBrush, QColor, GlobalColor, QGradient] = None)
TODO
- qDrawShadePanel(QPainter, int, int, int, int, QPalette, sunken: bool = False, lineWidth: int = 1, fill: Union[QBrush, QColor, GlobalColor, QGradient] = None)
TODO
- qDrawShadeRect(QPainter, QRect, QPalette, sunken: bool = False, lineWidth: int = 1, midLineWidth: int = 0, fill: Union[QBrush, QColor, GlobalColor, QGradient] = None)
TODO
- qDrawShadeRect(QPainter, int, int, int, int, QPalette, sunken: bool = False, lineWidth: int = 1, midLineWidth: int = 0, fill: Union[QBrush, QColor, GlobalColor, QGradient] = None)
TODO
- qDrawWinButton(QPainter, QRect, QPalette, sunken: bool = False, fill: Union[QBrush, QColor, GlobalColor, QGradient] = None)
TODO
- qDrawWinButton(QPainter, int, int, int, int, QPalette, sunken: bool = False, fill: Union[QBrush, QColor, GlobalColor, QGradient] = None)
TODO
- qDrawWinPanel(QPainter, QRect, QPalette, sunken: bool = False, fill: Union[QBrush, QColor, GlobalColor, QGradient] = None)
TODO