Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Qt UI Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Design Studio
QML Viewer Projects
Qt UI Viewer
Commits
5ec1cc1c
Verified
Commit
5ec1cc1c
authored
1 year ago
by
Burak Hançerli
Browse files
Options
Downloads
Patches
Plain Diff
chore: update app name and icon
parent
9a344f35
No related branches found
No related tags found
1 merge request
!20
chore: update app name and icon
Pipeline
#64414
passed
1 year ago
Stage: build
Stage: release
Changes
63
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ui/content/images/dvicon.png
+0
-0
0 additions, 0 deletions
ui/content/images/dvicon.png
ui/main.qml
+2
-2
2 additions, 2 deletions
ui/main.qml
ui/resources.qrc
+1
-1
1 addition, 1 deletion
ui/resources.qrc
with
3 additions
and
3 deletions
ui/content/images/dvicon.png
deleted
100644 → 0
+
0
−
0
View file @
9a344f35
10.2 KiB
This diff is collapsed.
Click to expand it.
ui/main.qml
+
2
−
2
View file @
5ec1cc1c
...
...
@@ -20,13 +20,13 @@ Rectangle {
width
:
204
height
:
173
anchors.top
:
parent
.
top
source
:
"
content/images/
dv
icon.png
"
source
:
"
content/images/
app
icon.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
...
...
This diff is collapsed.
Click to expand it.
ui/resources.qrc
+
1
−
1
View file @
5ec1cc1c
<RCC>
<qresource prefix="/">
<file>content/images/
dv
icon.png</file>
<file>content/images/
app
icon.png</file>
<file>main.qml</file>
<file>HomePage.qml</file>
<file>Logs.qml</file>
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
3
4
Next
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment