Home · All Classes · Main Classes · Grouped Classes · Modules · Functions |
The following class members are part of the Qt 3 support layer. They are provided to help you port old code to Qt 4. We advise against using them in new code.
Use Qt::Orientations instead.
Constant | Value | Description |
---|---|---|
QSizePolicy::NoDirection | 0x0 | Use 0 instead. |
QSizePolicy::Horizontally | 0x1 | Use Qt::Horizontal instead. |
QSizePolicy::Vertically | 0x2 | Use Qt::Vertical instead. |
QSizePolicy::BothDirections | 0x3 | Use Qt::Horizontal | Qt::Vertical instead. |
Use QSizePolicy::Policy instead.
Use the QSizePolicy(horizontal, vertical) constructor and call setHeightForWidth(hfw).
Use the QSizePolicy(hPolicy, vPolicy) constructor and call setHorizontalStretch(hStretch), setVerticalStretch(vStretch), and setHeightForWidth(hfw).
Use expandingDirections() instead.
Use horizontalPolicy() instead.
See also setHorData().
Use horizontalStretch() instead.
See also setHorStretch().
Use horizontalPolicy() & QSizePolicy::GrowFlag instead.
Use verticalPolicy() & QSizePolicy::GrowFlag instead.
Use horizontalPolicy() & QSizePolicy::ShrinkFlag instead.
Use verticalPolicy() & QSizePolicy::ShrinkFlag instead.
Use setHorizontalPolicy(policy) instead.
See also horData().
Use setHorizontalStretch(stretch) instead.
See also horStretch().
Use setVerticalPolicy(policy) instead.
See also verData().
Use setVerticalStretch(stretch) instead.
See also verStretch().
Use verticalPolicy() instead.
See also setVerData().
Use verticalStretch() instead.
See also setVerStretch().
Copyright © 2005 Trolltech | Trademarks | Qt 4.1.0 |