VirtualBox

Ignore:
Timestamp:
Oct 13, 2009 1:12:05 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: Storage UI could now be invoked at runtime. Console WND source code now feats current coding-style.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxVMSettingsHD.h

    r23580 r23723  
    504504public:
    505505
    506     StorageDelegate (QObject *aParent);
     506    StorageDelegate (QObject *aParent, bool aDisableStaticControls);
    507507
    508508private:
    509509
    510510    void paint (QPainter *aPainter, const QStyleOptionViewItem &aOption, const QModelIndex &aIndex) const;
     511
     512    bool mDisableStaticControls;
    511513};
    512514
     
    522524public:
    523525
    524     VBoxVMSettingsHD();
     526    VBoxVMSettingsHD (bool aDisableStaticControls = false);
    525527
    526528signals:
     
    608610    bool mIsLoadingInProgress;
    609611    bool mIsPolished;
     612    bool mDisableStaticControls;
    610613};
    611614
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