![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 547 of file qeffects.cpp.
References q_blend, and QAlphaWidget::run().
|
extern |
Definition at line 525 of file qeffects.cpp.
References q_roll, and QRollEffect::run().
QT_REQUIRE_CONFIG | ( | effects | ) |