Skip to content
Snippets Groups Projects
Commit ea3ec20b authored by Thomas Hartmann's avatar Thomas Hartmann
Browse files

Merge branch 'release43' into 'master'

release 4.3 banner and tutorial video

See merge request !15
parents 760f60e0 28097510
No related branches found
No related tags found
1 merge request!15release 4.3 banner and tutorial video
...@@ -38,7 +38,7 @@ Item { ...@@ -38,7 +38,7 @@ Item {
Text { Text {
id: textItem id: textItem
text: "Qt Design Studio 4.2 released!" text: "Qt Design Studio 4.3 released!"
anchors.fill: parent anchors.fill: parent
font.pixelSize: 18 font.pixelSize: 18
...@@ -56,7 +56,7 @@ Item { ...@@ -56,7 +56,7 @@ Item {
Image { Image {
id: bridging_the_gap id: bridging_the_gap
y: 143 y: 143
source: "images/blog_42.png" source: "images/blog_43.png"
anchors.horizontalCenter: parent.horizontalCenter anchors.horizontalCenter: parent.horizontalCenter
sourceSize.height: 140 sourceSize.height: 140
sourceSize.width: 220 sourceSize.width: 220
...@@ -79,7 +79,7 @@ Item { ...@@ -79,7 +79,7 @@ Item {
y: 42 y: 42
hoverEnabled: true hoverEnabled: true
anchors.fill: parent anchors.fill: parent
onClicked: Qt.openUrlExternally("https://www.qt.io/blog/qt-design-studio-4.2-released") onClicked: Qt.openUrlExternally("https://www.qt.io/blog/qt-design-studio-4.3-released")
} }
} }
} }
...@@ -239,4 +239,13 @@ ListModel { ...@@ -239,4 +239,13 @@ ListModel {
tagData: "Demo, Figma, Controls, QtWS22" tagData: "Demo, Figma, Controls, QtWS22"
description: "In this session, Brook will show how to setup a project consisting of a set of template files, based on Figma variant sets, which contain the design and constraints required to generate a set of fully working Qt Quick Controls." description: "In this session, Brook will show how to setup a project consisting of a set of template files, based on Figma variant sets, which contain the design and constraints required to generate a set of fully working Qt Quick Controls."
} }
ListElement {
displayName: "New Connection Editor in 4.3"
thumbnail: "images/blog_43.png"
url: "https://youtu.be/8xZXFU8goQQ?si=qYfJRWAixTOVi9mE"
showTutorial: true
tagData: "Demo, QtDS, Connections, Expressions"
description: "A short introduction video to buildng Connections with Conditional Statements using the new Connection Editor and Expression building in QtDS 4.3."
}
} }
examples/dataImports/DataModels/images/blog_43.png

130 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment