aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/templates/qtquicktemplates2plugin.cpp
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-02-02 23:52:50 +0100
committerJ-P Nurmi <jpnurmi@qt.io>2017-10-26 10:57:25 +0000
commit960798f9117bc5aa4aa55bf868cbb0286f8e99b6 (patch)
tree16a8a27754a7cbed10feb74c19d152b156535ada /src/imports/templates/qtquicktemplates2plugin.cpp
parentfbcdccc4e2543555f89b9fa7236740471242df20 (diff)
Add ButtonGroup::checkState
[ChangeLog][Controls][ButtonGroup] Added checkState property that indicates the combined check state of the entire group. Task-number: QTBUG-56295 Task-number: QTBUG-63782 Change-Id: I4c7efda2f29d5c20f9cd82642e488328f4ce91c8 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'src/imports/templates/qtquicktemplates2plugin.cpp')
-rw-r--r--src/imports/templates/qtquicktemplates2plugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/imports/templates/qtquicktemplates2plugin.cpp b/src/imports/templates/qtquicktemplates2plugin.cpp
index cd1f3c94..398f04e6 100644
--- a/src/imports/templates/qtquicktemplates2plugin.cpp
+++ b/src/imports/templates/qtquicktemplates2plugin.cpp
@@ -321,6 +321,7 @@ void QtQuickTemplates2Plugin::registerTypes(const char *uri)
// QtQuick.Templates 2.4 (new types and revisions in Qt 5.11)
qmlRegisterType<QQuickAbstractButton, 4>(uri, 2, 4, "AbstractButton");
+ qmlRegisterType<QQuickCheckBox, 4>(uri, 2, 4, "CheckBox");
qmlRegisterType<QQuickSpinBox, 4>(uri, 2, 4, "SpinBox");
}