Skip to content
Snippets Groups Projects
Verified Commit 5ec1cc1c authored by Burak Hançerli's avatar Burak Hançerli :headphones:
Browse files

chore: update app name and icon

parent 9a344f35
No related branches found
Tags v15
1 merge request!20chore: update app name and icon
Pipeline #64414 passed
ui/content/images/dvicon.png

10.2 KiB

......@@ -20,13 +20,13 @@ Rectangle {
width: 204
height: 173
anchors.top: parent.top
source: "content/images/dvicon.png"
source: "content/images/appicon.png"
anchors.horizontalCenter: parent.horizontalCenter
fillMode: Image.PreserveAspectFit
Text {
id: qdvLabel
text: qsTr("Qt Design Viewer for Android")
text: qsTr("Qt UI Viewer for Android")
anchors.top: parent.bottom
font.pixelSize: 12
anchors.topMargin: -22
......
<RCC>
<qresource prefix="/">
<file>content/images/dvicon.png</file>
<file>content/images/appicon.png</file>
<file>main.qml</file>
<file>HomePage.qml</file>
<file>Logs.qml</file>
......
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