PDA

View Full Version : setWindowTitle and last compile date/time



jcr
8th April 2006, 23:57
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

jacek
8th April 2006, 23:59
Use __DATE__ and __TIME__ macros.