SteveH
20th November 2010, 19:51
Hi all,
Is it possible on a MS Windows system to set the text in the application's 'button' in the OS system task bar on the bottom of the screen to something different to the application's main window title text ?
I use 'setWindowTitle(QString)' to set the MainWindow title but nothing i've found in the help files or on the forums suggest another method to set the other text (only related post I found thought it could not be done).
I'm porting a large program from Borland Builder that has this feature. (it allows the task bar button to have something short and meaningfull instead of the truncated front of the MainWindow title).
SteveH
Is it possible on a MS Windows system to set the text in the application's 'button' in the OS system task bar on the bottom of the screen to something different to the application's main window title text ?
I use 'setWindowTitle(QString)' to set the MainWindow title but nothing i've found in the help files or on the forums suggest another method to set the other text (only related post I found thought it could not be done).
I'm porting a large program from Borland Builder that has this feature. (it allows the task bar button to have something short and meaningfull instead of the truncated front of the MainWindow title).
SteveH