Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello I need some ideas too set up an application clock that doesn't need to be in sync with the system time. it got it's time from another part of the system I work on. I would like something like a clock object but maybe I need to build one;
Well, what about a QTimer, a QDateTime and a QLabel?
No not what I wanted. It has to run in the backgroun so a simple obj and a timer is what I used and it's solved