Plasma
spinbox.cpp
Go to the documentation of this file.
89 QRect controlrect = nativeWidget()->style()->subControlRect(QStyle::CC_SpinBox, &spinOpt, QStyle::SC_SpinBoxFrame, nativeWidget());
172 QRect controlrect = nativeWidget()->style()->subControlRect(QStyle::CC_SpinBox, &spinOpt, QStyle::SC_SpinBoxFrame, nativeWidget());
void resizeEvent(QGraphicsSceneResizeEvent *event)
Definition: spinbox.cpp:167
void setStyleSheet(const QString &stylesheet)
Sets the stylesheet used to control the visual display of this SpinBox.
Definition: spinbox.cpp:134
int minimum() const
QString styleSheet()
int maximum() const
void setRange(int minimum, int maximum)
Sets the minimum and maximum values the slider can take.
Definition: spinbox.cpp:119
void editingFinished()
This signal is emitted when editing is finished.
void mousePressEvent(QGraphicsSceneMouseEvent *event)
Definition: spinbox.cpp:187
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)
Definition: spinbox.cpp:179
KIntSpinBox * nativeWidget() const
void valueChanged(int value)
This signal is emitted when the slider value has changed, with the new slider value as argument...
void hoverLeaveEvent(QGraphicsSceneHoverEvent *event)
Definition: spinbox.cpp:161
int value() const
void hoverEnterEvent(QGraphicsSceneHoverEvent *event)
Definition: spinbox.cpp:155
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.