PDA

View Full Version : clock or digital component for gui desktop app



Anamaria Fiser
30th September 2015, 12:54
Is there some clock or digital clock component available that I could use in my gui desktop app? I need to display time in a more pretty way, that''s all.

Lesiok
30th September 2015, 13:19
QLCDNumber

d_stranz
30th September 2015, 16:15
Old, but might be able to port it to current Qt. (http://qt-apps.org/content/show.php/QDigitalClock?content=81242)

ChrisW67
1st October 2015, 20:29
http://doc.qt.io/qt-5/qtwidgets-widgets-analogclock-example.html
http://doc.qt.io/qt-5/qtwidgets-widgets-digitalclock-example.html

code_err
4th October 2015, 09:43
You could use analog clock from my win32api library, it's pure native C++ code, should be easy to port to Qt.
http://sourceforge.net/projects/nns-widgets-library/