mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 21:04:07 -07:00
Liiint.
This commit is contained in:
parent
888d37a3ae
commit
ad18040d88
4 changed files with 14 additions and 12 deletions
|
|
@ -62,22 +62,22 @@ private:
|
|||
QHBoxLayout *searchOptionsLayout;
|
||||
|
||||
// Required / basic fields
|
||||
QLineEdit *nameField; // Deck name substring
|
||||
QLineEdit *ownerField; // Owner substring
|
||||
QLineEdit *nameField; // Deck name substring
|
||||
QLineEdit *ownerField; // Owner substring
|
||||
|
||||
// Colors
|
||||
QVector<QCheckBox*> colorChecks; // White, Blue, Black, Green, Red, Colorless
|
||||
QVector<QCheckBox *> colorChecks; // White, Blue, Black, Green, Red, Colorless
|
||||
QCheckBox *logicalAndCheck; // Require ALL colors instead of ANY
|
||||
|
||||
// Formats
|
||||
QVector<QCheckBox*> formatChecks; // Format checkboxes (13 total)
|
||||
QVector<QCheckBox *> formatChecks; // Format checkboxes (13 total)
|
||||
|
||||
// Page size
|
||||
QSpinBox *pageSizeSpin;
|
||||
|
||||
// Cards and Commanders
|
||||
QLineEdit *cardsField; // comma-separated quoted card names
|
||||
QLineEdit *commandersField; // comma-separated quoted commander names
|
||||
QLineEdit *cardsField; // comma-separated quoted card names
|
||||
QLineEdit *commandersField; // comma-separated quoted commander names
|
||||
|
||||
SettingsButtonWidget *settingsButton;
|
||||
CardSizeWidget *cardSizeSlider;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue