mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-13 22:12:15 -07:00
Clean up filter layout, use mana symbols.
This commit is contained in:
parent
57edb03dc8
commit
33092e1406
2 changed files with 74 additions and 23 deletions
|
|
@ -66,13 +66,14 @@ private:
|
|||
QLineEdit *ownerField; // Owner substring
|
||||
|
||||
// Colors
|
||||
QVector<QCheckBox *> colorChecks; // White, Blue, Black, Green, Red, Colorless
|
||||
QSet<QChar> activeColors;
|
||||
QCheckBox *logicalAndCheck; // Require ALL colors instead of ANY
|
||||
|
||||
// Formats
|
||||
QVector<QCheckBox *> formatChecks; // Format checkboxes (13 total)
|
||||
|
||||
// Page size
|
||||
QLabel *pageSizeLabel;
|
||||
QSpinBox *pageSizeSpin;
|
||||
|
||||
// Cards and Commanders
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue