View | Details | Raw Unified | Return to bug 265437 | Differences between
and this patch

Collapse All | Expand All

(-)b/devel/qtcreator/Makefile (-14 / +24 lines)
Lines 1-5 Link Here
1
PORTNAME=	qtcreator
1
PORTNAME=	qtcreator
2
DISTVERSION=	7.0.2
2
DISTVERSION=	8.0.0
3
CATEGORIES=	devel
3
CATEGORIES=	devel
4
MASTER_SITES=	QT/official_releases/qtcreator/${DISTVERSION:R}/${DISTVERSION}
4
MASTER_SITES=	QT/official_releases/qtcreator/${DISTVERSION:R}/${DISTVERSION}
5
DISTNAME=	qt-creator-opensource-src-${DISTVERSION}
5
DISTNAME=	qt-creator-opensource-src-${DISTVERSION}
Lines 19-50 LIB_DEPENDS= libKF5SyntaxHighlighting.so:textproc/kf5-syntax-highlighting \ Link Here
19
		libzstd.so:archivers/zstd
19
		libzstd.so:archivers/zstd
20
RUN_DEPENDS=	llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT}
20
RUN_DEPENDS=	llvm${LLVM_DEFAULT}>0:devel/llvm${LLVM_DEFAULT}
21
21
22
USES=		compiler:c++14-lang pkgconfig cmake gl python qt:5 shebangfix tar:xz \
22
USES=		compiler:c++17-lang pkgconfig cmake gl python qt:5 shebangfix tar:xz \
23
		desktop-file-utils
23
		desktop-file-utils
24
USE_GL=		gl
24
USE_GL=		gl
25
USE_LDCONFIG=	${LOCALBASE}/lib/${PORTNAME}
25
USE_LDCONFIG=	${LOCALBASE}/lib/${PORTNAME}
26
USE_QT=		buildtools concurrent core declarative designer gui help \
26
USE_QT=		buildtools concurrent core declarative designer gui help \
27
		linguist location network printsupport qdoc qmake \
27
		linguist location network printsupport qdoc qmake \
28
		quick3d quickcontrols script serialport sql svg testlib \
28
		quick3d quickcontrols quicktimeline script serialport sql svg testlib \
29
		webchannel widgets xml xmlpatterns
29
		webchannel widgets xml xmlpatterns
30
30
31
# Workaround, KF5-5.94 moved header files to subfolder. Instead of using the bundled
31
# Workaround, KF5-5.94 moved header files to subfolder. Instead of using the bundled
32
# syntax-highligher, just help it find the proper files.
32
# syntax-highligher, just help it find the proper files.
33
CFLAGS+=	-I${LOCALBASE}/include/KF5/KSyntaxHighlighting/KSyntaxHighlighting
33
CFLAGS+=	-I${LOCALBASE}/include/KF5/KSyntaxHighlighting/KSyntaxHighlighting
34
34
35
SHEBANG_FILES=		tests/system/tools/objectsToTable.py \
35
SHEBANG_FILES=		bin/qtcreator.sh \
36
			tests/system/tools/findUnusedObjects.py \
36
			doc/fixnavi.pl \
37
			share/qtcreator/templates/wizards/files/python/file.py \
37
			doc/qtcreatordev/examples/aggregation/test.sh \
