Posts by Peter Torbenn • 1 point
4 posts
-
0
votes1
answer208
viewsQ: Qpushbuttos with more robust designs
I’m studying Pyqt5, and I think it’s kind of weird how the Qpushbuttons are designed. you can put the button description in the bottom corner and make it change color when the cursor is on top of it…
-
0
votes1
answer155
viewsA: Pyqt5 and buttons that lock
The problem occurs because there is in the code a mixture of Pyqt4 and Pyqt5 which causes a Buffer Overflow which results in Python Crash
-
-2
votes1
answer155
viewsQ: Pyqt5 and buttons that lock
I made a basic Pyqt5 application with login and registration. The problem is that when I click on any button to perform any action be it, save next or login, Python stops working. I’ve searched…
-
0
votes0
answers22
viewsQ: Alternatives to timesleep
Good night! Whenever I use delay or the time.Leep my code simply hangs until the end of the run, as far as I read they do not work in parallel Is there a lib that has the same hold function but…