Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
qtquickcontrols-nemo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NemoMobile
qtquickcontrols-nemo
Commits
98f52ccf
Commit
98f52ccf
authored
Jul 26, 2018
by
Sergey Chupligin
Committed by
Sergey Chupligin
Jul 26, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Examples] Move icons to nemo theme
parent
c936b3ab
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
glacier-components.qml
examples/touch/glacier-components.qml
+6
-6
No files found.
examples/touch/glacier-components.qml
View file @
98f52ccf
...
...
@@ -143,9 +143,9 @@ ApplicationWindow {
id
:
tools
title
:
"
Nemo Touch Gallery
"
tools
:
[
ToolButton
{
iconSource
:
"
/usr/share/glacier-components/images/icon_cog.pn
g
"
},
ToolButton
{
iconSource
:
"
/usr/share/glacier-components/images/icon_edit.png
"
},
ToolButton
{
iconSource
:
"
/usr/share/glacier-components/images/icon_refresh.png
"
}
]
tools
:
[
ToolButton
{
iconSource
:
"
image://theme/co
g
"
},
ToolButton
{
iconSource
:
"
image://theme/edit
"
},
ToolButton
{
iconSource
:
"
image://theme/refresh
"
}
]
//The parent of these items is null when this ToolsLayout is not used
//(i.e. you're on a different page) so we need to check the parent,
...
...
@@ -193,19 +193,19 @@ ApplicationWindow {
id
:
tool1
anchors.right
:
parent
.
right
anchors.verticalCenter
:
parent
.
verticalCenter
iconSource
:
"
/usr/share/glacier-components/images/icon_cog.pn
g
"
iconSource
:
"
image://theme/co
g
"
}
ToolButton
{
id
:
tool2
anchors.right
:
tool1
.
left
anchors.verticalCenter
:
parent
.
verticalCenter
iconSource
:
"
/usr/share/glacier-components/images/icon_edit.png
"
iconSource
:
"
image://theme/edit
"
}
ToolButton
{
id
:
tool3
anchors.right
:
tool2
.
left
anchors.verticalCenter
:
parent
.
verticalCenter
iconSource
:
"
/usr/share/glacier-components/images/icon_refresh.png
"
iconSource
:
"
image://theme/refresh
"
}
},
ButtonRow
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment