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 Installer framework hide or disable buttons

Qt Installer framework hide or disable buttons

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 813 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.
  • L Offline
    L Offline
    lanka
    wrote on 2 Dec 2015, 03:05 last edited by
    #1

    HI,
    I want to hide or freeze the back button on a page ( to be more specific, License Agreement Page). I tried editing control.qs with few methods but it doesn't seems to work. Following is one of them

    Controller.prototype.LicenseAgreementPageCallback = function()
    {
        var widget = gui.currentPageWidget();
        if (widget != null) 
        {
            widget.BackButton.setVisible(false) ;
        }
    }
    
    1 Reply Last reply
    0

    1/1

    2 Dec 2015, 03:05

    • Login

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