Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Hide a Slider in QML.
Forum Updated to NodeBB v4.3 + New Features

Hide a Slider in QML.

Scheduled Pinned Locked Moved Solved QML and Qt Quick
3 Posts 2 Posters 215 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.
  • M Offline
    M Offline
    mbatra
    wrote on last edited by
    #1

    Hi All,

    I have created a Slider in QML application. I want to hide the slider on some condition. Is there any way to hide the slider in QML.

    Any help would be appreciated.

    Thanks.

    1 Reply Last reply
    0
    • jeremy_kJ Offline
      jeremy_kJ Offline
      jeremy_k
      wrote on last edited by
      #2

      visible: !(some condition)

      Asking a question about code? http://eel.is/iso-c++/testcase/

      M 1 Reply Last reply
      1
      • jeremy_kJ jeremy_k

        visible: !(some condition)

        M Offline
        M Offline
        mbatra
        wrote on last edited by
        #3

        @jeremy_k

        Thank you very much. Its working.

        1 Reply Last reply
        0
        • M mbatra has marked this topic as solved on

        • Login

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