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)
Creating separate timer for speed and ball creating
I am working on Falling ball application,
About the application: the balls keep on falling at regular intervals, and there is a basket that catches the balls. If caught then we earn a point if not the...
Syed Iftekharuddin
Votes: 0
Answers: 1
How to run the code between specific dates on QT
How can I run the function I want in the code in the time interval I selected in the code I wrote in Qt? How can I set up a signal slot structure? can you show sample code?
for example in the code I w...
Mahmut
Votes: 0
Answers: 0
QEventLoop in QTimer slot
I have multiple QTimer in the same thread, in the slot connected to the QTimer, I use QEventLoop for synchronization, like http requests, but I found different QTimers may affect each other when they ...
William Zhang
Votes: 0
Answers: 1
PyQt5 Automatically update curent time in subthread
I want to automatically update the current time in Qstatusbar. I used mainUI thread for displaying time and subthreads for other long-running tasks. This is working fine.
Now, I would like to use the ...
Tam Phan
Votes: 0
Answers: 1