Changeset 13580 in vbox for trunk/src/VBox/Frontends/VirtualBox4/include/VBoxNewHDWzd.h
- Timestamp:
- Oct 27, 2008 2:04:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/VBoxNewHDWzd.h
r10112 r13580 39 39 VBoxNewHDWzd (QWidget *aParent = 0); 40 40 41 CHardDisk hardDisk() { return mChd; }41 CHardDisk2 hardDisk() { return mHD; } 42 42 void setRecommendedFileName (const QString &aName); 43 43 void setRecommendedSize (quint64 aSize); … … 60 60 private: 61 61 62 QString imageFileName(); 63 quint64 imageSize(); 64 bool isDynamicImage(); 62 QString location(); 63 bool isDynamicStorage(); 65 64 void updateSizeToolTip (quint64 aSizeB); 66 65 bool createHardDisk(); 67 66 68 QIWidgetValidator *mW valNameAndSize;69 CHardDisk mChd;67 QIWidgetValidator *mWValNameAndSize; 68 CHardDisk2 mHD; 70 69 int mSliderScale; 71 70 quint64 mMaxVDISize;
Note:
See TracChangeset
for help on using the changeset viewer.