mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 21:04:07 -07:00
Add a selection combobox for sorting logic.
This commit is contained in:
parent
b8e2a31d2c
commit
d98bca8be8
2 changed files with 28 additions and 4 deletions
|
|
@ -226,8 +226,9 @@ private:
|
|||
// Minimum Cards in Deck
|
||||
// ---------------------------------------------------------------------
|
||||
|
||||
QLabel *minDeckSizeLabel; ///< Label for minimum number of cards per deck
|
||||
QSpinBox *minDeckSizeSpin; ///< Spinner to select minimum deck size
|
||||
QLabel *minDeckSizeLabel; ///< Label for minimum number of cards per deck
|
||||
QSpinBox *minDeckSizeSpin; ///< Spinner to select minimum deck size
|
||||
QComboBox *minDeckSizeLogicCombo; ///< Combo box for the size logic to apply
|
||||
|
||||
// ---------------------------------------------------------------------
|
||||
// Pagination
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue