mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 21:52:32 -06:00
Remember dialog sizes
This applies to "About Dialog", "Ban List Options Dialog", "Download From URL Dialog", "IP Subnet Whitelist Options Dialog", "Search Plugin Select Dialog", "Search Plugin Source Dialog", "Statistics Dialog", "Speed Limit Dialog" and "Torrent Options Dialog". Also unifies storing the dialog size under the key "Size".
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#include <QStringList>
|
||||
|
||||
#include "base/search/searchpluginmanager.h"
|
||||
#include "base/settingvalue.h"
|
||||
|
||||
class QDropEvent;
|
||||
class QTreeWidgetItem;
|
||||
@@ -91,8 +92,9 @@ private:
|
||||
void finishPluginUpdate();
|
||||
|
||||
Ui::PluginSelectDialog *m_ui;
|
||||
SettingValue<QSize> m_storeDialogSize;
|
||||
SearchPluginManager *m_pluginManager;
|
||||
QStringList m_updatedPlugins;
|
||||
int m_asyncOps;
|
||||
int m_pendingUpdates;
|
||||
int m_asyncOps = 0;
|
||||
int m_pendingUpdates = 0;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user