0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

UI: Add refresh/reload button icons

This commit is contained in:
jp9000 2017-12-25 13:33:55 -08:00
parent 03b8fd0186
commit 4fd43f55fb
6 changed files with 13 additions and 0 deletions

View File

@ -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);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

View File

@ -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);
}

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 KiB

View File

@ -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>