> -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf > Of [email protected] > Sent: Wednesday, July 16, 2014 1:47 PM > To: [email protected] > Subject: [Interest] Qt Installer Framework. > > Hello: > > I'm trying to use the Qt Installer Framework to create an installer for > Windows. > > Someone suggested I use installer.setDefaultPageVisible to solve a problem I > was having, but I can not find any reference to that in the doc which is > included with the installer.
It's documented here: http://doc-snapshot.qt-project.org/qtifw-master/scripting-qinstaller.html#setDefaultPageVisible-method (We just recently switched to qt 5 , which allowed us to document also the JavaScript API. Released versions of the IFW are still Qt 4 based, and are unfortunately missing the javascript API bits). > So, where is the *complete* documentation? The *complete* documentation is the source code ;) Regards Kai _______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
