Import dialog and import progress moved to core library.

This commit is contained in:
2017-05-06 23:27:54 +02:00
parent 25c481f5f1
commit 0e803c23cb
17 changed files with 197 additions and 196 deletions
+1
View File
@@ -4,6 +4,7 @@
CountryRegisterGrid::CountryRegisterGrid(QWidget *parent) : GridForm<CountryData>(parent)
{
setTableModel(new AutoTableModel<CountryData>());
showImportButton();
}
bool CountryRegisterGrid::canAddRecord()