mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 21:04:07 -07:00
Set content margins.
This commit is contained in:
parent
33092e1406
commit
90a64c4853
3 changed files with 99 additions and 98 deletions
|
|
@ -53,14 +53,9 @@ private:
|
|||
QVBoxLayout *mainLayout;
|
||||
QHBoxLayout *navigationLayout;
|
||||
QVBoxLayout *currentPageLayout;
|
||||
QPushButton *decksPushButton;
|
||||
QLineEdit *searchBar;
|
||||
//QLineEdit *searchBar;
|
||||
QPushButton *searchPushButton;
|
||||
|
||||
// --- Search options UI ---
|
||||
QWidget *searchOptionsContainer;
|
||||
QHBoxLayout *searchOptionsLayout;
|
||||
|
||||
// Required / basic fields
|
||||
QLineEdit *nameField; // Deck name substring
|
||||
QLineEdit *ownerField; // Owner substring
|
||||
|
|
@ -70,6 +65,8 @@ private:
|
|||
QCheckBox *logicalAndCheck; // Require ALL colors instead of ANY
|
||||
|
||||
// Formats
|
||||
QLabel *formatLabel;
|
||||
SettingsButtonWidget *formatSettingsWidget;
|
||||
QVector<QCheckBox *> formatChecks; // Format checkboxes (13 total)
|
||||
|
||||
// Page size
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue