Results 1 to 9 of 9

Thread: Flickable area not working

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    jfinn88 Guest

    Default Re: Flickable area not working

    I thought I would have to use the flickable area to make the tableView scroll by touch...

  2. #2
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Flickable area not working

    A view that can't scroll by itself would be pretty useless IMHO.

    Cheers,
    _

  3. #3
    jfinn88 Guest

    Default Re: Flickable area not working

    I agree and it dose provide scroll bars by its self I get that, I'm not sure about the touch screen side though...

  4. #4
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default Re: Flickable area not working

    I would be equally surprised if any QtQuick component would not work with touch screen, after all that's the main use case for this UI technology.

    Cheers,
    _

  5. #5
    jfinn88 Guest

    Default Re: Flickable area not working

    right! that’s why I chose to use it. I have found a know bug when using ScrollView will disable a flickable area in a listView. I'm wondering if there is something messing with my tableViews flickable inheritance that is similar to the listView issue. I'm making progress on my UI thanks for the help

    was able to find property for enabling flickable area with ScrollView:

    soln: flickableItem.interactive: true - allows flickable are in listView with ScrollView

    not sure how to get tableView flickable to work now....
    Last edited by jfinn88; 27th September 2016 at 19:01.

Similar Threads

  1. Flickable mouse dragging not working
    By pconfig in forum Qt Quick
    Replies: 0
    Last Post: 14th March 2015, 13:06
  2. mousearea outside flickable not working
    By joko in forum Qt Quick
    Replies: 3
    Last Post: 15th December 2014, 16:36
  3. Replies: 0
    Last Post: 16th September 2012, 10:28
  4. Scrollbar in scroll area not working
    By ada10 in forum Newbie
    Replies: 2
    Last Post: 30th August 2010, 12:39
  5. Replies: 10
    Last Post: 2nd August 2010, 14:07

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.