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
qquickspinbox.cpp File Reference

(6e853af5b97d71d0cffa978a2bf502083c222348)

#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().