UI: Add refresh/reload button icons
This commit is contained in:
parent
03b8fd0186
commit
4fd43f55fb
@ -180,6 +180,10 @@ QToolButton:pressed {
|
||||
qproperty-icon: url(./Dark/cogwheel.png);
|
||||
}
|
||||
|
||||
* [themeID="refreshIconSmall"] {
|
||||
qproperty-icon: url(./Dark/refresh.png);
|
||||
}
|
||||
|
||||
* [themeID="upArrowIconSmall"] {
|
||||
qproperty-icon: url(./Dark/up_arrow.png);
|
||||
}
|
||||
|
BIN
UI/data/themes/Dark/refresh.png
Normal file
BIN
UI/data/themes/Dark/refresh.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 77 KiB |
@ -31,6 +31,10 @@
|
||||
qproperty-icon: url(:/res/images/up.png);
|
||||
}
|
||||
|
||||
* [themeID="refreshIconSmall"] {
|
||||
qproperty-icon: url(:/res/images/refresh.png);
|
||||
}
|
||||
|
||||
* [themeID="downArrowIconSmall"] {
|
||||
qproperty-icon: url(:/res/images/down.png);
|
||||
}
|
||||
|
@ -380,6 +380,10 @@ QToolButton:pressed {
|
||||
qproperty-icon: url(./Dark/cogwheel.png);
|
||||
}
|
||||
|
||||
* [themeID="refreshIconSmall"] {
|
||||
qproperty-icon: url(./Dark/refresh.png);
|
||||
}
|
||||
|
||||
* [themeID="upArrowIconSmall"] {
|
||||
qproperty-icon: url(./Dark/up_arrow.png);
|
||||
}
|
||||
|
BIN
UI/forms/images/refresh.png
Normal file
BIN
UI/forms/images/refresh.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 71 KiB |
@ -2,6 +2,7 @@
|
||||
<qresource prefix="/res">
|
||||
<file>images/mute.png</file>
|
||||
<file>images/unmute.png</file>
|
||||
<file>images/refresh.png</file>
|
||||
<file>images/configuration21_16.png</file>
|
||||
<file>images/invisible_mask.png</file>
|
||||
<file>images/visible_mask.png</file>
|
||||
|
Loading…
x
Reference in New Issue
Block a user