Store Qt6 table header states under a different key

This commit is contained in:
Chocobo1
2021-11-04 11:34:00 +08:00
parent 32698fe0be
commit 22abbc1d41
6 changed files with 101 additions and 15 deletions

View File

@@ -30,6 +30,8 @@
#include <QDialog>
#include "base/settingvalue.h"
class CookiesModel;
namespace Ui
@@ -55,4 +57,7 @@ private slots:
private:
Ui::CookiesDialog *m_ui;
CookiesModel *m_cookiesModel;
SettingValue<QSize> m_storeDialogSize;
SettingValue<QByteArray> m_storeViewState;
};