提交 4fd43f55 编写于 作者: J jp9000

UI: Add refresh/reload button icons

上级 03b8fd01
......@@ -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);
}
......
......@@ -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);
}
......
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册