TreeWidget Class
(Utils::TreeWidget)The TreeWidget adds setActivationMode to QTreeWidget to allow for single click/double click behavior on platforms where the default is different. Use with care. More...
Header: | #include <TreeWidget> |
Inherits: | Utils::View |
Public Functions
TreeWidget(QWidget *parent = 0) |
- 3 public functions inherited from Utils::View
Detailed Description
The TreeWidget adds setActivationMode to QTreeWidget 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.