Klikit
DrAndrew
Source i (link to git-repo or to original if based on someone elses unmodified work):
More Board from DrAndrew:
Other Board:
© 2025 pling.com - Planet Linux'ing Groups
All rights reserved. All trademarks are copyright by their respective owners. All contributors are responsible for their uploads.
Ratings & Comments
1 Comment
I noticed that my CPU gets heavily loaded for a moment after I click one of the buttons, so I looked into the source and found that it uses "busy-waiting" (that is, waiting by wasting CPU cycles instead of sleeping). Maybe it would be better to use QTimer?