Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qquickspinbox.cpp File Reference

(a92b696b7017b00ac94e8d94597efd9e979aeacb)

#include "qquickspinbox_p.h"
#include <private/qquickcontrol_p_p.h>
#include <private/qquickindicatorbutton_p.h>
#include <private/qquicktextinput_p.h>
#include <private/qqmlengine_p.h>
#include <QtQml/qqmlinfo.h>
#include "moc_qquickspinbox_p.cpp"
Include dependency graph for qquickspinbox.cpp:

Go to the source code of this file.

Classes

class  QQuickSpinBoxPrivate
 Allows the user to select from a set of preset values. More...

Variables

static QT_BEGIN_NAMESPACE const int AUTO_REPEAT_DELAY = 300
static const int AUTO_REPEAT_INTERVAL = 100

Variable Documentation

◆ AUTO_REPEAT_DELAY

QT_BEGIN_NAMESPACE const int AUTO_REPEAT_DELAY = 300
static

Definition at line 18 of file qquickspinbox.cpp.

◆ AUTO_REPEAT_INTERVAL

const int AUTO_REPEAT_INTERVAL = 100
static

Definition at line 19 of file qquickspinbox.cpp.