Details
Description
This snippet is wrong:
Controller.prototype.IntroductionPageCallback = function() { ... widget.setColoredTitle("New title."); // set the page title ... }
it should read instead:
widget.title = "New title."; // set the page title
Here is the link: http://doc.qt.io/qtinstallerframework/noninteractive.html