mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-18 11:35:21 -04:00
Add OpenRGB icon
This commit is contained in:
@@ -72,5 +72,8 @@ HEADERS += \
|
||||
RGBController/RGBController_HyperX.h \
|
||||
RGBController/RGBController_OpenRazer.h
|
||||
|
||||
RESOURCES += \
|
||||
qt/resources.qrc
|
||||
|
||||
FORMS += \
|
||||
qt/openaurasdk.ui
|
||||
|
||||
@@ -7,6 +7,9 @@ OpenAuraSDKQtDialog::OpenAuraSDKQtDialog(std::vector<i2c_smbus_interface *>& bus
|
||||
{
|
||||
ui->setupUi(this);
|
||||
|
||||
QIcon icon(":OpenRGB.png");
|
||||
setWindowIcon(icon);
|
||||
|
||||
QPalette pal;
|
||||
|
||||
pal = ui->ButtonRed->palette();
|
||||
|
||||
BIN
qt/OpenRGB.png
Normal file
BIN
qt/OpenRGB.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.7 KiB |
5
qt/resources.qrc
Normal file
5
qt/resources.qrc
Normal file
@@ -0,0 +1,5 @@
|
||||
<!DOCTYPE RCC><RCC version="1.0">
|
||||
<qresource>
|
||||
<file>OpenRGB.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
Reference in New Issue
Block a user