mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 03:23:56 -07:00
[VDE] Separate layout settings for visual deck editor (#6595)
This commit is contained in:
parent
ac7ff3a0e9
commit
bdb42bbbbd
3 changed files with 46 additions and 6 deletions
|
|
@ -23,6 +23,10 @@ public:
|
|||
void setDeckEditorGeometry(const QByteArray &value);
|
||||
void setDeckEditorWidgetSize(const QString &widgetName, const QSize &value);
|
||||
|
||||
void setVisualDeckEditorLayoutState(const QByteArray &value);
|
||||
void setVisualDeckEditorGeometry(const QByteArray &value);
|
||||
void setVisualDeckEditorWidgetSize(const QString &widgetName, const QSize &value);
|
||||
|
||||
void setDeckEditorDbHeaderState(const QByteArray &value);
|
||||
void setSetsDialogHeaderState(const QByteArray &value);
|
||||
void setSetsDialogGeometry(const QByteArray &value);
|
||||
|
|
@ -42,6 +46,10 @@ public:
|
|||
QByteArray getDeckEditorGeometry();
|
||||
QSize getDeckEditorWidgetSize(const QString &widgetName, const QSize &defaultValue = {});
|
||||
|
||||
QByteArray getVisualDeckEditorLayoutState();
|
||||
QByteArray getVisualDeckEditorGeometry();
|
||||
QSize getVisualDeckEditorWidgetSize(const QString &widgetName, const QSize &defaultValue = {});
|
||||
|
||||
QByteArray getDeckEditorDbHeaderState();
|
||||
QByteArray getSetsDialogHeaderState();
|
||||
QByteArray getSetsDialogGeometry();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue