![]() |
Qt 6.x
The Qt SDK
|
#include "QtCore/qnamespace.h"
#include <QtWidgets/private/qtwidgetsglobal_p.h>
Go to the source code of this file.
Classes | |
struct | QEffects |
Functions | |
QT_REQUIRE_CONFIG (effects) | |
void Q_WIDGETS_EXPORT | qScrollEffect (QWidget *, QEffects::DirFlags dir=QEffects::DownScroll, int time=-1) |
void Q_WIDGETS_EXPORT | qFadeEffect (QWidget *, int time=-1) |
Definition at line 546 of file qeffects.cpp.
References QObject::deleteLater(), QEvent::Move, q_blend, QEvent::Resize, QAlphaWidget::run(), QCoreApplication::sendPostedEvents(), time, and Qt::ToolTip.
Referenced by QMenuPrivate::popup(), QMenuPrivate::setCurrentAction(), and QToolTip::showText().
void Q_WIDGETS_EXPORT qScrollEffect | ( | QWidget * | w, |
QEffects::DirFlags | dir = QEffects::DownScroll , |
||
int | time = -1 |
||
) |
Definition at line 524 of file qeffects.cpp.
References QObject::deleteLater(), QEvent::Move, q_roll, QEvent::Resize, QRollEffect::run(), QCoreApplication::sendPostedEvents(), time, and Qt::ToolTip.
Referenced by QMenuPrivate::popup(), QMenuPrivate::setCurrentAction(), QComboBox::showPopup(), and QToolTip::showText().
QT_REQUIRE_CONFIG | ( | effects | ) |