We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c62a7 commit f03e906Copy full SHA for f03e906
src/app/qml/main.qml
@@ -15,7 +15,7 @@ ApplicationWindow {
15
minimumWidth: layout.implicitWidth + layout.anchors.margins * 2
16
minimumHeight: menuBar.height + layout.implicitHeight + layout.anchors.margins * 2
17
visible: true
18
- title: "ScratchCPP"
+ title: Qt.application.displayName
19
color: Material.background
20
Material.accent: "orange"
21
Material.theme: Material.Dark
0 commit comments