Skip to content

Commit

Permalink
Merge pull request #775 from openstudiocoalition/update_qss_2
Browse files Browse the repository at this point in the history
Update installer qss script
  • Loading branch information
jmarrec authored Dec 10, 2024
2 parents d279ff2 + 2c9408e commit c8c7435
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions ci/install_script_qtifw.qs
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ Controller.prototype.TargetDirectoryPageCallback = function()
};

// Unused
//Controller.prototype.ComponentSelectionPageCallback = function() {
//console.log("---- COMPONENT SELECTION PAGE");
//logCurrentPage();
Controller.prototype.ComponentSelectionPageCallback = function() {
console.log("---- COMPONENT SELECTION PAGE");
logCurrentPage();

//var widget = gui.currentPageWidget();

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

//gui.clickButton(buttons.NextButton);
//};
gui.clickButton(buttons.NextButton);
};

Controller.prototype.LicenseAgreementPageCallback = function() {
console.log("---- LICENSE AGREEMENT PAGE");
Expand Down Expand Up @@ -153,6 +153,7 @@ Controller.prototype.PerformInstallationPageCallback = function()
Controller.prototype.FinishedPageCallback = function() {
console.log("---- FINISHED PAGE");
logCurrentPage();
gui.currentPageWidget().RunItCheckBox.setChecked(false);

gui.clickButton(buttons.FinishButton);
};

0 comments on commit c8c7435

Please sign in to comment.