mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-02 16:53:17 +00:00
- 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:
parent
7425cb41a5
commit
f2691d83b8
21 changed files with 171 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue