fix issue #7
This commit is contained in:
parent
54e903a543
commit
50d08dc1e1
@ -69,6 +69,7 @@ void AddressBookDialog::setModel(AddressTableModel *model)
|
|||||||
void AddressBookDialog::setTab(int tab)
|
void AddressBookDialog::setTab(int tab)
|
||||||
{
|
{
|
||||||
ui->tabWidget->setCurrentIndex(tab);
|
ui->tabWidget->setCurrentIndex(tab);
|
||||||
|
on_tabWidget_currentChanged(tab);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTableView *AddressBookDialog::getCurrentTable()
|
QTableView *AddressBookDialog::getCurrentTable()
|
||||||
|
Loading…
Reference in New Issue
Block a user