Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qquickspinbox.cpp File Reference
#include "qquickspinbox_p.h"
#include "qquickcontrol_p_p.h"
#include "qquickindicatorbutton_p.h"
#include "qquickdeferredexecute_p_p.h"
#include <QtGui/qguiapplication.h>
#include <QtGui/qstylehints.h>
#include <QtQml/qqmlinfo.h>
#include <QtQml/private/qqmlengine_p.h>
#include <QtQuick/private/qquicktextinput_p.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 22 of file qquickspinbox.cpp.

Referenced by QQuickSpinBoxPrivate::startRepeatDelay().

◆ AUTO_REPEAT_INTERVAL

const int AUTO_REPEAT_INTERVAL = 100
static

Definition at line 23 of file qquickspinbox.cpp.

Referenced by QQuickSpinBoxPrivate::startPressRepeat().