![]() |
Qt 4.8
|
#include "QtCore/qnamespace.h"Go to the source code of this file.
Classes | |
| struct | QEffects |
Functions | |
| void Q_GUI_EXPORT | qFadeEffect (QWidget *, int time=-1) |
| Fade in widget w in time ms. More... | |
| void Q_GUI_EXPORT | qScrollEffect (QWidget *, QEffects::DirFlags dir=QEffects::DownScroll, int time=-1) |
| Scroll widget w in time ms. More... | |
| void Q_GUI_EXPORT qFadeEffect | ( | QWidget * | , |
| int | time = -1 |
||
| ) |
Fade in widget w in time ms.
Definition at line 584 of file qeffects.cpp.
Referenced by QMenu::popup(), QMenuPrivate::setCurrentAction(), and QToolTip::showText().
| void Q_GUI_EXPORT qScrollEffect | ( | QWidget * | w, |
| QEffects::DirFlags | orient, | ||
| int | time | ||
| ) |
Scroll widget w in time ms.
orient may be 1 (vertical), 2 (horizontal) or 3 (diagonal).
Definition at line 562 of file qeffects.cpp.
Referenced by QMenu::popup(), QMenuPrivate::setCurrentAction(), QComboBox::showPopup(), and QToolTip::showText().