Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Qt IFW: override the default behaviour of Browse button in Target Directory

Qt IFW: override the default behaviour of Browse button in Target Directory

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
qt ifw 2.0
1 Posts 1 Posters 592 Views
  • 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.
  • S Offline
    S Offline
    sassi67
    wrote on last edited by sassi67
    #1

    Hallo everybody,
    this is my problem.
    I've created an installer with Qt IFW 2.0.1 in which I need to make some extra checks only under Windows.
    More exactly I need to check if the destination directory (selected through the Browse button in the Target Directory page) ends with a particular string (say "MyFolder"). When not, a popup message is shown and the Next button is kept disabled.
    I've implemented a "slot" connected to the signal "textChanged" of TargetDirectoryLineEdit; it shows the popup message (when necessary) but I'm not able to force the Next button to work in a proper way (note that I've simply used "buttons.NextButton.enabled = false;") .
    Is there a mistake?
    If not should I implement a custom page?
    Thanks in advance.

    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