python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to make Triangle obect in Windows Form?
I want to draw/make a triangle graphic that will appear right after when I run the program but I can't figure out the right command. Here's the command I use to make a rectangle object.
private void F...
Dony KaEf
Votes: 0
Answers: 2
Qt Custom Paint Event Progressbar
I want to make custom progressbar on Qt.
Design of progressbar (It's PNG):
Here is the result on Qt:
Code of Pic2:
import sys, os, time
from PySide6 import QtCore, QtWidgets, QtGui
from PySide6.QtWi...
Emrexdy
Votes: 0
Answers: 1
how to call mousePressEvent under if & else of paintEvent in pyqt?
In PyQt5, I am developing a sensors based GUI where i draw a toggle power off/on button in which i want to add a functionality where i toggle the power button and my desktop gui should be closed on th...
saman naz
Votes: 0
Answers: 1
Qt how to use paintEvent function to refresh two or more widgets silmultaneously
Now I am using Qt5 to draw Kline of stocks. Two classes are defined for price bar and volume bar, then I add them to a widget by a QSplitter. However, When I move mouse forward or backward and the pri...
sunseeker.yuan
Votes: 0
Answers: 0