Hello,
I would like to have the title of the QMainWindow windwos set to the compile date/time. The function is setWindowTitle but how do I get the date/time... Any idea on how I could achieve that?
Many thanks in advance
Hello,
I would like to have the title of the QMainWindow windwos set to the compile date/time. The function is setWindowTitle but how do I get the date/time... Any idea on how I could achieve that?
Many thanks in advance
Use __DATE__ and __TIME__ macros.
jcr (9th April 2006)
Bookmarks