forked from qt-creator/qt-creator
Fix QSR wizard cmake-project template
Latest changes to QSR tooling added limit checking for certain properties, so the cmake-project template needs to be updated slightly. Additionally remove the import versioning. Task-number: QSR-2398 Change-Id: I55542c9fd74ebd950b6aeb9b64a22dde177c5a4f Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Teemu Holappa <teemu.holappa@qt.io>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Qt.SafeRenderer 2.0
|
||||
import QtQuick.Window 2.15
|
||||
import Qt.SafeRenderer
|
||||
import QtQuick.Window
|
||||
|
||||
Window {
|
||||
id: window
|
||||
@@ -14,13 +14,12 @@ Window {
|
||||
x: 206
|
||||
y: 208
|
||||
width: 340
|
||||
height: 34
|
||||
height: 40
|
||||
color: "#8ae234"
|
||||
fillColor: "black"
|
||||
text: "Hello Qt Safe Renderer!"
|
||||
font.family: "Lato"
|
||||
horizontalAlignment: Text.AlignLeft
|
||||
font.pixelSize: 32
|
||||
runtimeEditable: true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user