Results 1 to 16 of 16

Thread: GridView without reflow

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: GridView without reflow

    If you want a custom view in QML then there is no base type to build upon, you have to implement all communication with the model by yourself.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  2. #2
    Join Date
    Nov 2010
    Posts
    27
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo
    Thanks
    4

    Default Re: GridView without reflow

    I think so too. But before this I will try 2 things:
    creating a QML view using an horizontal ListView in which every element delegate is a vertical ListView.
    If this will not work I could try to subclass QTableView, implementing its custom delegate, and exporting my QTableView subclass as a QML component...

Similar Threads

  1. Replies: 7
    Last Post: 9th September 2013, 08:31
  2. QML GridView load model from C++ SQLite
    By olegdim in forum Qt Quick
    Replies: 0
    Last Post: 21st August 2012, 19:01
  3. QML gridView crahes on QDeclerativeView close
    By mots_g in forum Qt Programming
    Replies: 0
    Last Post: 4th June 2011, 12:28
  4. Usage of QTableView as gridview
    By ada10 in forum Newbie
    Replies: 7
    Last Post: 9th August 2010, 23:13
  5. Replies: 1
    Last Post: 14th October 2007, 10:09

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.