TreeView Class
(Utils::TreeView)The TreeView adds setActivationMode to QTreeView to allow for single click/double click behavior on platforms where the default is different. Use with care. More...
Header: | #include <TreeView> |
Inherits: | Utils::View |
Inherited By: |
Public Functions
TreeView(QWidget *parent = 0) |
- 3 public functions inherited from Utils::View
Detailed Description
The TreeView adds setActivationMode to QTreeView to allow for single click/double click behavior on platforms where the default is different. Use with care.
Also adds sane keyboard navigation for mac.