Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Unsolved Make the target directory selection read only in the installation wizard

    General and Desktop
    1
    1
    176
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • sanojsubran
      sanojsubran last edited by

      Hi,

      I am using the Qt installer framework for creating the installer for a desktop application in windows.

      I want to make the target selection line edit in the target selection page as a non editable one.
      Also the browse button also need to be disabled.

      I couldn't get the exact information from the Qt installer framework documentation.
      I could see that in the documentation, below mentioned function is the one that needs to be re implemented,

      Controller.prototype.TargetDirectoryPageCallback = function()
      {
      gui.clickButton(buttons.NextButton);
      }

      How can I get the browse button in the target selection page?

      Any help would be appreciated.

      Regards,
      San

      1 Reply Last reply Reply Quote 0
      • First post
        Last post