mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
Turned import progress dialog back on
This commit is contained in:
parent
a6dbdf3d15
commit
58bc7ef2ef
@ -501,7 +501,7 @@ void MainWindow::on_action_Import_Data_triggered()
|
||||
QLabel label(tr("Please wait, SleepyHead is importing data..."));
|
||||
layout.addWidget(&label,1);
|
||||
layout.addWidget(qprogress,1);
|
||||
//dlg.show();
|
||||
dlg.show();
|
||||
for (int i = 0; i < importFrom.size(); i++) {
|
||||
QString dir = importFrom[i];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user