Use QPixmap/QIcon for background color selection button

This commit is contained in:
xperia64
2019-01-20 22:09:23 -05:00
committed by fearlessTobi
parent f574d324e7
commit 32eb080e02
2 changed files with 15 additions and 7 deletions

View File

@ -23,6 +23,8 @@ public:
private:
void setConfiguration();
void UpdateBackgroundColorButton(QColor color);
std::unique_ptr<Ui::ConfigureGraphics> ui;
QColor bg_color;
};