Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Make the target directory selection read only in the installation wizard

Make the target directory selection read only in the installation wizard

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 344 Views 2 Watching
  • 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.
  • sanojsubranS Offline
    sanojsubranS Offline
    sanojsubran
    wrote on last edited by
    #1

    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
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved