VirtualBox

Ignore:
Timestamp:
Apr 18, 2007 1:09:20 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
20500
Message:

1934: Never decrease size in the layout:

  1. Created the proposed QIConstrainKeeper for using it for individual child widgets with dynamic contents.
  2. QIConstrainKeeper used for the horizontal size of the Start/Show button, to have it's minimum size fixed at it's maximum value.
File:
1 edited

Legend:

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

    r2044 r2170  
    134134};
    135135
     136class QIConstrainKeeper : public QObject
     137{
     138    Q_OBJECT
     139
     140public:
     141
     142    QIConstrainKeeper (QWidget*);
     143
     144private:
     145
     146    bool eventFilter (QObject*, QEvent*);
     147};
     148
    136149// VBoxGlobal
    137150////////////////////////////////////////////////////////////////////////////////
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