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