VirtualBox

Ignore:
Timestamp:
Sep 11, 2009 6:55:18 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
52237
Message:

FE/Qt4: 4011: Network Settings UI: Few fixes for r52231.

File:
1 edited

Legend:

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

    r22948 r22964  
    4040public:
    4141
    42     QIRichToolButton (const QString &aName = QString::null, QWidget *aParent = 0);
     42    QIRichToolButton (QWidget *aParent = 0);
     43    QIRichToolButton (const QString &aName, QWidget *aParent = 0);
    4344
    4445    void animateClick() { mButton->animateClick(); }
    4546    void setText (const QString &aName) { mLabel->setText (aName); }
     47    QString text() const { return mLabel->text(); }
    4648
    4749signals:
     
    5557protected:
    5658
     59    void init();
    5760    bool eventFilter (QObject *aObject, QEvent *aEvent);
    5861    void paintEvent (QPaintEvent *aEvent);
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