mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-23 03:45:00 +00:00
Icon,Name,Serial,Region,Firmware,Size,Version,Path
This commit is contained in:
parent
d7f799c6b7
commit
d24f8ddf03
28 changed files with 1402 additions and 157 deletions
|
@ -31,14 +31,8 @@ GameListFrame::GameListFrame(std::shared_ptr<GameInfoClass> game_info_get, QWidg
|
|||
this->setColumnWidth(5, 90); // Size
|
||||
this->setColumnWidth(6, 90); // Version
|
||||
QStringList headers;
|
||||
headers << "Icon"
|
||||
<< "Name"
|
||||
<< "Serial"
|
||||
<< "Region"
|
||||
<< "Firmware"
|
||||
<< "Size"
|
||||
<< "Version"
|
||||
<< "Path";
|
||||
headers << tr("Icon") << tr("Name") << tr("Serial") << tr("Region") << tr("Firmware")
|
||||
<< tr("Size") << tr("Version") << tr("Path");
|
||||
this->setHorizontalHeaderLabels(headers);
|
||||
this->horizontalHeader()->setSortIndicatorShown(true);
|
||||
this->horizontalHeader()->setSectionResizeMode(0, QHeaderView::ResizeToContents);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue