-
Bug
-
Resolution: Invalid
-
P2: Important
-
4.5.2, 4.6.0
-
None
How to reproduce:
Open Address Book example in examples/itemviews/addressbook. In addresswidget.cpp, line 188:
replace
connect(tableView->selectionModel(),
with
connect(tableView,
Run the example, use Tools -> "Add Entry..." to add an entry. Find the entry in address book and select it.
What's expected:
"Edit Entry..." and "Remove Entry" actions should become enabled.
What happens:
Actions remain disabled.