This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
qt-creator
Watch
1
Star
0
Fork
0
You've already forked qt-creator
forked from
qt-creator/qt-creator
Code
Pull Requests
Activity
Files
5e059db065b1680c4f08b901b64f102300eda6e6
qt-creator
/
share
/
qtcreator
/
templates
/
wizards
/
files
/
qtquick2
/
file.qml.tpl
6 lines
44 B
Smarty
Raw
Normal View
History
Unescape
Escape
Wizards: Bump QtQuick import version in file wizards Use 2.15 as default, plus a little heuristic to use the same version as other files in the project. Fixes: QTCREATORBUG-27614 Change-Id: Ic84db5da97a9f35a2ad0e57fd47b75fb32a0b7f8 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
2022-06-14 09:57:32 +02:00
import QtQuick %
{
QtQuickVersion
}
JsonWizard: Replace QmlFileWizard with JsonWizards Change-Id: If1079db1f4e3eb4fc62d0066a43aa58c072e2290 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
2014-09-30 17:33:27 +02:00
Change templates for Quick file wizards A Item is more light weight than a Rectangle and using it against a white background is useless. Actually Rectangle is not very much used so Item is a better default. Width and height are dangerous too because people exchange them with bindings instead of using anchors or layouts. Change-Id: I4a89ddfc0f96fb3cdb0a9ccad7fcf80b8f28b479 Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
2014-12-03 16:50:47 +01:00
Item
{
JsonWizard: Replace QmlFileWizard with JsonWizards Change-Id: If1079db1f4e3eb4fc62d0066a43aa58c072e2290 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
2014-09-30 17:33:27 +02:00
}
Copy Permalink