Plasma
slider.h
Go to the documentation of this file.
void sliderMoved(int value)
This signal is emitted when the user drags the slider.
void setOrientation(Qt::Orientation orientation)
Sets the orientation of the slider.
Definition slider.cpp:227
void setStyleSheet(const QString &stylesheet)
Sets the stylesheet used to control the visual display of this Slider.
Definition slider.cpp:237
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)
Definition slider.cpp:82
void setRange(int minimum, int maximum)
Sets the minimum and maximum values the slider can take.
Definition slider.cpp:212
void valueChanged(int value)
This signal is emitted when the slider value has changed, with the new slider value as argument.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.