VirtualBox

Ignore:
Timestamp:
Feb 18, 2009 3:40:21 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: 3627: Shorten error dialogs - plus/minus (expand/collapse) button handlers added.

File:
1 edited

Legend:

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

    r16802 r16913  
    5757public:
    5858
     59    enum ToggleType
     60    {
     61        Toggle = 0,
     62        CollapsOnly,
     63        ExpandOnly
     64    };
     65
    5966    QIArrowSplitter (QWidget *aParent = 0);
    6067
     
    6370public slots:
    6471
    65     void toggleWidget();
     72    void toggleWidget (ToggleType aType = Toggle);
    6673
    6774private:
     75
     76    bool eventFilter (QObject *aObject, QEvent *aEvent);
    6877
    6978    QVBoxLayout *mMainLayout;
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