1. atXBeginning : bool
    2. atXEnd : bool
    3. atYBeginning : bool
    4. atYEnd : bool
    5. bottomMargin : real
    6. boundsBehavior : enumeration
    7. boundsMovement : enumeration
    8. contentHeight : real
    9. contentItem : Item
    10. contentWidth : real
    11. contentX : real
    12. contentY : real
    13. dragging : bool
    14. draggingHorizontally : bool
    15. draggingVertically : bool
    16. flickDeceleration : real
    17. flickableDirection : enumeration
    18. flicking : bool
    19. flickingHorizontally : bool
    20. flickingVertically : bool
    21. horizontalOvershoot : real
    22. horizontalVelocity : real
    23. interactive : bool
    24. leftMargin : real
    25. maximumFlickVelocity : real
    26. moving : bool
    27. movingHorizontally : bool
    28. movingVertically : bool
    29. originX : real
    30. originY : real
    31. pixelAligned : bool
    32. pressDelay : int
    33. rebound : Transition
    34. rightMargin : real
    35. synchronousDrag : bool
    36. topMargin : real
    37. verticalOvershoot : real
    38. verticalVelocity : real
    39. visibleArea
    40. visibleArea.heightRatio : real
    41. visibleArea.widthRatio : real
    42. visibleArea.xPosition : real
    43. visibleArea.yPosition : real
    44. Signals
    45. flickEnded()
    46. flickStarted()
    47. movementEnded()
    48. movementStarted()
    49. Methods
    50. cancelFlick()
    51. flick(qreal xVelocity, qreal yVelocity)
    52. resizeContent(real width, real height, QPointF center)
    53. returnToBounds()