open file, recent file

This commit is contained in:
2019-03-12 16:06:42 +01:00
parent aa5dbe9324
commit d9b79fa977
10 changed files with 168 additions and 132 deletions
+5
View File
@@ -64,6 +64,11 @@ void cToolBoxPerson::createActions()
connect(m_lpPersonListModel, &QStandardItemModel::itemChanged, this, &cToolBoxPerson::onPersonChanged);
}
void cToolBoxPerson::clearPersonList()
{
m_lpPersonListModel->clear();
}
void cToolBoxPerson::setPersonList(cPersonList* lpPersonList)
{
m_bLoading = true;