mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
- Made properties window a bit larger
- Remember properties window size and position on startup
This commit is contained in:
@@ -74,6 +74,8 @@ class properties : public QDialog, private Ui::properties{
|
||||
void updateParentsPriority(QStandardItem *item, int priority);
|
||||
void updatePriorities(QStandardItem *item);
|
||||
void getPriorities(QStandardItem *parent, int *priorities);
|
||||
void writeSettings();
|
||||
void loadSettings();
|
||||
|
||||
signals:
|
||||
void filteredFilesChanged(QString hash);
|
||||
@@ -86,6 +88,9 @@ class properties : public QDialog, private Ui::properties{
|
||||
bool allFiltered() const;
|
||||
bool savePiecesPriorities();
|
||||
int* loadPiecesPriorities();
|
||||
|
||||
protected:
|
||||
QPoint screenCenter() const;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user