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
Forum Updated to NodeBB v4.3 + New Features

Qt Installer framework hide or disable buttons

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
1 Posts 1 Posters 829 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.
  • L Offline
    L Offline
    lanka
    wrote on 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

    • Login

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