Plasma
spinbox.h
Go to the documentation of this file.
void hoverLeaveEvent(QGraphicsSceneHoverEvent *event)
Definition spinbox.cpp:161
void setRange(int minimum, int maximum)
Sets the minimum and maximum values the slider can take.
Definition spinbox.cpp:119
void hoverEnterEvent(QGraphicsSceneHoverEvent *event)
Definition spinbox.cpp:155
void sliderMoved(int value)
This signal is emitted when the user drags the slider.
void valueChanged(int value)
This signal is emitted when the slider value has changed, with the new slider value as argument.
void resizeEvent(QGraphicsSceneResizeEvent *event)
Definition spinbox.cpp:167
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)
Definition spinbox.cpp:179
void editingFinished()
This signal is emitted when editing is finished.
void setStyleSheet(const QString &stylesheet)
Sets the stylesheet used to control the visual display of this SpinBox.
Definition spinbox.cpp:134
void mousePressEvent(QGraphicsSceneMouseEvent *event)
Definition spinbox.cpp:187
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.