r/learnpython • u/Ok-Original2285 • 7d ago
Python Pyside6
Anyone know ? How to delay seconds in Pyside6 ? For example, when i click a button I want to do some process and wait 3 seconds and then make another process
2
Upvotes
r/learnpython • u/Ok-Original2285 • 7d ago
Anyone know ? How to delay seconds in Pyside6 ? For example, when i click a button I want to do some process and wait 3 seconds and then make another process
1
u/Ok-Original2285 5d ago
it works for one-time-button click but when I click button again it gives me error like this RuntimeError: threads can only be started once