mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-25 20:06:17 +00:00
Background image sized correctly (#2451)
This commit is contained in:
parent
2b9a8e5605
commit
e042710eaa
4 changed files with 35 additions and 4 deletions
|
@ -30,6 +30,7 @@ Q_SIGNALS:
|
|||
public Q_SLOTS:
|
||||
void SetListBackgroundImage(QTableWidgetItem* item);
|
||||
void RefreshListBackgroundImage();
|
||||
void resizeEvent(QResizeEvent* event);
|
||||
void SortNameAscending(int columnIndex);
|
||||
void SortNameDescending(int columnIndex);
|
||||
void PlayBackgroundMusic(QTableWidgetItem* item);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue