Plasma
scrollbar.cpp
Go to the documentation of this file.
void valueChanged(int value)
Emitted when the value of the slider changes.
void setStyleSheet(const QString &styleSheet)
void setRange(int min, int max)
Sets the scrollbar minimum and maximum values.
Definition: scrollbar.cpp:61
virtual QSize sizeHint() const
void contextMenuEvent(QGraphicsSceneContextMenuEvent *event)
Definition: scrollbar.cpp:143
void setAttribute(Qt::WidgetAttribute attribute, bool on)
QScrollBar * nativeWidget() const
void setPageStep(int val)
Sets the amount the slider will scroll when the user press page up or page down.
Definition: scrollbar.cpp:76
void setWindowIcon(const QIcon &icon)
void resize(const QSizeF &size)
void resize(int w, int h)
void setSingleStep(int val)
Sets the amount of the single step i.e how much the slider will move when the user press an arrow but...
Definition: scrollbar.cpp:66
orientation
bool sendEvent(QObject *receiver, QEvent *event)
void setStyleSheet(const QString &stylesheet)
Sets the stylesheet used to control the visual display of this ScrollBar.
Definition: scrollbar.cpp:116
int pageStep()
int singleStep()
void sliderMoved(int value)
Emitted when the slider has been moved by the user.
void setWindowFlags(QFlags< Qt::WindowType > type)
Qt::Orientation orientation() const
QPoint toPoint() const
int maximum() const
void setOrientation(Qt::Orientation orientation)
Sets the orientation of the ScrollBar.
Definition: scrollbar.cpp:136
QWidget * widget() const
int minimum() const
void setWidget(QWidget *widget)
QString styleSheet()
int value() const
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
void setStyle(QStyle *style)
ScrollBar(QGraphicsWidget *parent=0)
Creates a scrollbar; the default orientation is vertical.
Definition: scrollbar.cpp:38
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.