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. [Qt IFW] How to read command line parameter

[Qt IFW] How to read command line parameter

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 364 Views 1 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.
  • G Offline
    G Offline
    gabrielr
    wrote on last edited by
    #1

    Hello,

    I am using Qt IFW to provide a setup installer to our end users.
    I'd like to know if there was a way to read from the controller script a parameter given with the command line.

    I'd like to override the target directory:

    Controller.prototype.TargetDirectoryPageCallback = function()
    {
        // Here, specific code to update the target directory, based
        // on a parameter given in the command line of the installer.
        // The installer could be started with such a command line:
        // my_app_setup.exe --target-directory=/path/to/the/install/directory
        gui.clickButton(buttons.NextButton);
    }
    

    Thank you in advance for your answers!

    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