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)
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 to properly catch and filter all keyboard events in a QTableWidget?
I'd like to filter the characters entered in the cells of a QWidgetTable to only accept hexadecimal characters (ie filter ascii character that doesn't represent an hex value).
I tried different option...
PtiCaillou
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
How to run QTcpServer in separate thread from GUI in PySide6?
I'm making a PySide6 program with a GUI, backend, and a QTcpServer (which only handles a single connection), and I want all three in separate threads as to never freeze up the GUI.
I read about implem...
Marcus Hagberg
Votes: 0
Answers: 1