Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Component.prototype.targetPageEntered = function () {
  2. if (installer.value("canContinue") != "true") {
  3. gui.clickButton(buttons.BackButton);
  4. QMessageBox.information("psExecutableSpecify", "Installer",
  5. "You must do smth to continue", QMessageBox.Ok);
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement