Is there any way to change the window title of installer that created by Qt installer framework?
The window title set by <Title>
tag from the config.xml that concatenated with "Setup".
there is a title property for pages but it change the title of page contained inside the tab controller.
Thanks.