moment/src/qml/Base/HFlickable.qml

8 lines
165 B
QML
Raw Normal View History

import QtQuick 2.12
import QtQuick.Controls 2.12
Flickable {
interactive: contentWidth > width || contentHeight > height
ScrollBar.vertical: ScrollBar {}
}