VirtualBox

Ignore:
Timestamp:
Jul 17, 2019 4:51:51 PM (5 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9241: VirtualBox Manager: Details pane: Rework Details group to use own UIGraphicsScrollArea instead of common scrolling facility of UIDetailsView.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsGroup.h

    r79841 r79842  
    2828class QGraphicsLinearLayout;
    2929class QGraphicsScene;
     30class UIGraphicsScrollArea;
    3031class UIVirtualMachineItem;
    3132
     
    4142        /** Notifies listeners about @a iMinimumWidthHint changed. */
    4243        void sigMinimumWidthHintChanged(int iMinimumWidthHint);
    43         /** Notifies listeners about @a iMinimumHeightHint changed. */
    44         void sigMinimumHeightHintChanged(int iMinimumHeightHint);
    4544    /** @} */
    4645
     
    6362        /** Stops currently building group. */
    6463        void stopBuildingGroup();
     64
     65        /** Installs event-filter for @a pSource object. */
     66        virtual void installEventFilterHelper(QObject *pSource) /* override */;
    6567    /** @} */
    6668
     
    152154    /** @name Children stuff.
    153155      * @{ */
     156        /** Holds the children scroll-area instance. */
     157        UIGraphicsScrollArea  *m_pScrollArea;
    154158        /** Holds the children container instance. */
    155159        QIGraphicsWidget      *m_pContainer;
     
    166170    /** @name Layout stuff.
    167171      * @{ */
     172        /** Holds previous minimum width hint. */
    168173        int m_iPreviousMinimumWidthHint;
    169         int m_iPreviousMinimumHeightHint;
    170174    /** @} */
    171175};
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