Quantcast
Channel: how to make a circle that is triggered by a button in pyqt5? - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Heike for how to make a circle that is triggered by a button in pyqt5?

The usual wayIf you want to draw extra shapes on your widget is to override paintEvent, create a QPainter object, and use this painter to draw the shapes you want. In your case, since you only want to...

View Article



how to make a circle that is triggered by a button in pyqt5?

Code for adding a circle in pyqt5 window on clicking a buttonimport sysfrom PyQt5.QtWidgets import QApplication, QMainWindow,QPushButton,QWidgetfrom PyQt5 import QtGuifrom PyQt5.QtCore import...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images