python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Draw a border around all objects/shapes in a QGraphicsItem paint method
I want to draw a border around all objects/shapes within a QGraphicsItem Paint method. (The green and red circles are part of a separate item, so they don't count in this situation)
I am currently dra...
Adam Sirrelle
Votes: 0
Answers: 1
How remove close button from QMessageBox PySide2
How I can remove close button from QMessageBox?
How I can increase Title text?
class ErrorModal(QMessageBox):
def __init__(self, parent: Optional[None] = None):
super().__init__(parent=...
Sergey Derevianko
Votes: 0
Answers: 0
An issue when receiving messages with socket programming
First of all, I am sorry that I cannot give you a minimal example. The code started to become very complex and I don't think I can prepare one anymore.
but if I were to tell you simply what I'm doing,...

Mustafa AHCI
Votes: 0
Answers: 1
shiboken2, ImportError: DLL load failed: The specified procedure could not be found
I had a PyQT Project which was working very well 1-2 months ago. I made some changes (not in the PyQT Project, but in other python files in same directory) and then ran the same PyQT Project again, bu...
Asad Hussain
Votes: 0
Answers: 0