VirtualBox

Changeset 72222 in vbox


Ignore:
Timestamp:
May 15, 2018 8:48:58 PM (7 years ago)
Author:
vboxsync
Message:

FE/Qt: Add one more item to vm detaiuls pane to show setting file's locatiion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/UIGDetailsElements.cpp

    r71104 r72222  
    251251        table << UITextTableLine(QApplication::translate("UIGDetails", "Operating System", "details (general)"),
    252252                                 vboxGlobal().vmGuestOSTypeDescription(machine.GetOSTypeId()));
     253
     254        /* Location of the settings file: */
     255        QString strSettingsFile = machine.GetSettingsFilePath();
     256        if (!strSettingsFile.isEmpty())
     257        {
     258            table << UITextTableLine(QApplication::translate("UIGDetails", "Settings File Location", "details (general)"),
     259                                     QFileInfo(strSettingsFile).absolutePath());
     260        }
    253261
    254262        /* Get groups: */
     
    932940    setProperty("table", QVariant::fromValue(table));
    933941}
    934 
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette