4#ifndef QTQUICKFOREIGN_P_H
5#define QTQUICKFOREIGN_P_H
7#include <QtQuick/private/qtquickglobal_p.h>
9#include <QtGui/qstylehints.h>
10#include <QtGui/qeventpoint.h>
12#include <QtGui/qinputmethod.h>
14#if QT_CONFIG(validator)
15#include <QtGui/qvalidator.h>
17#if QT_CONFIG(shortcut)
18#include <QtGui/qkeysequence.h>
21#include <QtQml/qqml.h>
51#if QT_CONFIG(validator)
52struct QValidatorForeign
60#if QT_CONFIG(regularexpression)
61struct QRegularExpressionValidatorForeign
73struct QInputMethodForeign
84#if QT_CONFIG(shortcut)
85namespace QKeySequenceForeign
The QEventPoint class provides information about a point in a QPointerEvent.
The QKeySequence class encapsulates a key sequence as used by shortcuts.
The QStyleHints class contains platform specific hints and settings. \inmodule QtGui.
The QValidator class provides validation of input text.
Combined button and popup list for selecting options.
#define QML_UNCREATABLE(REASON)
#define QML_VALUE_TYPE(NAME)
#define QML_NAMED_ELEMENT(NAME)
#define QML_REMOVED_IN_VERSION(MAJOR, MINOR)
#define QML_ADDED_IN_VERSION(MAJOR, MINOR)
#define QML_FOREIGN_NAMESPACE(FOREIGN_NAMESPACE)
#define QML_FOREIGN(FOREIGN_TYPE)