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. Drop Menu to hide and show data
Qt 6.11 is out! See what's new in the release blog

Drop Menu to hide and show data

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
4 Posts 2 Posters 1.1k 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.
  • saitejS Offline
    saitejS Offline
    saitej
    wrote on last edited by
    #1

    Hello

    I need to make a Sidebar in qml with groups of data and should be able to hide and show the data when required. It should be something like this.

    When I click the arrow the data should be shown. Are there any in-built QML components that I can use for this?

    Thanks

    1 Reply Last reply
    0
    • p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #2

      @saitej Did you check Drawer ?

      157

      saitejS 1 Reply Last reply
      0
      • p3c0P p3c0

        @saitej Did you check Drawer ?

        saitejS Offline
        saitejS Offline
        saitej
        wrote on last edited by
        #3

        @p3c0

        I have checked drawer. From what I understood It is swipe based and used for hiding and showing entire side bar. What I need is, a static side bar with the drop menus as shown in the image.

        1 Reply Last reply
        0
        • p3c0P Offline
          p3c0P Offline
          p3c0
          Moderators
          wrote on last edited by
          #4

          @saitej Well then I think you will need to create your own custom component and use it as a delegate in ListView.

          157

          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