hakaishi / nobleNote

Program to make and manage notes
Other
30 stars 4 forks source link

Add a preferences option: touch screen scrolling mode #137

Closed nebomuk closed 12 years ago

nebomuk commented 12 years ago

FlickCharm can be enabled/disabled on a QAbstractScrollArea (e.g. QListview, QTableWidget) via the activateOn and deactivateFrom methods.

FlickCharm must not be created as a local stack variable! A FlickCharm has to be created once for every widget.

The following Widgets must get the FlickCharm controlled by the preferences: folderView, noteView and the textEdit from openNoteSource() inside MainWindow the textBrowser inside Note the treeWidget and the backup preview QTextEdit inside Backup

nebomuk commented 12 years ago

FlickCharm does hardly work with multi touch touchscreens and is not smooth for item views on slow mobile devices (android). FlickCharm will be replaced by Qt Quick/QML.