-
-
Notifications
You must be signed in to change notification settings - Fork 311
QTableView does not expose "setSelectionBehavior" function #1015
Copy link
Copy link
Closed
Description
Describe the bug
QTableView does not expose "setSelectionBehavior" function
To Reproduce
Steps to reproduce the behavior:
- Go to create a new QtableView
- try setting Selection behavior to SelectRow (QAbstractItemViewSelectionBehavior enum)
- find out that "setSelectionBehavior" function does not exist.
Expected behavior
I expect to be able to set table up to select rows with one click
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- OS: Windows 11
- NodeGUI @nodegui/nodegui@0.61.0
- OS Windows 11 Version22H2 (OS Build 22621, 1848)
Additional context
API docs list this function as present, it is not.
https://docs.nodegui.org/docs/api/generated/classes/qtableview/#setselectionbehavior
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels