Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
src_gui_widgets_qabstractspinbox.cpp
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
3
10// value is 0
virtual void stepBy(int steps)
Virtual function that is called whenever the user triggers a step.
The QSpinBox class provides a spin box widget.
Definition qspinbox.h:16
void setValue(int val)
Definition qspinbox.cpp:192
void setRange(int min, int max)
Convenience function to set the minimum, and maximum values with a single function call.
Definition qspinbox.cpp:381
QSpinBox * spinBox
[0]