VirtualBox

Ignore:
Timestamp:
Nov 19, 2008 2:42:23 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39544
Message:

FE/Qt4: 2405: Stricter RAM size checks. Feature implemented.

Location:
trunk/src/VBox/Frontends/VirtualBox4/include
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/include/QIWidgetValidator.h

    r9775 r14339  
    4747
    4848    void setCaption (const QString& aCaption) { mCaption = aCaption; }
    49     QString caption() const { return mCaption; } 
     49    QString caption() const { return mCaption; }
    5050
    5151    QString warningText() const;
     52
     53    QString lastWarning() const { return mLastWarning; }
     54    void setLastWarning (const QString &aLastWarning) { mLastWarning = aLastWarning; }
    5255
    5356    void setOtherValid (bool aValid) { mOtherValid = aValid; }
     
    6568private:
    6669
     70    QString mLastWarning;
    6771    QString mCaption;
    6872    QWidget *mWidget;
  • trunk/src/VBox/Frontends/VirtualBox4/include/VBoxSettingsDialog.h

    r10717 r14339  
    6262    QString titleExtension() const;
    6363
     64    void setError (const QString &aError);
    6465    void setWarning (const QString &aWarning);
    6566
     
    8081    /* Flags */
    8182    bool mPolished;
     83
     84    /* Error & Warning stuff */
    8285    bool mValid;
    83 
    84     /* Warning Stuff */
    85     VBoxWarnIconLabel *mWarnIconLabel;
     86    bool mSilent;
     87    QString mErrorHint;
     88    QString mWarnHint;
     89    QString mErrorString;
    8690    QString mWarnString;
     91    QPixmap mErrorIcon;
     92    QPixmap mWarnIcon;
     93    VBoxWarnIconLabel *mIconLabel;
    8794
    8895    /* WhatsThis Stuff */
  • trunk/src/VBox/Frontends/VirtualBox4/include/VBoxVMSettingsGeneral.h

    r11497 r14339  
    4646    void putBackTo();
    4747
     48    bool revalidate (QString &aWarning, QString &aTitle);
     49
    4850    void setOrderAfter (QWidget *aWidget);
    4951
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