Details
-
Bug
-
Resolution: Fixed
-
P4: Low
-
Qt Creator 8.0.0
Description
The default project is shown is in the top left corner and way too small:
import QtQuick 2.0 Rectangle { width: 480 height: 272 Text { anchors.centerIn: parent color: "salmon" text: "Hello World!" font.pixelSize: 14 } }
Suggesting to remove width/height and using a font size that is relative to the screen size.