PyQt QPainter This function uses the QPainter class from PyQt to draw a circle. Graphics drawing 2024-12-16 12:04:55 9 views
PyQt5 QLabel Draws a circle using PyQt5's QPainter and QPixmap, using the provided pixmap as the brush for the circle's border. Graphics drawing 2024-12-16 11:33:57 4 views
PyQt5 QWidget This function creates a PyQt5 window and draws a randomly positioned red circle every time the window size changes. PyQt5 GUI 2024-12-16 11:24:48 2 views
PyQt5 QPainter Draws a circle with a specified color and radius using PyQt5. Graphics drawing 2024-12-07 15:58:58 3 views
PyQt6 QWidget Create a small PyQt6 window that displays a rectangle with a random color. Function 2024-12-07 15:56:45 14 views
PyQt5 QWidget This function uses PyQt5 to draw a circle with a specified color and radius. Graphics drawing 2024-11-30 16:12:10 5 views
PyQt5 QPainter This function uses PyQt5's QPainter and QPen classes to draw a circle. Graphics drawing 2024-11-30 16:09:52 4 views
PyQt5 QPainter This function uses the QPainter class from PyQt5 to draw a circle on a window, and sets the border color and fill color of the circle. Function 2024-11-30 16:09:05 3 views
PyQt5 QPainter Draws a circle with a specified center, radius, and color using PyQt5. Graphics drawing 2024-11-30 15:57:35 4 views
PyQt5 QPainter This function uses the PyQt5 library to draw specified shapes and colors. It accepts the name of the shape and the name of the color as parameters. Graphics drawing 2024-11-30 15:57:17 3 views