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
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.
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