mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 11:10:44 +00:00
Make pointer to data directory in System Information message box be clickable to open the directory.
This commit is contained in:
parent
8dd04397cc
commit
b92502ac63
@ -478,8 +478,8 @@ int main(int argc, char *argv[]) {
|
|||||||
qDebug() << "Using " + GetAppData() + " as OSCAR data folder";
|
qDebug() << "Using " + GetAppData() + " as OSCAR data folder";
|
||||||
|
|
||||||
addBuildInfo("");
|
addBuildInfo("");
|
||||||
addBuildInfo(QObject::tr("Data directory:") + " " + GetAppData());
|
QString path = GetAppData();
|
||||||
|
addBuildInfo(QObject::tr("Data directory:") + " <a href=\"file:///" + path + "\">" + path + "</a>");
|
||||||
|
|
||||||
QDir newDir(GetAppData());
|
QDir newDir(GetAppData());
|
||||||
#if QT_VERSION < QT_VERSION_CHECK(5,9,0)
|
#if QT_VERSION < QT_VERSION_CHECK(5,9,0)
|
||||||
|
Loading…
Reference in New Issue
Block a user