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

Example snippet uses method not exposed to script.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 2.0.1
    • 2.0.0
    • General
    • None
    • 82a03ab1c0aa8ac750c4d287d3e2b72dee4a1a72

    Description

      This snippet is wrong:

      Controller.prototype.IntroductionPageCallback = function()
      {
         ...
              widget.setColoredTitle("New title."); // set the page title
         ...
      }
      

      it should read instead:

      widget.title = "New title."; // set the page title
      

      Here is the link: http://doc.qt.io/qtinstallerframework/noninteractive.html

      Attachments

        For Gerrit Dashboard: QTIFW-687
        # Subject Branch Project Status CR V

        Activity

          People

            leenam Leena Miettinen
            heimrich Karsten Heimrich
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes