VirtualBox

Ignore:
Timestamp:
Feb 19, 2009 5:06:40 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: 1 - Update QILabel to support minimum width setter. 2 - Update QILabel to maintain custom minimum size hint policy. These updates are necessary for word-wrapping feature.

File:
1 edited

Legend:

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

    r11206 r16955  
    8585    }
    8686
     87    QSize minimumSizeHint() const
     88    {
     89        /* If there is an updated minimumSizeHint() present - using it. */
     90        return mOwnSizeHint.isValid() ? mOwnSizeHint : QLabel::minimumSizeHint();
     91    }
     92
    8793protected:
    8894
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