From d11ac36ef48c4d5303a1d7104c0536846c7567f2 Mon Sep 17 00:00:00 2001 From: Florian Walpen Date: Mon, 25 Jul 2022 19:20:19 +0200 Subject: [PATCH] devel/qtcreator: Update to 8.0.0 release, cleanup. Update Qt Creator to release 8.0.0, see the release announcement: https://www.qt.io/blog/qt-creator-8-released While there, cleanup the list of shebang files and omit QmlDesigner resources from being installed. QmlDesigner only builds with Qt 6.2. --- devel/qtcreator/Makefile | 38 +- devel/qtcreator/distinfo | 6 +- .../patch-src_libs_sqlite_CMakeLists.txt | 6 +- devel/qtcreator/pkg-plist | 565 +----------------- 4 files changed, 63 insertions(+), 552 deletions(-) diff --git a/devel/qtcreator/Makefile b/devel/qtcreator/Makefile index 1d792ea6f451..748a97fcbb15 100644 --- a/devel/qtcreator/Makefile +++ b/devel/qtcreator/Makefile @@ -1,5 +1,5 @@ PORTNAME= qtcreator -DISTVERSION= 7.0.2 +DISTVERSION= 8.0.0 CATEGORIES= devel MASTER_SITES= QT/official_releases/qtcreator/${DISTVERSION:R}/${DISTVERSION} DISTNAME= qt-creator-opensource-src-${DISTVERSION} @@ -19,32 +19,38 @@ LIB_DEPENDS= libKF5SyntaxHighlighting.so:textproc/kf5-syntax-highlighting \ libzstd.so:archivers/zstd RUN_DEPENDS= llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT} -USES= compiler:c++14-lang pkgconfig cmake gl python qt:5 shebangfix tar:xz \ +USES= compiler:c++17-lang pkgconfig cmake gl python qt:5 shebangfix tar:xz \ desktop-file-utils USE_GL= gl USE_LDCONFIG= ${LOCALBASE}/lib/${PORTNAME} USE_QT= buildtools concurrent core declarative designer gui help \ linguist location network printsupport qdoc qmake \ - quick3d quickcontrols script serialport sql svg testlib \ + quick3d quickcontrols quicktimeline script serialport sql svg testlib \ webchannel widgets xml xmlpatterns # Workaround, KF5-5.94 moved header files to subfolder. Instead of using the bundled # syntax-highligher, just help it find the proper files. CFLAGS+= -I${LOCALBASE}/include/KF5/KSyntaxHighlighting/KSyntaxHighlighting -SHEBANG_FILES= tests/system/tools/objectsToTable.py \ - tests/system/tools/findUnusedObjects.py \ - share/qtcreator/templates/wizards/files/python/file.py \ +SHEBANG_FILES= bin/qtcreator.sh \ + doc/fixnavi.pl \ + doc/qtcreatordev/examples/aggregation/test.sh \ + scripts/*.pl \ + scripts/*.py \ + scripts/*.sh \ share/qtcreator/scripts/openTerminal.py \ + share/qtcreator/translations/check-ts.pl \ + share/qtcreator/translations/*.py \ + src/app/winicons/createicons.sh \ + src/libs/glsl/make-parser.sh \ src/libs/qmljs/parser/changeLicense.py \ + src/libs/qmljs/parser/gen-parser.sh \ src/libs/qt-breakpad/qtbreakpadsymbols \ - src/tools/icons/export.py \ - scripts/ninjawrapper.py \ - scripts/checkInstalledFiles.py \ - scripts/deployqt.py \ - scripts/dependencyinfo.py \ - scripts/uichanges.py \ - scripts/makedmg.py + src/plugins/perfprofiler/tracepoints.sh \ + src/tools/icons/*.sh \ + src/tools/icons/*.py \ + tests/system/tools/findUnusedObjects.py \ + tests/system/tools/objectsToTable.py # Provide library paths, default llvm first as a hint to the clang code model. CMAKE_ARGS+= -DCMAKE_PREFIX_PATH:STRING="${PREFIX}/llvm${LLVM_DEFAULT};${PREFIX}" @@ -83,7 +89,7 @@ QTWEBENGINE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngine .include -# Force a modern LLVM >= 10 +# Force a modern LLVM >= 13 .if ${LLVM_DEFAULT:C/[1-5]./&0/:S,-devel,990,} > 80 LLVM_DEFAULT= 13 .endif @@ -99,4 +105,8 @@ do-install-DOCS-on: ${CMAKE_BIN} --install ${BUILD_WRKSRC} --prefix ${STAGEDIR}${PREFIX} \ --component html_docs +# QmlDesigner needs Qt 6.2, remove its data for now. +post-install: + ${RM} -r ${STAGEDIR}${DATADIR}/qmldesigner + .include diff --git a/devel/qtcreator/distinfo b/devel/qtcreator/distinfo index 71f907cdc5dd..352c9487e8e3 100644 --- a/devel/qtcreator/distinfo +++ b/devel/qtcreator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1653585752 -SHA256 (KDE/Qt/qtcreator/qt-creator-opensource-src-7.0.2.tar.xz) = 14dee285aa3aa56fb25ccbd7587382fb6cb05ae99a1a30237f0a0bbef3ceff7a -SIZE (KDE/Qt/qtcreator/qt-creator-opensource-src-7.0.2.tar.xz) = 46320400 +TIMESTAMP = 1658759550 +SHA256 (KDE/Qt/qtcreator/qt-creator-opensource-src-8.0.0.tar.xz) = 323640f96c76d199fe5bf7b02cbf2dd1a3b6489ab7cc0adeaad3957d8dc96f17 +SIZE (KDE/Qt/qtcreator/qt-creator-opensource-src-8.0.0.tar.xz) = 46869324 diff --git a/devel/qtcreator/files/patch-src_libs_sqlite_CMakeLists.txt b/devel/qtcreator/files/patch-src_libs_sqlite_CMakeLists.txt index 069a1c863d22..7c51da1cc537 100644 --- a/devel/qtcreator/files/patch-src_libs_sqlite_CMakeLists.txt +++ b/devel/qtcreator/files/patch-src_libs_sqlite_CMakeLists.txt @@ -3,9 +3,9 @@ @@ -47,6 +47,8 @@ extend_qtc_library(Sqlite DEFINES _HAVE_SQLITE_CONFIG_ if (APPLE) - extend_qtc_library(Sqlite DEFINES _BSD_SOURCE) + extend_qtc_library(Sqlite DEFINES _BSD_SOURCE) +elseif (${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD") -+extend_qtc_library(Sqlite DEFINES _POSIX_C_SOURCE=200809L _BSD_SOURCE __XSI_VISIBLE) ++ extend_qtc_library(Sqlite DEFINES _POSIX_C_SOURCE=200809L _BSD_SOURCE __XSI_VISIBLE) elseif (UNIX) - extend_qtc_library(Sqlite DEFINES _POSIX_C_SOURCE=200809L _GNU_SOURCE _DEFAULT_SOURCE) + extend_qtc_library(Sqlite DEFINES _POSIX_C_SOURCE=200809L _GNU_SOURCE _DEFAULT_SOURCE) endif() diff --git a/devel/qtcreator/pkg-plist b/devel/qtcreator/pkg-plist index 839c909483d0..4395b5b45f38 100644 --- a/devel/qtcreator/pkg-plist +++ b/devel/qtcreator/pkg-plist @@ -1,42 +1,38 @@ bin/qtcreator bin/qtcreator.sh -lib/qtcreator/libAdvancedDockingSystem.so.7 +lib/qtcreator/libAdvancedDockingSystem.so.8 lib/qtcreator/libAdvancedDockingSystem.so.%%SHLIB_VER%% -lib/qtcreator/libAggregation.so.7 +lib/qtcreator/libAggregation.so.8 lib/qtcreator/libAggregation.so.%%SHLIB_VER%% -lib/qtcreator/libCPlusPlus.so.7 +lib/qtcreator/libCPlusPlus.so.8 lib/qtcreator/libCPlusPlus.so.%%SHLIB_VER%% -lib/qtcreator/libClangSupport.so.7 -lib/qtcreator/libClangSupport.so.%%SHLIB_VER%% -lib/qtcreator/libExtensionSystem.so.7 +lib/qtcreator/libExtensionSystem.so.8 lib/qtcreator/libExtensionSystem.so.%%SHLIB_VER%% -lib/qtcreator/libGLSL.so.7 +lib/qtcreator/libGLSL.so.8 lib/qtcreator/libGLSL.so.%%SHLIB_VER%% -lib/qtcreator/libLanguageServerProtocol.so.7 +lib/qtcreator/libLanguageServerProtocol.so.8 lib/qtcreator/libLanguageServerProtocol.so.%%SHLIB_VER%% -lib/qtcreator/libLanguageUtils.so.7 +lib/qtcreator/libLanguageUtils.so.8 lib/qtcreator/libLanguageUtils.so.%%SHLIB_VER%% -lib/qtcreator/libModeling.so.7 +lib/qtcreator/libModeling.so.8 lib/qtcreator/libModeling.so.%%SHLIB_VER%% -lib/qtcreator/libProParser.so.7 +lib/qtcreator/libProParser.so.8 lib/qtcreator/libProParser.so.%%SHLIB_VER%% -lib/qtcreator/libQmlDebug.so.7 +lib/qtcreator/libQmlDebug.so.8 lib/qtcreator/libQmlDebug.so.%%SHLIB_VER%% -lib/qtcreator/libQmlEditorWidgets.so.7 +lib/qtcreator/libQmlEditorWidgets.so.8 lib/qtcreator/libQmlEditorWidgets.so.%%SHLIB_VER%% -lib/qtcreator/libQmlJS.so.7 +lib/qtcreator/libQmlJS.so.8 lib/qtcreator/libQmlJS.so.%%SHLIB_VER%% -lib/qtcreator/libQtcSsh.so.7 -lib/qtcreator/libQtcSsh.so.%%SHLIB_VER%% -lib/qtcreator/libSqlite.so.7 +lib/qtcreator/libSqlite.so.8 lib/qtcreator/libSqlite.so.%%SHLIB_VER%% -lib/qtcreator/libTracing.so.7 +lib/qtcreator/libTracing.so.8 lib/qtcreator/libTracing.so.%%SHLIB_VER%% -lib/qtcreator/libUtils.so.7 +lib/qtcreator/libUtils.so.8 lib/qtcreator/libUtils.so.%%SHLIB_VER%% -lib/qtcreator/libqlitehtml.so.7 +lib/qtcreator/libqlitehtml.so.8 lib/qtcreator/libqlitehtml.so.%%SHLIB_VER%% -lib/qtcreator/libyaml-cpp.so.7 +lib/qtcreator/libyaml-cpp.so.8 lib/qtcreator/libyaml-cpp.so.%%SHLIB_VER%% lib/qtcreator/plugins/libAndroid.so lib/qtcreator/plugins/libAutoTest.so @@ -54,6 +50,7 @@ lib/qtcreator/plugins/libClangFormat.so lib/qtcreator/plugins/libClangTools.so lib/qtcreator/plugins/libClassView.so lib/qtcreator/plugins/libClearCase.so +lib/qtcreator/plugins/libCoco.so lib/qtcreator/plugins/libCodePaster.so lib/qtcreator/plugins/libCompilationDatabaseProjectManager.so lib/qtcreator/plugins/libConan.so @@ -70,6 +67,7 @@ lib/qtcreator/plugins/libFakeVim.so lib/qtcreator/plugins/libGLSLEditor.so lib/qtcreator/plugins/libGenericProjectManager.so lib/qtcreator/plugins/libGit.so +lib/qtcreator/plugins/libGitLab.so lib/qtcreator/plugins/libHelloWorld.so lib/qtcreator/plugins/libHelp.so lib/qtcreator/plugins/libImageViewer.so @@ -110,9 +108,7 @@ lib/qtcreator/plugins/libValgrind.so lib/qtcreator/plugins/libVcsBase.so lib/qtcreator/plugins/libWebAssembly.so lib/qtcreator/plugins/libWelcome.so -lib/qtcreator/plugins/libWinRt.so libexec/qtcreator/buildoutputparser -libexec/qtcreator/clangbackend libexec/qtcreator/cpaster libexec/qtcreator/qml2puppet libexec/qtcreator/qtc-askpass @@ -163,6 +159,7 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml %%DATADIR%%/externaltools/qmlscene.xml %%DATADIR%%/externaltools/vi.xml %%DATADIR%%/fonts/SourceCodePro-Bold.ttf +%%DATADIR%%/fonts/SourceCodePro-BoldIt.ttf %%DATADIR%%/fonts/SourceCodePro-It.ttf %%DATADIR%%/fonts/SourceCodePro-Regular.ttf %%DATADIR%%/fonts/SourceCodePro.txt @@ -334,10 +331,12 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml %%DATADIR%%/qml/qmlpuppet/mockfiles/images/editor_camera@2x.png %%DATADIR%%/qml/qmlpuppet/mockfiles/images/editor_particlesystem.png %%DATADIR%%/qml/qmlpuppet/mockfiles/images/editor_particlesystem@2x.png +%%DATADIR%%/qml/qmlpuppet/mockfiles/images/floor_tex.png %%DATADIR%%/qml/qmlpuppet/mockfiles/images/point.png %%DATADIR%%/qml/qmlpuppet/mockfiles/images/point@2x.png %%DATADIR%%/qml/qmlpuppet/mockfiles/images/spot.png %%DATADIR%%/qml/qmlpuppet/mockfiles/images/spot@2x.png +%%DATADIR%%/qml/qmlpuppet/mockfiles/images/static_floor.png %%DATADIR%%/qml/qmlpuppet/mockfiles/meshes/arrow.mesh %%DATADIR%%/qml/qmlpuppet/mockfiles/meshes/axishelper.mesh %%DATADIR%%/qml/qmlpuppet/mockfiles/meshes/ring.mesh @@ -393,7 +392,6 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml %%DATADIR%%/qml/qmlpuppet/mockfiles/qt6/FadeHandle.qml %%DATADIR%%/qml/qmlpuppet/mockfiles/qt6/HelperGrid.qml %%DATADIR%%/qml/qmlpuppet/mockfiles/qt6/IconGizmo.qml -%%DATADIR%%/qml/qmlpuppet/mockfiles/qt6/IconRenderer3D.qml %%DATADIR%%/qml/qmlpuppet/mockfiles/qt6/LightGizmo.qml %%DATADIR%%/qml/qmlpuppet/mockfiles/qt6/LightIconGizmo.qml %%DATADIR%%/qml/qmlpuppet/mockfiles/qt6/LightModel.qml @@ -498,8 +496,12 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5rendernodeinstanceserver.h %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5testnodeinstanceserver.cpp %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5testnodeinstanceserver.h +%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/quick3dmaterialnodeinstance.cpp +%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/quick3dmaterialnodeinstance.h %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/quick3dnodeinstance.cpp %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/quick3dnodeinstance.h +%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/quick3drenderablenodeinstance.cpp +%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/quick3drenderablenodeinstance.h %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/quick3dtexturenodeinstance.cpp %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/quick3dtexturenodeinstance.h %%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/quickitemnodeinstance.cpp @@ -524,514 +526,6 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml %%DATADIR%%/qml/qmlpuppet/qmlpuppet_utilities.pri %%DATADIR%%/qml/qmlpuppet/types/enumeration.h %%DATADIR%%/qml/qmlpuppet/types/types.pri -%%DATADIR%%/qmldesigner/formatconfiguration.json -%%DATADIR%%/qmldesigner/itemLibraryQmlSources/AddModuleView.qml -%%DATADIR%%/qmldesigner/itemLibraryQmlSources/Assets.qml -%%DATADIR%%/qmldesigner/itemLibraryQmlSources/ItemDelegate.qml -%%DATADIR%%/qmldesigner/itemLibraryQmlSources/ItemsView.qml -%%DATADIR%%/qmldesigner/itemLibraryQmlSources/PlusButton.qml -%%DATADIR%%/qmldesigner/itemLibraryQmlSources/SearchBox.qml -%%DATADIR%%/qmldesigner/misc/BusyIndicator.qml -%%DATADIR%%/qmldesigner/newprojectdialog/NewProjectDialog.qml -%%DATADIR%%/qmldesigner/newprojectdialog/image/logo.png -%%DATADIR%%/qmldesigner/newprojectdialog/image/logo@2x.png -%%DATADIR%%/qmldesigner/newprojectdialog/image/style-basic.png -%%DATADIR%%/qmldesigner/newprojectdialog/image/style-basic@2x.png -%%DATADIR%%/qmldesigner/newprojectdialog/image/style-default.png -%%DATADIR%%/qmldesigner/newprojectdialog/image/style-default@2x.png -%%DATADIR%%/qmldesigner/newprojectdialog/image/style-error.png -%%DATADIR%%/qmldesigner/newprojectdialog/image/style-error@2x.png -%%DATADIR%%/qmldesigner/newprojectdialog/image/style-fusion.png -%%DATADIR%%/qmldesigner/newprojectdialog/image/style-fusion@2x.png -%%DATADIR%%/qmldesigner/newprojectdialog/image/style-imagine.png -%%DATADIR%%/qmldesigner/newprojectdialog/image/style-imagine@2x.png -%%DATADIR%%/qmldesigner/newprojectdialog/image/style-macos.png -%%DATADIR%%/qmldesigner/newprojectdialog/image/style-macos@2x.png -%%DATADIR%%/qmldesigner/newprojectdialog/image/style-material_dark.png -%%DATADIR%%/qmldesigner/newprojectdialog/image/style-material_dark@2x.png -%%DATADIR%%/qmldesigner/newprojectdialog/image/style-material_light.png -%%DATADIR%%/qmldesigner/newprojectdialog/image/style-material_light@2x.png -%%DATADIR%%/qmldesigner/newprojectdialog/image/style-universal_dark.png -%%DATADIR%%/qmldesigner/newprojectdialog/image/style-universal_dark@2x.png -%%DATADIR%%/qmldesigner/newprojectdialog/image/style-universal_light.png -%%DATADIR%%/qmldesigner/newprojectdialog/image/style-universal_light@2x.png -%%DATADIR%%/qmldesigner/newprojectdialog/image/style-universal_system.png -%%DATADIR%%/qmldesigner/newprojectdialog/image/style-universal_system@2x.png -%%DATADIR%%/qmldesigner/newprojectdialog/imports/NewProjectDialog/Details.qml -%%DATADIR%%/qmldesigner/newprojectdialog/imports/NewProjectDialog/DialogValues.qml -%%DATADIR%%/qmldesigner/newprojectdialog/imports/NewProjectDialog/PopupDialog.qml -%%DATADIR%%/qmldesigner/newprojectdialog/imports/NewProjectDialog/PopupDialogButton.qml -%%DATADIR%%/qmldesigner/newprojectdialog/imports/NewProjectDialog/PopupDialogButtonBox.qml -%%DATADIR%%/qmldesigner/newprojectdialog/imports/NewProjectDialog/PresetView.qml -%%DATADIR%%/qmldesigner/newprojectdialog/imports/NewProjectDialog/Styles.qml -%%DATADIR%%/qmldesigner/newprojectdialog/imports/NewProjectDialog/qmldir -%%DATADIR%%/qmldesigner/newprojectdialog/imports/ProjectType/DefaultProject.qml -%%DATADIR%%/qmldesigner/newprojectdialog/imports/ProjectType/qmldir -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/BooleanEditorTemplate.template -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/ColorEditorTemplate.template -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/FontEditorTemplate.template -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/ImageEditorTemplate.template -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/IntEditorTemplate.template -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/RealEditorTemplate.template -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/RectangleEditorTemplate.template -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/StringEditorTemplate.template -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/TemplateTypes.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/TextEditorTemplate.template -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/UrlEditorTemplate.template -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/Qt5HelperWindow.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/Qt6HelperWindow.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtMultimedia/AudioOutputSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtMultimedia/AudioSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtMultimedia/MediaPlayerSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtMultimedia/MediaPlayerSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtMultimedia/VideoOutputSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtMultimedia/VideoSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtMultimedia/VideoSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQml/ConnectionsSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQml/QtObjectPane.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/AdvancedSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/AlignDistributeSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/AnchorRow.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/AnimatedImageSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/AnimationSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/AnimationTargetSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/BorderImageSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ColorAnimationSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ColumnSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ConnectionsSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/AbstractButtonSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/BusyIndicatorSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ButtonSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ButtonSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/CheckBoxSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/CheckDelegateSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/CheckSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ComboBoxSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ContainerSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ControlSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/DelayButtonSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/DialSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/DialogSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/DrawerSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/FrameSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/GroupBoxSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/InsetSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ItemDelegateSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ItemDelegateSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/LabelSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PageIndicatorSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PageSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PaneSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PaneSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PopupSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PopupSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ProgressBarSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/RadioButtonSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/RadioDelegateSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/RangeSliderSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/RoundButtonSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ScrollViewSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/SliderSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/SpinBoxSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/StackViewSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/SwipeDelegateSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/SwipeViewSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/SwitchDelegateSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/SwitchSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/TabBarSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/TabButtonSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/TextAreaSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/TextFieldSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/TextSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ToolBarSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ToolButtonSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ToolSeparatorSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/TumblerSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/FlickableSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/FlipableSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/FlowSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/GeometrySection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/GridSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/GridViewSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ImageSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/LayerSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutProperties.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Layouts/ColumnLayoutSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Layouts/GridLayoutSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Layouts/RowLayoutSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Layouts/StackLayoutSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ListViewSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/LoaderSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/MouseAreaSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/NumberAnimationSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ParallelAnimationSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/PathViewSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/PauseAnimationSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/PropertyActionSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/PropertyAnimationSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/QtObjectPane.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/RectangleSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/RepeaterSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/RowSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ScriptActionSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/SequentialAnimationSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/StateSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/TargetComboBox.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/TextEditSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/TextInputSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/TextInputSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/TextSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Window/WindowSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/WindowSpecifics.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/emptyPane.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/project.qmlproject -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick3D/Object3DPane.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/RegExpValidator.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/AbstractButton.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ActionIndicator.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/AlignmentHorizontalButtons.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/AlignmentVerticalButtons.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/AnchorButtons.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/BoolButtonRowButton.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Button.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ButtonRow.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ButtonRow2.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ButtonRowButton.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/CharacterSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/CheckBox.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorEditor.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorLine.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorLogic.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorPalette.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorPicker.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ComboBox.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ComponentButton.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ComponentSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Constants.js -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ControlLabel.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Controller.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/DoubleSpinBox.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/EditableListView.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ExpandingSpacer.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ExpressionTextField.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ExtendedFunctionLogic.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FlickableGeometrySection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FlickableSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontComboBox.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontExtrasSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontStyleButtons.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientLine.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientPresetList.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientPresetTabContent.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientPropertySpinBox.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/HorizontalScrollBar.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/HueSlider.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/IconIndicator.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/IconLabel.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ImagePreviewTooltipArea.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ImageSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ItemFilterComboBox.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Label.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/LineEdit.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/LinkIndicator2D.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ListViewComboBox.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/LuminanceSlider.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/MarginSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/MultiIconLabel.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/OpacitySlider.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/OriginControl.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/OriginIndicator.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/OriginSelector.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/PaddingSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/PropertyEditorPane.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/PropertyLabel.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/RoundedPanel.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ScrollView.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SecondColumnLayout.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Section.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SectionLayout.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Spacer.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SpinBox.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/StandardTextSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/TextExtrasSection.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ToolTipArea.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/UrlChooser.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/VerticalScrollBar.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/checkers.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/down-arrow.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/down-arrow@2x.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/expression.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/expression@2x.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon-gradient-list.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon_color_conical_gradient.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon_color_gradient.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon_color_none.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon_color_radial_gradient.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon_color_solid.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/placeholder.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/placeholder@2x.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/submenu.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/submenu@2x.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/up-arrow.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/up-arrow@2x.png -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/qmldir -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/AbstractButton.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ActionIndicator.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/Button.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ButtonGroup.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ButtonRow.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/CheckBox.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/CheckIndicator.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ComboBox.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ComboBoxInput.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ContextMenu.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/FilterComboBox.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/InfinityLoopIndicator.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ItemDelegate.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/LinkIndicator2D.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/LinkIndicator3D.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/LinkIndicator3DComponent.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/Menu.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/MenuItem.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/MenuItemWithIcon.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/MenuSeparator.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/RadioButton.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/RealSliderPopup.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/RealSpinBox.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/RealSpinBoxIndicator.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/RealSpinBoxInput.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ScrollBar.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ScrollView.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SecondColumnLayout.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/Section.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SectionLabel.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SectionLayout.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/Slider.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SliderPopup.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SortFilterModel.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SpinBox.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SpinBoxIndicator.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SpinBoxInput.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/Switch.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TabBar.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TabButton.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TextArea.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TextField.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TranslationIndicator.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/VerticalScrollBar.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/qmldir -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Constants.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/InternalConstants.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Values.qml -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/icons.ttf -%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/qmldir -%%DATADIR%%/qmldesigner/qt4mcu/metadata.qml -%%DATADIR%%/qmldesigner/qt4mcu/qul-14.qml -%%DATADIR%%/qmldesigner/qt4mcu/qul-17.qml -%%DATADIR%%/qmldesigner/qt4mcu/qul-18.qml -%%DATADIR%%/qmldesigner/qt4mcu/qul-19.qml -%%DATADIR%%/qmldesigner/qt4mcu/qul-20.qml -%%DATADIR%%/qmldesigner/qt4mcu/qul-21.qml -%%DATADIR%%/qmldesigner/statesEditorQmlSources/StatesDelegate.qml -%%DATADIR%%/qmldesigner/statesEditorQmlSources/StatesList.qml -%%DATADIR%%/qmldesigner/statesEditorQmlSources/images/checkers.png -%%DATADIR%%/qmldesigner/studio_templates/files/custombutton/custom_button.png -%%DATADIR%%/qmldesigner/studio_templates/files/custombutton/custom_button@2.png -%%DATADIR%%/qmldesigner/studio_templates/files/custombutton/file.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/files/custombutton/wizard.json -%%DATADIR%%/qmldesigner/studio_templates/files/customcheckbox/custom_checkbox.png -%%DATADIR%%/qmldesigner/studio_templates/files/customcheckbox/custom_checkbox@2.png -%%DATADIR%%/qmldesigner/studio_templates/files/customcheckbox/file.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/files/customcheckbox/wizard.json -%%DATADIR%%/qmldesigner/studio_templates/files/customdial/custom_dial.png -%%DATADIR%%/qmldesigner/studio_templates/files/customdial/custom_dial@2.png -%%DATADIR%%/qmldesigner/studio_templates/files/customdial/file.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/files/customdial/wizard.json -%%DATADIR%%/qmldesigner/studio_templates/files/customslider/custom_slider.png -%%DATADIR%%/qmldesigner/studio_templates/files/customslider/custom_slider@2.png -%%DATADIR%%/qmldesigner/studio_templates/files/customslider/file.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/files/customslider/wizard.json -%%DATADIR%%/qmldesigner/studio_templates/files/customspinbox/custom_spinbox.png -%%DATADIR%%/qmldesigner/studio_templates/files/customspinbox/custom_spinbox@2.png -%%DATADIR%%/qmldesigner/studio_templates/files/customspinbox/file.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/files/customspinbox/wizard.json -%%DATADIR%%/qmldesigner/studio_templates/files/customswitch/custom_switch.png -%%DATADIR%%/qmldesigner/studio_templates/files/customswitch/custom_switch@2.png -%%DATADIR%%/qmldesigner/studio_templates/files/customswitch/file.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/files/customswitch/wizard.json -%%DATADIR%%/qmldesigner/studio_templates/files/flowitem/file.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/files/flowitem/flow_item.png -%%DATADIR%%/qmldesigner/studio_templates/files/flowitem/flow_item@2.png -%%DATADIR%%/qmldesigner/studio_templates/files/flowitem/wizard.json -%%DATADIR%%/qmldesigner/studio_templates/files/flowview/file.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/files/flowview/flow_view.png -%%DATADIR%%/qmldesigner/studio_templates/files/flowview/flowview2.png -%%DATADIR%%/qmldesigner/studio_templates/files/flowview/wizard.json -%%DATADIR%%/qmldesigner/studio_templates/files/javascript/file.js.tpl -%%DATADIR%%/qmldesigner/studio_templates/files/javascript/file_javascript.png -%%DATADIR%%/qmldesigner/studio_templates/files/javascript/file_javascript@2.png -%%DATADIR%%/qmldesigner/studio_templates/files/javascript/wizard.json -%%DATADIR%%/qmldesigner/studio_templates/files/listmodel/data_listmodel.png -%%DATADIR%%/qmldesigner/studio_templates/files/listmodel/data_listmodel@2.png -%%DATADIR%%/qmldesigner/studio_templates/files/listmodel/file.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/files/listmodel/wizard.json -%%DATADIR%%/qmldesigner/studio_templates/files/pane/custom_panes.png -%%DATADIR%%/qmldesigner/studio_templates/files/pane/custom_panes@2.png -%%DATADIR%%/qmldesigner/studio_templates/files/pane/file.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/files/pane/wizard.json -%%DATADIR%%/qmldesigner/studio_templates/files/qtquickfile/file.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/files/qtquickfile/file_qml.png -%%DATADIR%%/qmldesigner/studio_templates/files/qtquickfile/file_qml@2.png -%%DATADIR%%/qmldesigner/studio_templates/files/qtquickfile/wizard.json -%%DATADIR%%/qmldesigner/studio_templates/files/qtquickviews/DataModel.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/files/qtquickviews/GridDelegate.ui.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/files/qtquickviews/GridView.ui.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/files/qtquickviews/ListDelegate.ui.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/files/qtquickviews/ListView.ui.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/files/qtquickviews/data_gridmodel.png -%%DATADIR%%/qmldesigner/studio_templates/files/qtquickviews/data_gridmodel@2.png -%%DATADIR%%/qmldesigner/studio_templates/files/qtquickviews/wizard.json -%%DATADIR%%/qmldesigner/studio_templates/files/qtuiquickfile/file.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/files/qtuiquickfile/file_ui.png -%%DATADIR%%/qmldesigner/studio_templates/files/qtuiquickfile/file_ui@2.png -%%DATADIR%%/qmldesigner/studio_templates/files/qtuiquickfile/wizard.json -%%DATADIR%%/qmldesigner/studio_templates/files/stackedlayout/custom_stacked_view.png -%%DATADIR%%/qmldesigner/studio_templates/files/stackedlayout/custom_stacked_view@2.png -%%DATADIR%%/qmldesigner/studio_templates/files/stackedlayout/file.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/files/stackedlayout/wizard.json -%%DATADIR%%/qmldesigner/studio_templates/files/swipeview/custom_swipe_view.png -%%DATADIR%%/qmldesigner/studio_templates/files/swipeview/custom_swipe_view@2.png -%%DATADIR%%/qmldesigner/studio_templates/files/swipeview/file.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/files/swipeview/wizard.json -%%DATADIR%%/qmldesigner/studio_templates/projects/app_mcu.qmlproject -%%DATADIR%%/qmldesigner/studio_templates/projects/application-3d/Screen01.ui.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/application-3d/contentmodule.main.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/application-3d/desktop_blank.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-3d/desktop_blank@2.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-3d/detailsPage.qml -%%DATADIR%%/qmldesigner/studio_templates/projects/application-3d/wizard.json -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/CMakeLists.txt -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/Constants.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/DirectoryFontLoader.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/Button.qml -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/CheckBox.qml -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/DefaultStyle.qml -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/Dial.qml -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/ProgressBar.qml -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/RadioButton.qml -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/Slider.qml -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/SwipeView.qml -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/Switch.qml -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/button-disabled.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/button-pressed.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/button.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/checkbox-checked-pressed.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/checkbox-checked.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/checkbox-disabled.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/checkbox-partially-checked-pressed.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/checkbox-partially-checked.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/checkbox-pressed.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/checkbox.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/dial-background-disabled.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/dial-background.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/dial-progress.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/progressbar-background.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/progressbar-progress.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/radiobutton-checked-pressed.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/radiobutton-checked.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/radiobutton-disabled.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/radiobutton-pressed.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/radiobutton.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-background-disabled-vertical.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-background-disabled.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-background-vertical.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-background.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-handle-disabled-pressed.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-handle-disabled.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-handle-pressed.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-handle.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-progress-vertical.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-progress.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/switch-bg.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/switch-handle.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/switch-i.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/switch-o.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/qmldir -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/Screen01.ui.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/desktop_blank.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/desktop_blank@2.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/detailsPage.qml -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/main.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/mcuqtquickcontrols2.conf -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/qmldir -%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/wizard.json -%%DATADIR%%/qmldesigner/studio_templates/projects/application/Screen01.ui.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/application/desktop_blank.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application/desktop_blank@2.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application/detailsPage.qml -%%DATADIR%%/qmldesigner/studio_templates/projects/application/place_holder.png -%%DATADIR%%/qmldesigner/studio_templates/projects/application/wizard.json -%%DATADIR%%/qmldesigner/studio_templates/projects/common/App.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/common/CMakeLists.content.txt.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/common/CMakeLists.imports.txt.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/common/CMakeLists.main.txt.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/common/app.qmlproject.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/common/app_environment.h.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/common/contentmodule.main.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/common/fonts.txt -%%DATADIR%%/qmldesigner/studio_templates/projects/common/import_qml_plugins.h.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/common/main.cpp.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/common/main.qml -%%DATADIR%%/qmldesigner/studio_templates/projects/common/qmlmodules.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/common/qtquickcontrols2.conf -%%DATADIR%%/qmldesigner/studio_templates/projects/common/qtquickcontrols2.conf.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/defaults/qmlapplication-project-page.json -%%DATADIR%%/qmldesigner/studio_templates/projects/desktop-launcher/Screen01.ui.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/desktop-launcher/desktop_launcher.png -%%DATADIR%%/qmldesigner/studio_templates/projects/desktop-launcher/desktop_launcher@2.png -%%DATADIR%%/qmldesigner/studio_templates/projects/desktop-launcher/detailsPage.qml -%%DATADIR%%/qmldesigner/studio_templates/projects/desktop-launcher/wizard.json -%%DATADIR%%/qmldesigner/studio_templates/projects/fonts.txt -%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-scroll/Screen01.ui.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-scroll/detailsPage.qml -%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-scroll/mobile_scroll.png -%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-scroll/mobile_scroll@2.png -%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-scroll/wizard.json -%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-stack/App.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-stack/CMakeLists.content.txt.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-stack/Screen01.ui.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-stack/Screen02.ui.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-stack/detailsPage.qml -%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-stack/mobile_stack.png -%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-stack/mobile_stack@2.png -%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-stack/wizard.json -%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-swipe/App.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-swipe/CMakeLists.content.txt.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-swipe/Screen01.ui.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-swipe/Screen02.ui.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-swipe/detailsPage.qml -%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-swipe/mobile_swipe.png -%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-swipe/mobile_swipe@2.png -%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-swipe/wizard.json -%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/CMakeLists.importmodule.txt.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/Constants.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/DirectoryFontLoader.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/EventListModel.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/EventListSimulator.qml.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/designer/plugin.metainfo -%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/importmodule.qmldir.tpl -%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/qmldir -%%DATADIR%%/qmldesigner/workspacePresets/Animation-2D.wrk -%%DATADIR%%/qmldesigner/workspacePresets/Animation-3D.wrk -%%DATADIR%%/qmldesigner/workspacePresets/Basic.wrk -%%DATADIR%%/qmldesigner/workspacePresets/Code.wrk -%%DATADIR%%/qmldesigner/workspacePresets/Essentials-3D.wrk -%%DATADIR%%/qmldesigner/workspacePresets/Essentials.wrk -%%DATADIR%%/qmldesigner/workspacePresets/UX-Design.wrk -%%DATADIR%%/qmldesigner/workspacePresets/Views-All.wrk %%DATADIR%%/qmlicons/Qt/16x16/BorderImage.png %%DATADIR%%/qmlicons/Qt/16x16/BusyIndicator.png %%DATADIR%%/qmlicons/Qt/16x16/Button.png @@ -1246,16 +740,23 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml %%DATADIR%%/templates/wizards/projects/qtforpythonapplication/main_qtquick.py %%DATADIR%%/templates/wizards/projects/qtforpythonapplication/main_widget.py %%DATADIR%%/templates/wizards/projects/qtforpythonapplication/main_widget.ui +%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/main_widget_gen.py %%DATADIR%%/templates/wizards/projects/qtforpythonapplication/mainwindow/wizard.json %%DATADIR%%/templates/wizards/projects/qtforpythonapplication/qtquickapplication/main.pyproject %%DATADIR%%/templates/wizards/projects/qtforpythonapplication/qtquickapplication/main.qml.tpl %%DATADIR%%/templates/wizards/projects/qtforpythonapplication/qtquickapplication/wizard.json %%DATADIR%%/templates/wizards/projects/qtforpythonapplication/widget/main.pyproject %%DATADIR%%/templates/wizards/projects/qtforpythonapplication/widget/wizard.json +%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/widget_gen/main.pyproject +%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/widget_gen/wizard.json +%%DATADIR%%/templates/wizards/projects/qtquick2-extension/CMakeLists.6.x.txt +%%DATADIR%%/templates/wizards/projects/qtquick2-extension/example/example.cpp +%%DATADIR%%/templates/wizards/projects/qtquick2-extension/example/example.qml.tpl %%DATADIR%%/templates/wizards/projects/qtquick2-extension/lib.png %%DATADIR%%/templates/wizards/projects/qtquick2-extension/lib@2x.png %%DATADIR%%/templates/wizards/projects/qtquick2-extension/object.cpp %%DATADIR%%/templates/wizards/projects/qtquick2-extension/object.h +%%DATADIR%%/templates/wizards/projects/qtquick2-extension/object.qml.tpl %%DATADIR%%/templates/wizards/projects/qtquick2-extension/plugin.cpp %%DATADIR%%/templates/wizards/projects/qtquick2-extension/plugin.h %%DATADIR%%/templates/wizards/projects/qtquick2-extension/project.pro -- 2.37.1