mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 17:44:01 -07:00
Adding Long Name Sorting Options To Set List
Updating Dialog To Sort Options
This commit is contained in:
parent
5ef220d5f2
commit
4d37aaf37c
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ DlgCardSearch::DlgCardSearch(QWidget *parent)
|
|||
cboSetList = new QComboBox();
|
||||
cboSetList->addItem("");
|
||||
SetList setList = db->getSetList();
|
||||
setList.sortByName();
|
||||
for (int intLoop = 0; intLoop < setList.size(); ++intLoop) {
|
||||
//Adding Translated Set Name, Just In Case
|
||||
cboSetList->addItem(tr("%1").arg(setList.at(intLoop)->getLongName()), setList.at(intLoop)->getShortName());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue