VirtualBox

Ignore:
Timestamp:
Jun 2, 2008 12:58:24 PM (17 years ago)
Author:
vboxsync
Message:

FE/Qt4: Readded the progress bar to the VDM. QIDialogButtonBox can now display
an extra item in the empty space.

File:
1 edited

Legend:

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

    r9056 r9296  
    2929#include <QDialogButtonBox>
    3030
     31class QBoxLayout;
     32
    3133class QIDialogButtonBox: public QIWithRetranslateUI<QDialogButtonBox>
    3234{
     
    4143    void setStandardButtons (StandardButtons aButtons);
    4244
     45    void addExtraWidget (QWidget *aWidget);
     46    void addExtraLayout (QLayout *aLayout);
     47
    4348protected:
     49
     50    QBoxLayout *boxLayout() const;
     51    int findEmptySpace (QBoxLayout *aLayout) const;
    4452
    4553    void retranslateUi();
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