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. How-to make grid-like customizable UI
QtWS25 Last Chance

How-to make grid-like customizable UI

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

    Looking for advices on how to implement grid-like UI element, which can be customized by user at runtime (moving, resizing, adding or removing items),
    like on picture:

    !http://s18.postimg.org/krdz3f421/Ui_cheme_full.png(image)!

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

      Hi,

      "GridView":http://doc.qt.io/qt-5/qml-qtquick-gridview.html could be good candidate. You can create a custom model and delegate.

      157

      1 Reply Last reply
      0
      • M Offline
        M Offline
        morte
        wrote on last edited by
        #3

        It looks like GridView not intended to display items with different size (width/height).

        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