38
			scripts/*.pl \
39
			scripts/*.py \
40
			scripts/*.sh \
38
			share/qtcreator/scripts/openTerminal.py \
41
			share/qtcreator/scripts/openTerminal.py \
42
			share/qtcreator/translations/check-ts.pl \
43
			share/qtcreator/translations/*.py \
44
			src/app/winicons/createicons.sh \
45
			src/libs/glsl/make-parser.sh \
39
			src/libs/qmljs/parser/changeLicense.py \
46
			src/libs/qmljs/parser/changeLicense.py \
47
			src/libs/qmljs/parser/gen-parser.sh \
40
			src/libs/qt-breakpad/qtbreakpadsymbols \
48
			src/libs/qt-breakpad/qtbreakpadsymbols \
41
			src/tools/icons/export.py \
49
			src/plugins/perfprofiler/tracepoints.sh \
42
			scripts/ninjawrapper.py \
50
			src/tools/icons/*.sh \
43
			scripts/checkInstalledFiles.py \
51
			src/tools/icons/*.py \
44
			scripts/deployqt.py \
52
			tests/system/tools/findUnusedObjects.py \
45
			scripts/dependencyinfo.py \
53
			tests/system/tools/objectsToTable.py
46
			scripts/uichanges.py \
47
			scripts/makedmg.py
48
54
49
# Provide library paths, default llvm first as a hint to the clang code model.
55
# Provide library paths, default llvm first as a hint to the clang code model.
50
CMAKE_ARGS+=	-DCMAKE_PREFIX_PATH:STRING="${PREFIX}/llvm${LLVM_DEFAULT};${PREFIX}"
56
CMAKE_ARGS+=	-DCMAKE_PREFIX_PATH:STRING="${PREFIX}/llvm${LLVM_DEFAULT};${PREFIX}"
Lines 83-89 QTWEBENGINE_CMAKE_BOOL_OFF= CMAKE_DISABLE_FIND_PACKAGE_Qt5WebEngine Link Here
83
89
84
.include <bsd.port.pre.mk>
90
.include <bsd.port.pre.mk>
85
91
86
# Force a modern LLVM >= 10
92
# Force a modern LLVM >= 13
87
.if ${LLVM_DEFAULT:C/[1-5]./&0/:S,-devel,990,} > 80
93
.if ${LLVM_DEFAULT:C/[1-5]./&0/:S,-devel,990,} > 80
88
LLVM_DEFAULT=	13
94
LLVM_DEFAULT=	13
89
.endif
95
.endif
Lines 99-102 do-install-DOCS-on: Link Here
99
	${CMAKE_BIN} --install ${BUILD_WRKSRC} --prefix ${STAGEDIR}${PREFIX} \
105
	${CMAKE_BIN} --install ${BUILD_WRKSRC} --prefix ${STAGEDIR}${PREFIX} \
100
	    --component html_docs
106
	    --component html_docs
101
107
108
# QmlDesigner needs Qt 6.2, remove its data for now.
109
post-install:
110
	${RM} -r ${STAGEDIR}${DATADIR}/qmldesigner
111
102
.include <bsd.port.post.mk>
112
.include <bsd.port.post.mk>
(-)b/devel/qtcreator/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1653585752
1
TIMESTAMP = 1658759550
2
SHA256 (KDE/Qt/qtcreator/qt-creator-opensource-src-7.0.2.tar.xz) = 14dee285aa3aa56fb25ccbd7587382fb6cb05ae99a1a30237f0a0bbef3ceff7a
2
SHA256 (KDE/Qt/qtcreator/qt-creator-opensource-src-8.0.0.tar.xz) = 323640f96c76d199fe5bf7b02cbf2dd1a3b6489ab7cc0adeaad3957d8dc96f17
3
SIZE (KDE/Qt/qtcreator/qt-creator-opensource-src-7.0.2.tar.xz) = 46320400
3
SIZE (KDE/Qt/qtcreator/qt-creator-opensource-src-8.0.0.tar.xz) = 46869324
(-)b/devel/qtcreator/files/patch-src_libs_sqlite_CMakeLists.txt (-3 / +3 lines)
Lines 3-11 Link Here
3
@@ -47,6 +47,8 @@ extend_qtc_library(Sqlite DEFINES _HAVE_SQLITE_CONFIG_
3
@@ -47,6 +47,8 @@ extend_qtc_library(Sqlite DEFINES _HAVE_SQLITE_CONFIG_
4
 
4
 
5
 if (APPLE)
5
 if (APPLE)
6
 extend_qtc_library(Sqlite DEFINES _BSD_SOURCE)
6
   extend_qtc_library(Sqlite DEFINES _BSD_SOURCE)
7
+elseif (${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
7
+elseif (${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
8
+extend_qtc_library(Sqlite DEFINES _POSIX_C_SOURCE=200809L _BSD_SOURCE __XSI_VISIBLE)
8
+  extend_qtc_library(Sqlite DEFINES _POSIX_C_SOURCE=200809L _BSD_SOURCE __XSI_VISIBLE)
9
 elseif (UNIX)
9
 elseif (UNIX)
10
 extend_qtc_library(Sqlite DEFINES _POSIX_C_SOURCE=200809L _GNU_SOURCE _DEFAULT_SOURCE)
10
   extend_qtc_library(Sqlite DEFINES _POSIX_C_SOURCE=200809L _GNU_SOURCE _DEFAULT_SOURCE)
11
 endif()
11
 endif()
(-)b/devel/qtcreator/pkg-plist (-533 / +33 lines)
Lines 1-42 Link Here
1
bin/qtcreator
1
bin/qtcreator
2
bin/qtcreator.sh
2
bin/qtcreator.sh
3
lib/qtcreator/libAdvancedDockingSystem.so.7
3
lib/qtcreator/libAdvancedDockingSystem.so.8
4
lib/qtcreator/libAdvancedDockingSystem.so.%%SHLIB_VER%%
4
lib/qtcreator/libAdvancedDockingSystem.so.%%SHLIB_VER%%
5
lib/qtcreator/libAggregation.so.7
5
lib/qtcreator/libAggregation.so.8
6
lib/qtcreator/libAggregation.so.%%SHLIB_VER%%
6
lib/qtcreator/libAggregation.so.%%SHLIB_VER%%
7
lib/qtcreator/libCPlusPlus.so.7
7
lib/qtcreator/libCPlusPlus.so.8
8
lib/qtcreator/libCPlusPlus.so.%%SHLIB_VER%%
8
lib/qtcreator/libCPlusPlus.so.%%SHLIB_VER%%
9
lib/qtcreator/libClangSupport.so.7
9
lib/qtcreator/libExtensionSystem.so.8
10
lib/qtcreator/libClangSupport.so.%%SHLIB_VER%%
11
lib/qtcreator/libExtensionSystem.so.7
12
lib/qtcreator/libExtensionSystem.so.%%SHLIB_VER%%
10
lib/qtcreator/libExtensionSystem.so.%%SHLIB_VER%%
13
lib/qtcreator/libGLSL.so.7
11
lib/qtcreator/libGLSL.so.8
14
lib/qtcreator/libGLSL.so.%%SHLIB_VER%%
12
lib/qtcreator/libGLSL.so.%%SHLIB_VER%%
15
lib/qtcreator/libLanguageServerProtocol.so.7
13
lib/qtcreator/libLanguageServerProtocol.so.8
16
lib/qtcreator/libLanguageServerProtocol.so.%%SHLIB_VER%%
14
lib/qtcreator/libLanguageServerProtocol.so.%%SHLIB_VER%%
17
lib/qtcreator/libLanguageUtils.so.7
15
lib/qtcreator/libLanguageUtils.so.8
18
lib/qtcreator/libLanguageUtils.so.%%SHLIB_VER%%
16
lib/qtcreator/libLanguageUtils.so.%%SHLIB_VER%%
19
lib/qtcreator/libModeling.so.7
17
lib/qtcreator/libModeling.so.8
20
lib/qtcreator/libModeling.so.%%SHLIB_VER%%
18
lib/qtcreator/libModeling.so.%%SHLIB_VER%%
21
lib/qtcreator/libProParser.so.7
19
lib/qtcreator/libProParser.so.8
22
lib/qtcreator/libProParser.so.%%SHLIB_VER%%
20
lib/qtcreator/libProParser.so.%%SHLIB_VER%%
23
lib/qtcreator/libQmlDebug.so.7
21
lib/qtcreator/libQmlDebug.so.8
24
lib/qtcreator/libQmlDebug.so.%%SHLIB_VER%%
22
lib/qtcreator/libQmlDebug.so.%%SHLIB_VER%%
25
lib/qtcreator/libQmlEditorWidgets.so.7
23
lib/qtcreator/libQmlEditorWidgets.so.8
26
lib/qtcreator/libQmlEditorWidgets.so.%%SHLIB_VER%%
24
lib/qtcreator/libQmlEditorWidgets.so.%%SHLIB_VER%%
27
lib/qtcreator/libQmlJS.so.7
25
lib/qtcreator/libQmlJS.so.8
28
lib/qtcreator/libQmlJS.so.%%SHLIB_VER%%
26
lib/qtcreator/libQmlJS.so.%%SHLIB_VER%%
29
lib/qtcreator/libQtcSsh.so.7
27
lib/qtcreator/libSqlite.so.8
30
lib/qtcreator/libQtcSsh.so.%%SHLIB_VER%%
31
lib/qtcreator/libSqlite.so.7
32
lib/qtcreator/libSqlite.so.%%SHLIB_VER%%
28
lib/qtcreator/libSqlite.so.%%SHLIB_VER%%
33
lib/qtcreator/libTracing.so.7
29
lib/qtcreator/libTracing.so.8
34
lib/qtcreator/libTracing.so.%%SHLIB_VER%%
30
lib/qtcreator/libTracing.so.%%SHLIB_VER%%
35
lib/qtcreator/libUtils.so.7
31
lib/qtcreator/libUtils.so.8
36
lib/qtcreator/libUtils.so.%%SHLIB_VER%%
32
lib/qtcreator/libUtils.so.%%SHLIB_VER%%
37
lib/qtcreator/libqlitehtml.so.7
33
lib/qtcreator/libqlitehtml.so.8
38
lib/qtcreator/libqlitehtml.so.%%SHLIB_VER%%
34
lib/qtcreator/libqlitehtml.so.%%SHLIB_VER%%
39
lib/qtcreator/libyaml-cpp.so.7
35
lib/qtcreator/libyaml-cpp.so.8
40
lib/qtcreator/libyaml-cpp.so.%%SHLIB_VER%%
36
lib/qtcreator/libyaml-cpp.so.%%SHLIB_VER%%
41
lib/qtcreator/plugins/libAndroid.so
37
lib/qtcreator/plugins/libAndroid.so
42
lib/qtcreator/plugins/libAutoTest.so
38
lib/qtcreator/plugins/libAutoTest.so
Lines 54-59 lib/qtcreator/plugins/libClangFormat.so Link Here
54
lib/qtcreator/plugins/libClangTools.so
50
lib/qtcreator/plugins/libClangTools.so
55
lib/qtcreator/plugins/libClassView.so
51
lib/qtcreator/plugins/libClassView.so
56
lib/qtcreator/plugins/libClearCase.so
52
lib/qtcreator/plugins/libClearCase.so
53
lib/qtcreator/plugins/libCoco.so
57
lib/qtcreator/plugins/libCodePaster.so
54
lib/qtcreator/plugins/libCodePaster.so
58
lib/qtcreator/plugins/libCompilationDatabaseProjectManager.so
55
lib/qtcreator/plugins/libCompilationDatabaseProjectManager.so
59
lib/qtcreator/plugins/libConan.so
56
lib/qtcreator/plugins/libConan.so
Lines 70-75 lib/qtcreator/plugins/libFakeVim.so Link Here
70
lib/qtcreator/plugins/libGLSLEditor.so
67
lib/qtcreator/plugins/libGLSLEditor.so
71
lib/qtcreator/plugins/libGenericProjectManager.so
68
lib/qtcreator/plugins/libGenericProjectManager.so
72
lib/qtcreator/plugins/libGit.so
69
lib/qtcreator/plugins/libGit.so
70
lib/qtcreator/plugins/libGitLab.so
73
lib/qtcreator/plugins/libHelloWorld.so
71
lib/qtcreator/plugins/libHelloWorld.so
74
lib/qtcreator/plugins/libHelp.so
72
lib/qtcreator/plugins/libHelp.so
75
lib/qtcreator/plugins/libImageViewer.so
73
lib/qtcreator/plugins/libImageViewer.so
Lines 110-118 lib/qtcreator/plugins/libValgrind.so Link Here
110
lib/qtcreator/plugins/libVcsBase.so
108
lib/qtcreator/plugins/libVcsBase.so
111
lib/qtcreator/plugins/libWebAssembly.so
109
lib/qtcreator/plugins/libWebAssembly.so
112
lib/qtcreator/plugins/libWelcome.so
110
lib/qtcreator/plugins/libWelcome.so
113
lib/qtcreator/plugins/libWinRt.so
114
libexec/qtcreator/buildoutputparser
111
libexec/qtcreator/buildoutputparser
115
libexec/qtcreator/clangbackend
116
libexec/qtcreator/cpaster
112
libexec/qtcreator/cpaster
117
libexec/qtcreator/qml2puppet
113
libexec/qtcreator/qml2puppet
118
libexec/qtcreator/qtc-askpass
114
libexec/qtcreator/qtc-askpass
Lines 163-168 share/metainfo/org.qt-project.qtcreator.appdata.xml Link Here
163
%%DATADIR%%/externaltools/qmlscene.xml
159
%%DATADIR%%/externaltools/qmlscene.xml
164
%%DATADIR%%/externaltools/vi.xml
160
%%DATADIR%%/externaltools/vi.xml
165
%%DATADIR%%/fonts/SourceCodePro-Bold.ttf
161
%%DATADIR%%/fonts/SourceCodePro-Bold.ttf
162
%%DATADIR%%/fonts/SourceCodePro-BoldIt.ttf
166
%%DATADIR%%/fonts/SourceCodePro-It.ttf
163
%%DATADIR%%/fonts/SourceCodePro-It.ttf
167
%%DATADIR%%/fonts/SourceCodePro-Regular.ttf
164
%%DATADIR%%/fonts/SourceCodePro-Regular.ttf
168
%%DATADIR%%/fonts/SourceCodePro.txt
165
%%DATADIR%%/fonts/SourceCodePro.txt
Lines 334-343 share/metainfo/org.qt-project.qtcreator.appdata.xml Link Here
334
%%DATADIR%%/qml/qmlpuppet/mockfiles/images/editor_camera@2x.png
331
%%DATADIR%%/qml/qmlpuppet/mockfiles/images/editor_camera@2x.png
335
%%DATADIR%%/qml/qmlpuppet/mockfiles/images/editor_particlesystem.png
332
%%DATADIR%%/qml/qmlpuppet/mockfiles/images/editor_particlesystem.png
336
%%DATADIR%%/qml/qmlpuppet/mockfiles/images/editor_particlesystem@2x.png
333
%%DATADIR%%/qml/qmlpuppet/mockfiles/images/editor_particlesystem@2x.png
334
%%DATADIR%%/qml/qmlpuppet/mockfiles/images/floor_tex.png
337
%%DATADIR%%/qml/qmlpuppet/mockfiles/images/point.png
335
%%DATADIR%%/qml/qmlpuppet/mockfiles/images/point.png
338
%%DATADIR%%/qml/qmlpuppet/mockfiles/images/point@2x.png
336
%%DATADIR%%/qml/qmlpuppet/mockfiles/images/point@2x.png
339
%%DATADIR%%/qml/qmlpuppet/mockfiles/images/spot.png
337
%%DATADIR%%/qml/qmlpuppet/mockfiles/images/spot.png
340
%%DATADIR%%/qml/qmlpuppet/mockfiles/images/spot@2x.png
338
%%DATADIR%%/qml/qmlpuppet/mockfiles/images/spot@2x.png
339
%%DATADIR%%/qml/qmlpuppet/mockfiles/images/static_floor.png
341
%%DATADIR%%/qml/qmlpuppet/mockfiles/meshes/arrow.mesh
340
%%DATADIR%%/qml/qmlpuppet/mockfiles/meshes/arrow.mesh
342
%%DATADIR%%/qml/qmlpuppet/mockfiles/meshes/axishelper.mesh
341
%%DATADIR%%/qml/qmlpuppet/mockfiles/meshes/axishelper.mesh
343
%%DATADIR%%/qml/qmlpuppet/mockfiles/meshes/ring.mesh
342
%%DATADIR%%/qml/qmlpuppet/mockfiles/meshes/ring.mesh
Lines 393-399 share/metainfo/org.qt-project.qtcreator.appdata.xml Link Here
393
%%DATADIR%%/qml/qmlpuppet/mockfiles/qt6/FadeHandle.qml
392
%%DATADIR%%/qml/qmlpuppet/mockfiles/qt6/FadeHandle.qml
394
%%DATADIR%%/qml/qmlpuppet/mockfiles/qt6/HelperGrid.qml
393
%%DATADIR%%/qml/qmlpuppet/mockfiles/qt6/HelperGrid.qml
395
%%DATADIR%%/qml/qmlpuppet/mockfiles/qt6/IconGizmo.qml
394
%%DATADIR%%/qml/qmlpuppet/mockfiles/qt6/IconGizmo.qml
396
%%DATADIR%%/qml/qmlpuppet/mockfiles/qt6/IconRenderer3D.qml
397
%%DATADIR%%/qml/qmlpuppet/mockfiles/qt6/LightGizmo.qml
395
%%DATADIR%%/qml/qmlpuppet/mockfiles/qt6/LightGizmo.qml
398
%%DATADIR%%/qml/qmlpuppet/mockfiles/qt6/LightIconGizmo.qml
396
%%DATADIR%%/qml/qmlpuppet/mockfiles/qt6/LightIconGizmo.qml
399
%%DATADIR%%/qml/qmlpuppet/mockfiles/qt6/LightModel.qml
397
%%DATADIR%%/qml/qmlpuppet/mockfiles/qt6/LightModel.qml
Lines 498-505 share/metainfo/org.qt-project.qtcreator.appdata.xml Link Here
498
%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5rendernodeinstanceserver.h
496
%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5rendernodeinstanceserver.h
499
%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5testnodeinstanceserver.cpp
497
%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5testnodeinstanceserver.cpp
500
%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5testnodeinstanceserver.h
498
%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/qt5testnodeinstanceserver.h
499
%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/quick3dmaterialnodeinstance.cpp
500
%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/quick3dmaterialnodeinstance.h
501
%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/quick3dnodeinstance.cpp
501
%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/quick3dnodeinstance.cpp
502
%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/quick3dnodeinstance.h
502
%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/quick3dnodeinstance.h
503
%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/quick3drenderablenodeinstance.cpp
504
%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/quick3drenderablenodeinstance.h
503
%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/quick3dtexturenodeinstance.cpp
505
%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/quick3dtexturenodeinstance.cpp
504
%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/quick3dtexturenodeinstance.h
506
%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/quick3dtexturenodeinstance.h
505
%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/quickitemnodeinstance.cpp
507
%%DATADIR%%/qml/qmlpuppet/qml2puppet/instances/quickitemnodeinstance.cpp
Lines 524-1037 share/metainfo/org.qt-project.qtcreator.appdata.xml Link Here
524
%%DATADIR%%/qml/qmlpuppet/qmlpuppet_utilities.pri
526
%%DATADIR%%/qml/qmlpuppet/qmlpuppet_utilities.pri
525
%%DATADIR%%/qml/qmlpuppet/types/enumeration.h
527
%%DATADIR%%/qml/qmlpuppet/types/enumeration.h
526
%%DATADIR%%/qml/qmlpuppet/types/types.pri
528
%%DATADIR%%/qml/qmlpuppet/types/types.pri
527
%%DATADIR%%/qmldesigner/formatconfiguration.json
528
%%DATADIR%%/qmldesigner/itemLibraryQmlSources/AddModuleView.qml
529
%%DATADIR%%/qmldesigner/itemLibraryQmlSources/Assets.qml
530
%%DATADIR%%/qmldesigner/itemLibraryQmlSources/ItemDelegate.qml
531
%%DATADIR%%/qmldesigner/itemLibraryQmlSources/ItemsView.qml
532
%%DATADIR%%/qmldesigner/itemLibraryQmlSources/PlusButton.qml
533
%%DATADIR%%/qmldesigner/itemLibraryQmlSources/SearchBox.qml
534
%%DATADIR%%/qmldesigner/misc/BusyIndicator.qml
535
%%DATADIR%%/qmldesigner/newprojectdialog/NewProjectDialog.qml
536
%%DATADIR%%/qmldesigner/newprojectdialog/image/logo.png
537
%%DATADIR%%/qmldesigner/newprojectdialog/image/logo@2x.png
538
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-basic.png
539
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-basic@2x.png
540
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-default.png
541
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-default@2x.png
542
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-error.png
543
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-error@2x.png
544
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-fusion.png
545
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-fusion@2x.png
546
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-imagine.png
547
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-imagine@2x.png
548
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-macos.png
549
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-macos@2x.png
550
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-material_dark.png
551
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-material_dark@2x.png
552
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-material_light.png
553
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-material_light@2x.png
554
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-universal_dark.png
555
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-universal_dark@2x.png
556
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-universal_light.png
557
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-universal_light@2x.png
558
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-universal_system.png
559
%%DATADIR%%/qmldesigner/newprojectdialog/image/style-universal_system@2x.png
560
%%DATADIR%%/qmldesigner/newprojectdialog/imports/NewProjectDialog/Details.qml
561
%%DATADIR%%/qmldesigner/newprojectdialog/imports/NewProjectDialog/DialogValues.qml
562
%%DATADIR%%/qmldesigner/newprojectdialog/imports/NewProjectDialog/PopupDialog.qml
563
%%DATADIR%%/qmldesigner/newprojectdialog/imports/NewProjectDialog/PopupDialogButton.qml
564
%%DATADIR%%/qmldesigner/newprojectdialog/imports/NewProjectDialog/PopupDialogButtonBox.qml
565
%%DATADIR%%/qmldesigner/newprojectdialog/imports/NewProjectDialog/PresetView.qml
566
%%DATADIR%%/qmldesigner/newprojectdialog/imports/NewProjectDialog/Styles.qml
567
%%DATADIR%%/qmldesigner/newprojectdialog/imports/NewProjectDialog/qmldir
568
%%DATADIR%%/qmldesigner/newprojectdialog/imports/ProjectType/DefaultProject.qml
569
%%DATADIR%%/qmldesigner/newprojectdialog/imports/ProjectType/qmldir
570
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/BooleanEditorTemplate.template
571
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/ColorEditorTemplate.template
572
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/FontEditorTemplate.template
573
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/ImageEditorTemplate.template
574
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/IntEditorTemplate.template
575
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/RealEditorTemplate.template
576
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/RectangleEditorTemplate.template
577
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/StringEditorTemplate.template
578
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/TemplateTypes.qml
579
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/TextEditorTemplate.template
580
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/PropertyTemplates/UrlEditorTemplate.template
581
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/Qt5HelperWindow.qml
582
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/Qt6HelperWindow.qml
583
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtMultimedia/AudioOutputSpecifics.qml
584
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtMultimedia/AudioSection.qml
585
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtMultimedia/MediaPlayerSection.qml
586
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtMultimedia/MediaPlayerSpecifics.qml
587
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtMultimedia/VideoOutputSpecifics.qml
588
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtMultimedia/VideoSection.qml
589
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtMultimedia/VideoSpecifics.qml
590
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQml/ConnectionsSpecifics.qml
591
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQml/QtObjectPane.qml
592
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/AdvancedSection.qml
593
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/AlignDistributeSection.qml
594
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/AnchorRow.qml
595
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/AnimatedImageSpecifics.qml
596
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/AnimationSection.qml
597
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/AnimationTargetSection.qml
598
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/BorderImageSpecifics.qml
599
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ColorAnimationSpecifics.qml
600
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ColumnSpecifics.qml
601
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ConnectionsSpecifics.qml
602
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/AbstractButtonSection.qml
603
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/BusyIndicatorSpecifics.qml
604
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ButtonSection.qml
605
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ButtonSpecifics.qml
606
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/CheckBoxSpecifics.qml
607
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/CheckDelegateSpecifics.qml
608
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/CheckSection.qml
609
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ComboBoxSpecifics.qml
610
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ContainerSection.qml
611
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ControlSection.qml
612
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/DelayButtonSpecifics.qml
613
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/DialSpecifics.qml
614
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/DialogSpecifics.qml
615
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/DrawerSpecifics.qml
616
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/FrameSpecifics.qml
617
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/GroupBoxSpecifics.qml
618
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/InsetSection.qml
619
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ItemDelegateSection.qml
620
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ItemDelegateSpecifics.qml
621
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/LabelSpecifics.qml
622
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PageIndicatorSpecifics.qml
623
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PageSpecifics.qml
624
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PaneSection.qml
625
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PaneSpecifics.qml
626
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PopupSection.qml
627
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/PopupSpecifics.qml
628
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ProgressBarSpecifics.qml
629
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/RadioButtonSpecifics.qml
630
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/RadioDelegateSpecifics.qml
631
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/RangeSliderSpecifics.qml
632
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/RoundButtonSpecifics.qml
633
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ScrollViewSpecifics.qml
634
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/SliderSpecifics.qml
635
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/SpinBoxSpecifics.qml
636
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/StackViewSpecifics.qml
637
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/SwipeDelegateSpecifics.qml
638
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/SwipeViewSpecifics.qml
639
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/SwitchDelegateSpecifics.qml
640
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/SwitchSpecifics.qml
641
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/TabBarSpecifics.qml
642
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/TabButtonSpecifics.qml
643
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/TextAreaSpecifics.qml
644
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/TextFieldSpecifics.qml
645
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/TextSection.qml
646
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ToolBarSpecifics.qml
647
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ToolButtonSpecifics.qml
648
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/ToolSeparatorSpecifics.qml
649
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Controls/TumblerSpecifics.qml
650
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/FlickableSpecifics.qml
651
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/FlipableSpecifics.qml
652
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/FlowSpecifics.qml
653
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/GeometrySection.qml
654
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/GridSpecifics.qml
655
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/GridViewSpecifics.qml
656
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ImageSpecifics.qml
657
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ItemPane.qml
658
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/LayerSection.qml
659
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutProperties.qml
660
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/LayoutSection.qml
661
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Layouts/ColumnLayoutSpecifics.qml
662
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Layouts/GridLayoutSpecifics.qml
663
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Layouts/RowLayoutSpecifics.qml
664
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Layouts/StackLayoutSpecifics.qml
665
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ListViewSpecifics.qml
666
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/LoaderSpecifics.qml
667
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/MouseAreaSpecifics.qml
668
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/NumberAnimationSpecifics.qml
669
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ParallelAnimationSpecifics.qml
670
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/PathViewSpecifics.qml
671
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/PauseAnimationSpecifics.qml
672
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/PropertyActionSpecifics.qml
673
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/PropertyAnimationSpecifics.qml
674
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/QtObjectPane.qml
675
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/RectangleSpecifics.qml
676
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/RepeaterSpecifics.qml
677
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/RowSpecifics.qml
678
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/ScriptActionSpecifics.qml
679
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/SequentialAnimationSpecifics.qml
680
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/StateSpecifics.qml
681
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/TargetComboBox.qml
682
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/TextEditSpecifics.qml
683
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/TextInputSection.qml
684
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/TextInputSpecifics.qml
685
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/TextSpecifics.qml
686
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/Window/WindowSpecifics.qml
687
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/WindowSpecifics.qml
688
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/emptyPane.qml
689
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick/project.qmlproject
690
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/QtQuick3D/Object3DPane.qml
691
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/RegExpValidator.qml
692
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/AbstractButton.qml
693
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ActionIndicator.qml
694
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/AlignmentHorizontalButtons.qml
695
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/AlignmentVerticalButtons.qml
696
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/AnchorButtons.qml
697
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/BoolButtonRowButton.qml
698
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Button.qml
699
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ButtonRow.qml
700
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ButtonRow2.qml
701
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ButtonRowButton.qml
702
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/CharacterSection.qml
703
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/CheckBox.qml
704
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorEditor.qml
705
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorLine.qml
706
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorLogic.qml
707
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorPalette.qml
708
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ColorPicker.qml
709
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ComboBox.qml
710
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ComponentButton.qml
711
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ComponentSection.qml
712
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Constants.js
713
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ControlLabel.qml
714
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Controller.qml
715
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/DoubleSpinBox.qml
716
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/EditableListView.qml
717
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ExpandingSpacer.qml
718
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ExpressionTextField.qml
719
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ExtendedFunctionLogic.qml
720
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FlickableGeometrySection.qml
721
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FlickableSection.qml
722
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontComboBox.qml
723
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontExtrasSection.qml
724
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontSection.qml
725
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/FontStyleButtons.qml
726
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientLine.qml
727
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientPresetList.qml
728
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientPresetTabContent.qml
729
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/GradientPropertySpinBox.qml
730
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/HorizontalScrollBar.qml
731
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/HueSlider.qml
732
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/IconIndicator.qml
733
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/IconLabel.qml
734
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ImagePreviewTooltipArea.qml
735
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ImageSection.qml
736
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ItemFilterComboBox.qml
737
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Label.qml
738
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/LineEdit.qml
739
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/LinkIndicator2D.qml
740
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ListViewComboBox.qml
741
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/LuminanceSlider.qml
742
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/MarginSection.qml
743
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/MultiIconLabel.qml
744
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/OpacitySlider.qml
745
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/OriginControl.qml
746
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/OriginIndicator.qml
747
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/OriginSelector.qml
748
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/PaddingSection.qml
749
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/PropertyEditorPane.qml
750
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/PropertyLabel.qml
751
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/RoundedPanel.qml
752
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ScrollView.qml
753
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SecondColumnLayout.qml
754
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Section.qml
755
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SectionLayout.qml
756
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/Spacer.qml
757
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/SpinBox.qml
758
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/StandardTextSection.qml
759
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/TextExtrasSection.qml
760
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ToolTipArea.qml
761
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/UrlChooser.qml
762
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/VerticalScrollBar.qml
763
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/checkers.png
764
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/down-arrow.png
765
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/down-arrow@2x.png
766
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/expression.png
767
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/expression@2x.png
768
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon-gradient-list.png
769
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon_color_conical_gradient.png
770
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon_color_gradient.png
771
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon_color_none.png
772
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon_color_radial_gradient.png
773
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/icon_color_solid.png
774
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/placeholder.png
775
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/placeholder@2x.png
776
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/submenu.png
777
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/submenu@2x.png
778
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/up-arrow.png
779
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/images/up-arrow@2x.png
780
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/qmldir
781
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/AbstractButton.qml
782
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ActionIndicator.qml
783
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/Button.qml
784
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ButtonGroup.qml
785
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ButtonRow.qml
786
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/CheckBox.qml
787
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/CheckIndicator.qml
788
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ComboBox.qml
789
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ComboBoxInput.qml
790
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ContextMenu.qml
791
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/FilterComboBox.qml
792
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/InfinityLoopIndicator.qml
793
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ItemDelegate.qml
794
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/LinkIndicator2D.qml
795
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/LinkIndicator3D.qml
796
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/LinkIndicator3DComponent.qml
797
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/Menu.qml
798
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/MenuItem.qml
799
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/MenuItemWithIcon.qml
800
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/MenuSeparator.qml
801
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/RadioButton.qml
802
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/RealSliderPopup.qml
803
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/RealSpinBox.qml
804
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/RealSpinBoxIndicator.qml
805
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/RealSpinBoxInput.qml
806
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ScrollBar.qml
807
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/ScrollView.qml
808
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SecondColumnLayout.qml
809
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/Section.qml
810
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SectionLabel.qml
811
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SectionLayout.qml
812
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/Slider.qml
813
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SliderPopup.qml
814
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SortFilterModel.qml
815
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SpinBox.qml
816
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SpinBoxIndicator.qml
817
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/SpinBoxInput.qml
818
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/Switch.qml
819
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TabBar.qml
820
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TabButton.qml
821
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TextArea.qml
822
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TextField.qml
823
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/TranslationIndicator.qml
824
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/VerticalScrollBar.qml
825
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioControls/qmldir
826
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Constants.qml
827
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/InternalConstants.qml
828
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/Values.qml
829
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/icons.ttf
830
%%DATADIR%%/qmldesigner/propertyEditorQmlSources/imports/StudioTheme/qmldir
831
%%DATADIR%%/qmldesigner/qt4mcu/metadata.qml
832
%%DATADIR%%/qmldesigner/qt4mcu/qul-14.qml
833
%%DATADIR%%/qmldesigner/qt4mcu/qul-17.qml
834
%%DATADIR%%/qmldesigner/qt4mcu/qul-18.qml
835
%%DATADIR%%/qmldesigner/qt4mcu/qul-19.qml
836
%%DATADIR%%/qmldesigner/qt4mcu/qul-20.qml
837
%%DATADIR%%/qmldesigner/qt4mcu/qul-21.qml
838
%%DATADIR%%/qmldesigner/statesEditorQmlSources/StatesDelegate.qml
839
%%DATADIR%%/qmldesigner/statesEditorQmlSources/StatesList.qml
840
%%DATADIR%%/qmldesigner/statesEditorQmlSources/images/checkers.png
841
%%DATADIR%%/qmldesigner/studio_templates/files/custombutton/custom_button.png
842
%%DATADIR%%/qmldesigner/studio_templates/files/custombutton/custom_button@2.png
843
%%DATADIR%%/qmldesigner/studio_templates/files/custombutton/file.qml.tpl
844
%%DATADIR%%/qmldesigner/studio_templates/files/custombutton/wizard.json
845
%%DATADIR%%/qmldesigner/studio_templates/files/customcheckbox/custom_checkbox.png
846
%%DATADIR%%/qmldesigner/studio_templates/files/customcheckbox/custom_checkbox@2.png
847
%%DATADIR%%/qmldesigner/studio_templates/files/customcheckbox/file.qml.tpl
848
%%DATADIR%%/qmldesigner/studio_templates/files/customcheckbox/wizard.json
849
%%DATADIR%%/qmldesigner/studio_templates/files/customdial/custom_dial.png
850
%%DATADIR%%/qmldesigner/studio_templates/files/customdial/custom_dial@2.png
851
%%DATADIR%%/qmldesigner/studio_templates/files/customdial/file.qml.tpl
852
%%DATADIR%%/qmldesigner/studio_templates/files/customdial/wizard.json
853
%%DATADIR%%/qmldesigner/studio_templates/files/customslider/custom_slider.png
854
%%DATADIR%%/qmldesigner/studio_templates/files/customslider/custom_slider@2.png
855
%%DATADIR%%/qmldesigner/studio_templates/files/customslider/file.qml.tpl
856
%%DATADIR%%/qmldesigner/studio_templates/files/customslider/wizard.json
857
%%DATADIR%%/qmldesigner/studio_templates/files/customspinbox/custom_spinbox.png
858
%%DATADIR%%/qmldesigner/studio_templates/files/customspinbox/custom_spinbox@2.png
859
%%DATADIR%%/qmldesigner/studio_templates/files/customspinbox/file.qml.tpl
860
%%DATADIR%%/qmldesigner/studio_templates/files/customspinbox/wizard.json
861
%%DATADIR%%/qmldesigner/studio_templates/files/customswitch/custom_switch.png
862
%%DATADIR%%/qmldesigner/studio_templates/files/customswitch/custom_switch@2.png
863
%%DATADIR%%/qmldesigner/studio_templates/files/customswitch/file.qml.tpl
864
%%DATADIR%%/qmldesigner/studio_templates/files/customswitch/wizard.json
865
%%DATADIR%%/qmldesigner/studio_templates/files/flowitem/file.qml.tpl
866
%%DATADIR%%/qmldesigner/studio_templates/files/flowitem/flow_item.png
867
%%DATADIR%%/qmldesigner/studio_templates/files/flowitem/flow_item@2.png
868
%%DATADIR%%/qmldesigner/studio_templates/files/flowitem/wizard.json
869
%%DATADIR%%/qmldesigner/studio_templates/files/flowview/file.qml.tpl
870
%%DATADIR%%/qmldesigner/studio_templates/files/flowview/flow_view.png
871
%%DATADIR%%/qmldesigner/studio_templates/files/flowview/flowview2.png
872
%%DATADIR%%/qmldesigner/studio_templates/files/flowview/wizard.json
873
%%DATADIR%%/qmldesigner/studio_templates/files/javascript/file.js.tpl
874
%%DATADIR%%/qmldesigner/studio_templates/files/javascript/file_javascript.png
875
%%DATADIR%%/qmldesigner/studio_templates/files/javascript/file_javascript@2.png
876
%%DATADIR%%/qmldesigner/studio_templates/files/javascript/wizard.json
877
%%DATADIR%%/qmldesigner/studio_templates/files/listmodel/data_listmodel.png
878
%%DATADIR%%/qmldesigner/studio_templates/files/listmodel/data_listmodel@2.png
879
%%DATADIR%%/qmldesigner/studio_templates/files/listmodel/file.qml.tpl
880
%%DATADIR%%/qmldesigner/studio_templates/files/listmodel/wizard.json
881
%%DATADIR%%/qmldesigner/studio_templates/files/pane/custom_panes.png
882
%%DATADIR%%/qmldesigner/studio_templates/files/pane/custom_panes@2.png
883
%%DATADIR%%/qmldesigner/studio_templates/files/pane/file.qml.tpl
884
%%DATADIR%%/qmldesigner/studio_templates/files/pane/wizard.json
885
%%DATADIR%%/qmldesigner/studio_templates/files/qtquickfile/file.qml.tpl
886
%%DATADIR%%/qmldesigner/studio_templates/files/qtquickfile/file_qml.png
887
%%DATADIR%%/qmldesigner/studio_templates/files/qtquickfile/file_qml@2.png
888
%%DATADIR%%/qmldesigner/studio_templates/files/qtquickfile/wizard.json
889
%%DATADIR%%/qmldesigner/studio_templates/files/qtquickviews/DataModel.qml.tpl
890
%%DATADIR%%/qmldesigner/studio_templates/files/qtquickviews/GridDelegate.ui.qml.tpl
891
%%DATADIR%%/qmldesigner/studio_templates/files/qtquickviews/GridView.ui.qml.tpl
892
%%DATADIR%%/qmldesigner/studio_templates/files/qtquickviews/ListDelegate.ui.qml.tpl
893
%%DATADIR%%/qmldesigner/studio_templates/files/qtquickviews/ListView.ui.qml.tpl
894
%%DATADIR%%/qmldesigner/studio_templates/files/qtquickviews/data_gridmodel.png
895
%%DATADIR%%/qmldesigner/studio_templates/files/qtquickviews/data_gridmodel@2.png
896
%%DATADIR%%/qmldesigner/studio_templates/files/qtquickviews/wizard.json
897
%%DATADIR%%/qmldesigner/studio_templates/files/qtuiquickfile/file.qml.tpl
898
%%DATADIR%%/qmldesigner/studio_templates/files/qtuiquickfile/file_ui.png
899
%%DATADIR%%/qmldesigner/studio_templates/files/qtuiquickfile/file_ui@2.png
900
%%DATADIR%%/qmldesigner/studio_templates/files/qtuiquickfile/wizard.json
901
%%DATADIR%%/qmldesigner/studio_templates/files/stackedlayout/custom_stacked_view.png
902
%%DATADIR%%/qmldesigner/studio_templates/files/stackedlayout/custom_stacked_view@2.png
903
%%DATADIR%%/qmldesigner/studio_templates/files/stackedlayout/file.qml.tpl
904
%%DATADIR%%/qmldesigner/studio_templates/files/stackedlayout/wizard.json
905
%%DATADIR%%/qmldesigner/studio_templates/files/swipeview/custom_swipe_view.png
906
%%DATADIR%%/qmldesigner/studio_templates/files/swipeview/custom_swipe_view@2.png
907
%%DATADIR%%/qmldesigner/studio_templates/files/swipeview/file.qml.tpl
908
%%DATADIR%%/qmldesigner/studio_templates/files/swipeview/wizard.json
909
%%DATADIR%%/qmldesigner/studio_templates/projects/app_mcu.qmlproject
910
%%DATADIR%%/qmldesigner/studio_templates/projects/application-3d/Screen01.ui.qml.tpl
911
%%DATADIR%%/qmldesigner/studio_templates/projects/application-3d/contentmodule.main.qml.tpl
912
%%DATADIR%%/qmldesigner/studio_templates/projects/application-3d/desktop_blank.png
913
%%DATADIR%%/qmldesigner/studio_templates/projects/application-3d/desktop_blank@2.png
914
%%DATADIR%%/qmldesigner/studio_templates/projects/application-3d/detailsPage.qml
915
%%DATADIR%%/qmldesigner/studio_templates/projects/application-3d/wizard.json
916
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/CMakeLists.txt
917
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/Constants.qml.tpl
918
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/DirectoryFontLoader.qml.tpl
919
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/Button.qml
920
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/CheckBox.qml
921
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/DefaultStyle.qml
922
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/Dial.qml
923
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/ProgressBar.qml
924
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/RadioButton.qml
925
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/Slider.qml
926
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/SwipeView.qml
927
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/Switch.qml
928
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/button-disabled.png
929
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/button-pressed.png
930
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/button.png
931
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/checkbox-checked-pressed.png
932
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/checkbox-checked.png
933
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/checkbox-disabled.png
934
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/checkbox-partially-checked-pressed.png
935
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/checkbox-partially-checked.png
936
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/checkbox-pressed.png
937
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/checkbox.png
938
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/dial-background-disabled.png
939
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/dial-background.png
940
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/dial-progress.png
941
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/progressbar-background.png
942
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/progressbar-progress.png
943
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/radiobutton-checked-pressed.png
944
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/radiobutton-checked.png
945
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/radiobutton-disabled.png
946
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/radiobutton-pressed.png
947
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/radiobutton.png
948
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-background-disabled-vertical.png
949
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-background-disabled.png
950
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-background-vertical.png
951
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-background.png
952
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-handle-disabled-pressed.png
953
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-handle-disabled.png
954
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-handle-pressed.png
955
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-handle.png
956
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-progress-vertical.png
957
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/slider-progress.png
958
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/switch-bg.png
959
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/switch-handle.png
960
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/switch-i.png
961
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/images/switch-o.png
962
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/MCUDefaultStyle/qmldir
963
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/Screen01.ui.qml.tpl
964
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/desktop_blank.png
965
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/desktop_blank@2.png
966
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/detailsPage.qml
967
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/main.qml.tpl
968
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/mcuqtquickcontrols2.conf
969
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/qmldir
970
%%DATADIR%%/qmldesigner/studio_templates/projects/application-mcu/wizard.json
971
%%DATADIR%%/qmldesigner/studio_templates/projects/application/Screen01.ui.qml.tpl
972
%%DATADIR%%/qmldesigner/studio_templates/projects/application/desktop_blank.png
973
%%DATADIR%%/qmldesigner/studio_templates/projects/application/desktop_blank@2.png
974
%%DATADIR%%/qmldesigner/studio_templates/projects/application/detailsPage.qml
975
%%DATADIR%%/qmldesigner/studio_templates/projects/application/place_holder.png
976
%%DATADIR%%/qmldesigner/studio_templates/projects/application/wizard.json
977
%%DATADIR%%/qmldesigner/studio_templates/projects/common/App.qml.tpl
978
%%DATADIR%%/qmldesigner/studio_templates/projects/common/CMakeLists.content.txt.tpl
979
%%DATADIR%%/qmldesigner/studio_templates/projects/common/CMakeLists.imports.txt.tpl
980
%%DATADIR%%/qmldesigner/studio_templates/projects/common/CMakeLists.main.txt.tpl
981
%%DATADIR%%/qmldesigner/studio_templates/projects/common/app.qmlproject.tpl
982
%%DATADIR%%/qmldesigner/studio_templates/projects/common/app_environment.h.tpl
983
%%DATADIR%%/qmldesigner/studio_templates/projects/common/contentmodule.main.qml.tpl
984
%%DATADIR%%/qmldesigner/studio_templates/projects/common/fonts.txt
985
%%DATADIR%%/qmldesigner/studio_templates/projects/common/import_qml_plugins.h.tpl
986
%%DATADIR%%/qmldesigner/studio_templates/projects/common/main.cpp.tpl
987
%%DATADIR%%/qmldesigner/studio_templates/projects/common/main.qml
988
%%DATADIR%%/qmldesigner/studio_templates/projects/common/qmlmodules.tpl
989
%%DATADIR%%/qmldesigner/studio_templates/projects/common/qtquickcontrols2.conf
990
%%DATADIR%%/qmldesigner/studio_templates/projects/common/qtquickcontrols2.conf.tpl
991
%%DATADIR%%/qmldesigner/studio_templates/projects/defaults/qmlapplication-project-page.json
992
%%DATADIR%%/qmldesigner/studio_templates/projects/desktop-launcher/Screen01.ui.qml.tpl
993
%%DATADIR%%/qmldesigner/studio_templates/projects/desktop-launcher/desktop_launcher.png
994
%%DATADIR%%/qmldesigner/studio_templates/projects/desktop-launcher/desktop_launcher@2.png
995
%%DATADIR%%/qmldesigner/studio_templates/projects/desktop-launcher/detailsPage.qml
996
%%DATADIR%%/qmldesigner/studio_templates/projects/desktop-launcher/wizard.json
997
%%DATADIR%%/qmldesigner/studio_templates/projects/fonts.txt
998
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-scroll/Screen01.ui.qml.tpl
999
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-scroll/detailsPage.qml
1000
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-scroll/mobile_scroll.png
1001
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-scroll/mobile_scroll@2.png
1002
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-scroll/wizard.json
1003
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-stack/App.qml.tpl
1004
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-stack/CMakeLists.content.txt.tpl
1005
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-stack/Screen01.ui.qml.tpl
1006
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-stack/Screen02.ui.qml.tpl
1007
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-stack/detailsPage.qml
1008
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-stack/mobile_stack.png
1009
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-stack/mobile_stack@2.png
1010
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-stack/wizard.json
1011
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-swipe/App.qml.tpl
1012
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-swipe/CMakeLists.content.txt.tpl
1013
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-swipe/Screen01.ui.qml.tpl
1014
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-swipe/Screen02.ui.qml.tpl
1015
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-swipe/detailsPage.qml
1016
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-swipe/mobile_swipe.png
1017
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-swipe/mobile_swipe@2.png
1018
%%DATADIR%%/qmldesigner/studio_templates/projects/mobile-swipe/wizard.json
1019
%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/CMakeLists.importmodule.txt.tpl
1020
%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/Constants.qml.tpl
1021
%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/DirectoryFontLoader.qml.tpl
1022
%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/EventListModel.qml.tpl
1023
%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/EventListSimulator.qml.tpl
1024
%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/designer/plugin.metainfo
1025
%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/importmodule.qmldir.tpl
1026
%%DATADIR%%/qmldesigner/studio_templates/projects/shared-plugin/name/qmldir
1027
%%DATADIR%%/qmldesigner/workspacePresets/Animation-2D.wrk
1028
%%DATADIR%%/qmldesigner/workspacePresets/Animation-3D.wrk
1029
%%DATADIR%%/qmldesigner/workspacePresets/Basic.wrk
1030
%%DATADIR%%/qmldesigner/workspacePresets/Code.wrk
1031
%%DATADIR%%/qmldesigner/workspacePresets/Essentials-3D.wrk
1032
%%DATADIR%%/qmldesigner/workspacePresets/Essentials.wrk
1033
%%DATADIR%%/qmldesigner/workspacePresets/UX-Design.wrk
1034
%%DATADIR%%/qmldesigner/workspacePresets/Views-All.wrk
1035
%%DATADIR%%/qmlicons/Qt/16x16/BorderImage.png
529
%%DATADIR%%/qmlicons/Qt/16x16/BorderImage.png
1036
%%DATADIR%%/qmlicons/Qt/16x16/BusyIndicator.png
530
%%DATADIR%%/qmlicons/Qt/16x16/BusyIndicator.png
1037
%%DATADIR%%/qmlicons/Qt/16x16/Button.png
531
%%DATADIR%%/qmlicons/Qt/16x16/Button.png
Lines 1246-1261 share/metainfo/org.qt-project.qtcreator.appdata.xml Link Here
1246
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/main_qtquick.py
740
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/main_qtquick.py
1247
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/main_widget.py
741
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/main_widget.py
1248
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/main_widget.ui
742
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/main_widget.ui
743
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/main_widget_gen.py
1249
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/mainwindow/wizard.json
744
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/mainwindow/wizard.json
1250
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/qtquickapplication/main.pyproject
745
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/qtquickapplication/main.pyproject
1251
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/qtquickapplication/main.qml.tpl
746
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/qtquickapplication/main.qml.tpl
1252
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/qtquickapplication/wizard.json
747
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/qtquickapplication/wizard.json
1253
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/widget/main.pyproject
748
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/widget/main.pyproject
1254
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/widget/wizard.json
749
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/widget/wizard.json
750
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/widget_gen/main.pyproject
751
%%DATADIR%%/templates/wizards/projects/qtforpythonapplication/widget_gen/wizard.json
752
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/CMakeLists.6.x.txt
753
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/example/example.cpp
754
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/example/example.qml.tpl
1255
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/lib.png
755
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/lib.png
1256
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/lib@2x.png
756
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/lib@2x.png
1257
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/object.cpp
757
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/object.cpp
1258
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/object.h
758
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/object.h
759
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/object.qml.tpl
1259
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/plugin.cpp
760
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/plugin.cpp
1260
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/plugin.h
761
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/plugin.h
1261
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/project.pro
762
%%DATADIR%%/templates/wizards/projects/qtquick2-extension/project.pro
1262
- 

Return to bug 265437