Uploaded image for project: 'Qt Installer Framework'
  1. Qt Installer Framework
  2. QTIFW-1044

We need to have access to UI elements from script

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 3.1.0
    • General
    • None

    Description

      Currently, it is very difficult and frustrating to customize ui elements on installer pages. There is no consistency at all.

      We should be able to easily access ui element properties (such as visible, disabled, text, etc...) on every installer page.

      Presently, if I do: 

      Controller.prototype.IntroductionPageCallback = function()
      {

      var errorLabel = widget.findChild("ErrorLabel");

      console.log(errorLabel);

      }

      it returns a valid handle.

      However, if I do:

      Controller.prototype.FinishedPageCallback = function()
      {

      var mybutton = widget.findChild("FinishButton");

      console.log(mybutton);

      }

      it returns null. This should not happen.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            installerteam Installer Team
            studiobods Matthias Baudot
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes