Skip to content

Commit c8c7435

Browse files
authored
Merge pull request #775 from openstudiocoalition/update_qss_2
Update installer qss script
2 parents d279ff2 + 2c9408e commit c8c7435

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

ci/install_script_qtifw.qs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ Controller.prototype.TargetDirectoryPageCallback = function()
6666
};
6767

6868
// Unused
69-
//Controller.prototype.ComponentSelectionPageCallback = function() {
70-
//console.log("---- COMPONENT SELECTION PAGE");
71-
//logCurrentPage();
69+
Controller.prototype.ComponentSelectionPageCallback = function() {
70+
console.log("---- COMPONENT SELECTION PAGE");
71+
logCurrentPage();
7272

7373
//var widget = gui.currentPageWidget();
7474

@@ -106,8 +106,8 @@ Controller.prototype.TargetDirectoryPageCallback = function()
106106
//console.log("* " + compName + ": " + installStatus);
107107
//}
108108

109-
//gui.clickButton(buttons.NextButton);
110-
//};
109+
gui.clickButton(buttons.NextButton);
110+
};
111111

112112
Controller.prototype.LicenseAgreementPageCallback = function() {
113113
console.log("---- LICENSE AGREEMENT PAGE");
@@ -153,6 +153,7 @@ Controller.prototype.PerformInstallationPageCallback = function()
153153
Controller.prototype.FinishedPageCallback = function() {
154154
console.log("---- FINISHED PAGE");
155155
logCurrentPage();
156+
gui.currentPageWidget().RunItCheckBox.setChecked(false);
156157

157158
gui.clickButton(buttons.FinishButton);
158159
};

0 commit comments

Comments
 (0)