mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 11:10:44 +00:00
Temporarily show appDirPath
This commit is contained in:
parent
1531436c4e
commit
eda531a6fd
@ -229,6 +229,9 @@ void MainWindow::Startup()
|
|||||||
if (overview) overview->ReloadGraphs();
|
if (overview) overview->ReloadGraphs();
|
||||||
qprogress->hide();
|
qprogress->hide();
|
||||||
qstatus->setText("");
|
qstatus->setText("");
|
||||||
|
qDebug() << "applicationDirPath =" << QApplication::applicationDirPath();
|
||||||
|
qDebug() << "applicationFilePath =" << QApplication::applicationFilePath();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::on_action_Import_Data_triggered()
|
void MainWindow::on_action_Import_Data_triggered()
|
||||||
|
Loading…
Reference in New Issue
Block a user