- Added Play, Pause, Stop and several other UI icons. (#91)

* - Added Play, Pause, Stop and several other UI icons.
- Added a screenshot :3

* update reuse

* reuse again

* screenshot
This commit is contained in:
Younes 2024-03-01 01:47:28 -07:00 committed by GitHub
parent 7425cb41a5
commit f2691d83b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 171 additions and 11 deletions

View file

@ -37,10 +37,15 @@ private Q_SLOTS:
void SaveWindowState() const;
private:
void AddUiWidgets();
void CreateActions();
void CreateDockWindows();
void CreateConnects();
void SetLastUsedTheme();
void SetUiIcons(bool isWhite);
QIcon recolorIcon(const QIcon& icon, bool isWhite);
bool isIconBlack = false;
QActionGroup* m_icon_size_act_group = nullptr;
QActionGroup* m_list_mode_act_group = nullptr;