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. Flickable does not react to the movement of the mouse

Flickable does not react to the movement of the mouse

Scheduled Pinned Locked Moved QML and Qt Quick
2 Posts 2 Posters 702 Views 1 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.
  • D Offline
    D Offline
    Dmitry89
    wrote on last edited by
    #1

    When I try to move Flickable with the mouse, it does not move and it does not respond to the mouse wheel, how to enable Flickable dragging?

    @ScrollView {
    id: scrollview
    anchors.fill: parent
    flickableItem.dragging: true //<--here is Flickable
    Rectangle {
    color: "orange"
    width: scrollview.viewport.width
    height: 2000
    }
    }@

    ERROR: Invalid property assignment: "dragging" is a read-only property
    Qt 5.3.1; Win7 64x

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      @
      flickableItem.interactive: true
      @

      (Z(:^

      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