Results 1 to 1 of 1

Thread: Horizontal list as a delegate of vertical list

  1. #1
    Join Date
    Mar 2016
    Posts
    2
    Qt products
    Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11

    Default Horizontal list as a delegate of vertical list

    Hi, I am still quite new to qml/JavaScript/C++ and dealing with some problems. I am trying to make some sort of EPG schedule timeline --> something like this: http://i.stack.imgur.com/eliAh.jpg
    I'll have backend part in C++ for data processing and qml part for displaying data. For now data is just a model in a qml file.

    First vertical list is list of services and second vertical list contains events of each service --> here comes problems...

    First list needs to scroll only vertical, but list with events needs to scroll vertical (among with the list of services) and horizontal --> all lists together.

    I've achieved scrolling list vertical together with a function, but the problem is scrolling (when I navigate through list) all horizontal lists together.

    If you know better solution to achieve what I need, please give me a hint.

    Code is in an attachment.

    I appreciate every comment, so feel free to suggest any other solution
    Attached Files Attached Files
    Last edited by Qmyo; 12th May 2016 at 19:08.

Similar Threads

  1. List delegate flicks outside of container
    By prophet0 in forum Qt Quick
    Replies: 2
    Last Post: 13th April 2012, 13:54
  2. Replies: 1
    Last Post: 23rd April 2011, 17:33
  3. Replies: 9
    Last Post: 8th March 2011, 08:35
  4. Replies: 0
    Last Post: 4th April 2009, 15:54
  5. Replies: 1
    Last Post: 22nd October 2007, 02:04

Tags for this Thread

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.