Logo
Explore Help
Register Sign In
Zergling_man/moment
Zergling_man/moment
1
0
Fork 0
You've already forked moment
Code Issues Pull Requests Packages Projects Releases Wiki Activity
moment/src/gui/Base/HFlickable.qml

12 lines
253 B
QML
Raw Normal View History

Add SPDX ID LGPL v3+ license headers
2019-12-19 07:46:16 -04:00
// SPDX-License-Identifier: LGPL-3.0-or-later
Add scrollbars to flickable and listviews
2019-07-20 15:06:38 -04:00
import QtQuick 2.12
import QtQuick.Controls 2.12
Flickable {
interactive: contentWidth > width || contentHeight > height
Improve trackpad fix - Add it to remaining components - Do not use Timer, as flickDeceleration from Flickable is more performant - Add a setting option for it: useTrackpadFix
2020-05-15 20:32:44 -03:00
ScrollBar.vertical: ScrollBar {
Fix bugs and improve trackpad scroll precision Improve trackpad precision by making the amount of scroll, flickVelocity and flickDeceleration proportional
2020-05-18 11:53:26 -03:00
visible: parent.interactive
Improve trackpad fix - Add it to remaining components - Do not use Timer, as flickDeceleration from Flickable is more performant - Add a setting option for it: useTrackpadFix
2020-05-15 20:32:44 -03:00
}
Add scrollbars to flickable and listviews
2019-07-20 15:06:38 -04:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 84ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API