Plasma
scrollwidget.h
Go to the documentation of this file.
47 Q_PROPERTY(Qt::ScrollBarPolicy horizontalScrollBarPolicy READ horizontalScrollBarPolicy WRITE setHorizontalScrollBarPolicy)
48 Q_PROPERTY(Qt::ScrollBarPolicy verticalScrollBarPolicy READ verticalScrollBarPolicy WRITE setVerticalScrollBarPolicy)
49 Q_PROPERTY(bool overflowBordersVisible READ overflowBordersVisible WRITE setOverflowBordersVisible)
50 Q_PROPERTY(QPointF scrollPosition READ scrollPosition WRITE setScrollPosition)
51 Q_PROPERTY(QSizeF contentsSize READ contentsSize)
52 Q_PROPERTY(QRectF viewportGeometry READ viewportGeometry)
53 Q_PROPERTY(QSizeF snapSize READ snapSize WRITE setSnapSize)
54 Q_PROPERTY(QString styleSheet READ styleSheet WRITE setStyleSheet)
55 Q_PROPERTY(Qt::Alignment alignment READ alignment WRITE setAlignment)
299 friend class ScrollWidgetPrivate;
void scrollStateChanged(QAbstractAnimation::State newState, QAbstractAnimation::State oldState)
The widget started or stopped an animated scroll.
void viewportGeometryChanged(const QRectF &geomety)
The viewport geomety changed, for instance due a widget resize.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Thu Jul 18 2024 00:00:00 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Thu Jul 18 2024 00:00:00 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.