我有两个Flickable在一个列中,我想滚动垂直第一次闪烁,当用户滚动第二次闪烁。Rectangle { anchors.fill: parent
id: first widthheight: parent.height
// I have also some TextFields and ComboBoxs here
Flickable
我想为Flickable创建一种视觉上的“边缘反弹”效果。但是边缘是硬边,就像墙一样,所以内容在任何时候都不能被拖动或弹过它。import QtQuick.Controls 1.4
{ width: 800 // so how to apply `Easing.OutBounce`
boundsBehavi