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

Sliding toolbars ?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
4 Posts 3 Posters 958 Views 2 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.
  • N Offline
    N Offline
    Nevering
    wrote on last edited by
    #1

    Can something like this be done with QML in a Qt Quick app ?

    https://www.script-tutorials.com/demos/107/index.html

    A 1 Reply Last reply
    0
    • N Nevering

      Can something like this be done with QML in a Qt Quick app ?

      https://www.script-tutorials.com/demos/107/index.html

      A Offline
      A Offline
      Amir Afendin
      wrote on last edited by
      #2

      @Nevering of course

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

        @Nevering
        A ListView with horizontal orientation and Right to left layoutDirection will do. Use states and transtions to animate it. Don't forget to anchor it to right of the parent.
        More info:
        http://doc.qt.io/qt-5/qml-qtquick-listview.html#listview-layouts
        http://doc.qt.io/qt-5/qtquick-statesanimations-animations.html
        http://doc.qt.io/qt-5/qml-qtquick-item.html#anchors-prop

        157

        1 Reply Last reply
        2
        • N Offline
          N Offline
          Nevering
          wrote on last edited by
          #4

          Awesome, thanks

          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