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