VirtualBox

Ignore:
Timestamp:
Dec 18, 2024 12:59:12 PM (7 weeks ago)
Author:
vboxsync
Message:

FE/Qt: bugref:10814: VBox Manager: Extend UITools with possibility to create this pane as simple widget; Previously it was possible to use it as popup only.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UITools.h

    r107299 r107351  
    6868    /** Constructs Tools-pane passing @a pParent to the base-class.
    6969      * @param  enmClass     Brings the tools class, it will be fixed one.
    70       * @param  pActionPool  Brings the action-pool reference. */
    71     UITools(QWidget *pParent, UIToolClass enmClass, UIActionPool *pActionPool);
     70      * @param  pActionPool  Brings the action-pool reference.
     71      * @param  theFlags     Brings the widget flags. */
     72    UITools(QWidget *pParent,
     73            UIToolClass enmClass,
     74            UIActionPool *pActionPool,
     75            Qt::WindowFlags theFlags = Qt::Popup);
    7276
    7377    /** @name General stuff.
     
    101105        /** Returns current item. */
    102106        UIToolsItem *currentItem() const;
     107    /** @} */
     108
     109private slots:
     110
     111    /** @name General stuff.
     112      * @{ */
     113        /** Handles the close request. */
     114        void sltClose();
    103115    /** @} */
    104116
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