qtdeclarative/examples/qml/dynamicscene
Oliver Eftevaag dad9a15c9c Replace custom button component with QQC2 buttons
Now that we've moved qtquickcontrols2 into the qtdeclarative submodule.
We want our examples to simply use qqc2 controls, rather than custom
made buttons and other controls.

This example used a custom made button component, which this patch will
replace with qqc2.

It will also use qqc2 in other places where it makes sense, like replacing
a TextEdit with a qqc2 TextArea, and Text components with qqc2 Labels.

Task-number: QTBUG-95733
Pick-to: 6.2
Change-Id: Ic733cd592cd10ef2cf45058aaf08a0f6b2f5bd2c
Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
2021-08-27 17:09:48 +02:00
..
content Replace custom button component with QQC2 buttons 2021-08-27 17:09:48 +02:00
doc Fix outdated FDL license header 2017-10-17 11:18:21 +00:00
CMakeLists.txt Replace custom button component with QQC2 buttons 2021-08-27 17:09:48 +02:00
dynamicscene.pro Examples: Add *.pro projects for existing *.qmlproject 2020-03-04 12:13:06 +02:00
dynamicscene.qml Replace custom button component with QQC2 buttons 2021-08-27 17:09:48 +02:00
dynamicscene.qmlproject Doc: Fix paths and add missing project files for QML and Quick examples 2013-02-20 14:10:45 +01:00
dynamicscene.qrc Replace custom button component with QQC2 buttons 2021-08-27 17:09:48 +02:00
main.cpp Examples: Add *.pro projects for existing *.qmlproject 2020-03-04 12:13:06 +02:00