Wednesday, January 13, 2010

QTreeView (QAbstractItemView) and PageUp/PageDown

Just a note on QTreeView and PageUp/PageDown. I'm developing an app designed for fingers on a big screen, and need a button for PageUp/PageDown rather than using the scrollbar.

QTreeView.autoScroll must be set to "true" to enable PageUp/PageDown key commands to move the list.

No comments:

Post a Comment