Import dialog and import progress moved to core library.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
CountryRegisterGrid::CountryRegisterGrid(QWidget *parent) : GridForm<CountryData>(parent)
|
||||
{
|
||||
setTableModel(new AutoTableModel<CountryData>());
|
||||
showImportButton();
|
||||
}
|
||||
|
||||
bool CountryRegisterGrid::canAddRecord()
|
||||
|
||||
Reference in New Issue
Block a user