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: | View<QTreeWidget> |
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.
Member Function Documentation
TreeWidget::TreeWidget(QWidget *parent = 0)
Default constructs an instance of TreeWidget.