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
789f3d6ca2ad717da95df7d87c1a66b0ca1a7ff9
qt-creator
/
share
/
qtcreator
/
templates
/
wizards
/
files
/
qtquick1
/
file.qml
6 lines
30 B
QML
Raw
Normal View
History
Unescape
Escape
JsonWizard: Replace QmlFileWizard with JsonWizards Change-Id: If1079db1f4e3eb4fc62d0066a43aa58c072e2290 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
2014-09-30 17:33:27 +02:00
import
QtQuick
1.1
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