Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
branding-etersoft-ximper
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
branding-etersoft-ximper
Commits
b3ec6801
Commit
b3ec6801
authored
Aug 06, 2013
by
Andrey Cherepanov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set Clearlook-like style for progressbar
parent
ff33ceb4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
+12
-0
design.qss.in
components/browser-qt/design/design.qss.in
+11
-0
progress-cleanlooks.png
components/browser-qt/design/progress-cleanlooks.png
+0
-0
theme.qrc
components/browser-qt/theme.qrc
+1
-0
No files found.
components/browser-qt/design/design.qss.in
View file @
b3ec6801
...
...
@@ -36,3 +36,14 @@ QToolTip {
opacity: 200;
}
QProgressBar {
background: white;
border: 1px solid #B8B2AD;
}
QProgressBar::chunk {
background: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1,
stop: 0 #648fb6,
stop: 1 #6f9fca) url(:/design/progress-cleanlooks.png);
border: 1px solid #46647f;
}
components/browser-qt/design/progress-cleanlooks.png
0 → 100644
View file @
b3ec6801
371 Bytes
components/browser-qt/theme.qrc
View file @
b3ec6801
...
...
@@ -5,5 +5,6 @@
<file>
design/design.ini
</file>
<file>
design/forward.png
</file>
<file>
design/backward.png
</file>
<file>
design/progress-cleanlooks.png
</file>
</qresource>
</RCC>
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