mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 12:54:10 -07:00
Query actual new endpoints, new query parameters.
This commit is contained in:
parent
919da0663f
commit
0cc9447cf7
2 changed files with 164 additions and 47 deletions
|
|
@ -69,6 +69,13 @@ private:
|
|||
SettingsButtonWidget *formatSettingsWidget;
|
||||
QVector<QCheckBox *> formatChecks; // Format checkboxes (13 total)
|
||||
|
||||
QComboBox *edhBracketCombo;
|
||||
QLineEdit *deckTagNameField;
|
||||
QComboBox *orderByCombo;
|
||||
QPushButton *orderDirButton;
|
||||
QCheckBox *packagesCheck;
|
||||
QSpinBox *pageSpin;
|
||||
|
||||
// Page size
|
||||
QLabel *pageSizeLabel;
|
||||
QSpinBox *pageSizeSpin;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue