VirtualBox

Changeset 91041 in vbox


Ignore:
Timestamp:
Aug 31, 2021 6:09:46 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146690
Message:

FE/Qt: bugref:9996. A bit more polishing.

Location:
trunk/src/VBox/Frontends/VirtualBox/src/wizards
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMModePageBasic.h

    r90990 r91041  
    3535class UICloneVMCloneModeGroupBox;
    3636
    37 /* 3rd page of the Clone Virtual Machine wizard (basic extension): */
     37/** 3rd page of the Clone Virtual Machine wizard (basic extension). */
    3838class UIWizardCloneVMModePageBasic : public UINativeWizardPage
    3939{
     
    4242public:
    4343
    44     /* Constructor: */
     44    /** Constructor. */
    4545    UIWizardCloneVMModePageBasic(bool fShowChildsOption);
    4646
     
    5151private:
    5252
    53     /* Translation stuff: */
     53    /** Translation stuff. */
    5454    void retranslateUi();
    5555
    56     /* Prepare stuff: */
     56    /** Prepare stuff. */
    5757    void initializePage();
    5858    void prepare();
    5959
    60     /* Validation stuff: */
     60    /** Validation stuff. */
    6161    bool validatePage();
    6262
    63     /* Widgets: */
     63    /** Widgets. */
    6464    QIRichTextLabel *m_pLabel;
    6565    UICloneVMCloneModeGroupBox *m_pCloneModeGroupBox;
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMNamePathPageBasic.h

    r91035 r91041  
    6060    void initializePage();
    6161    void prepare(const QString &strDefaultClonePath);
    62     /* Validation stuff: */
     62    /** Validation stuff */
    6363    bool isComplete() const;
    6464
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/clonevm/UIWizardCloneVMPageExpert.h

    r91035 r91041  
    3232class UICloneVMNamePathEditor;
    3333
    34 /* Expert page of the Clone Virtual Machine wizard: */
     34/** Expert page of the Clone Virtual Machine wizard. */
    3535class UIWizardCloneVMPageExpert : public UINativeWizardPage
    3636{
     
    3939public:
    4040
    41     /* Constructor: */
     41    /** Constructor. */
    4242    UIWizardCloneVMPageExpert(const QString &strOriginalName, const QString &strDefaultPath,
    4343                              bool fAdditionalInfo, bool fShowChildsOption, const QString &strGroup);
     
    5353private:
    5454
    55     /* Translation stuff: */
     55    /** Translation stuff. */
    5656    void retranslateUi();
    5757
    58     /* Prepare stuff: */
     58    /** Prepare stuff. */
    5959    void initializePage();
    6060    void prepare(const QString &strOriginalName, const QString &strDefaultPath, bool fShowChildsOption);
    6161
    62     /* Validation stuff: */
     62    /** Validation stuff. */
    6363    bool isComplete() const;
    6464    bool validatePage();
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVD.h

    r91035 r91041  
    3030#include "CMediumFormat.h"
    3131
    32 /* New Virtual Hard Drive wizard: */
     32/** New Virtual Hard Drive wizard. */
    3333class SHARED_LIBRARY_STUFF UIWizardNewVD : public UINativeWizard
    3434{
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageExpert.h

    r91035 r91041  
    3030class UIMediumSizeAndPathGroupBox;
    3131
    32 /* Expert page of the New Virtual Hard Drive wizard: */
     32/** Expert page of the New Virtual Hard Drive wizard. */
    3333class SHARED_LIBRARY_STUFF UIWizardNewVDPageExpert : public UINativeWizardPage
    3434{
     
    4949private:
    5050
    51     /* Translation stuff: */
     51    /** Translation stuff. */
    5252    void retranslateUi();
    5353
    54     /* Prepare stuff: */
     54    /** Prepare stuff. */
    5555    void prepare();
    5656    void initializePage();
    5757
    58     /* Validation stuff: */
     58    /** Validation stuff. */
    5959    bool isComplete() const;
    6060    bool validatePage();
    6161    void updateDiskWidgetsAfterMediumFormatChange();
    6262
    63     /* Widgets: */
    64     UIMediumSizeAndPathGroupBox *m_pSizeAndPathGroup;
    65     UIDiskFormatsGroupBox *m_pFormatGroup;
    66     UIDiskVariantGroupBox *m_pVariantGroup;
     63   /** @name Widget
     64     * @{ */
     65       UIMediumSizeAndPathGroupBox *m_pSizeAndPathGroup;
     66       UIDiskFormatsGroupBox *m_pFormatGroup;
     67       UIDiskVariantGroupBox *m_pVariantGroup;
     68   /** @} */
    6769
    68     QString m_strDefaultName;
    69     QString m_strDefaultPath;
    70     qulonglong m_uDefaultSize;
    71     qulonglong m_uMediumSizeMin;
    72     qulonglong m_uMediumSizeMax;
     70   /** @name Variable
     71     * @{ */
     72       QString m_strDefaultName;
     73       QString m_strDefaultPath;
     74       qulonglong m_uDefaultSize;
     75       qulonglong m_uMediumSizeMin;
     76       qulonglong m_uMediumSizeMax;
     77   /** @} */
    7378};
    7479
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageFileType.h

    r91035 r91041  
    2929class UIDiskFormatsGroupBox;
    3030
    31 /* 1st page of the New Virtual Hard Drive wizard (basic extension): */
     31/** 1st page of the New Virtual Hard Drive wizard (basic extension). */
    3232class SHARED_LIBRARY_STUFF UIWizardNewVDPageFileType : public UINativeWizardPage
    3333{
     
    3636public:
    3737
    38     /* Constructor: */
     38    /** Constructor. */
    3939    UIWizardNewVDPageFileType();
    4040
     
    4949    void initializePage();
    5050
    51     /* Validation stuff: */
     51    /** Validation stuff. */
    5252    bool isComplete() const;
    5353
Note: See TracChangeset for help on using the changeset viewer.

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