qt5base-lts/examples/widgets/itemviews/addressbook
Alexander Volkov c181f418b9 Address Book example: Correctly update "Edit entry" and "Remove entry" actions
They are not updated after switching tabs. Thus they can be enabled even
when no entry is selected: select an entry on the current tab and then
switch to an empty tab.

Emit AddressWidget::selectionChanged() signal after changing the current tab
to update these actions.

Change-Id: I00da15ed6c3d3839210ae3ffbe1436e234695522
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
2017-10-23 14:38:22 +00:00
..
adddialog.cpp Unify license header usage. 2016-03-29 10:20:03 +00:00
adddialog.h Unify license header usage. 2016-03-29 10:20:03 +00:00
addressbook.pro clean up example project files, mostly wrt QT+=widgets 2012-12-17 14:08:17 +01:00
addresswidget.cpp Address Book example: Correctly update "Edit entry" and "Remove entry" actions 2017-10-23 14:38:22 +00:00
addresswidget.h Unify license header usage. 2016-03-29 10:20:03 +00:00
main.cpp Unify license header usage. 2016-03-29 10:20:03 +00:00
mainwindow.cpp Unify license header usage. 2016-03-29 10:20:03 +00:00
mainwindow.h Unify license header usage. 2016-03-29 10:20:03 +00:00
newaddresstab.cpp Unify license header usage. 2016-03-29 10:20:03 +00:00
newaddresstab.h Unify license header usage. 2016-03-29 10:20:03 +00:00
tablemodel.cpp Address Book example: Replace QPair by struct 2017-10-17 16:42:55 +00:00
tablemodel.h Address Book example: Replace QPair by struct 2017-10-17 16:42:55 +00:00