mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
remember sorted columns in download list
This commit is contained in:
parent
9808e5a37a
commit
2985fa921a
2 changed files with 37 additions and 9 deletions
|
@ -109,7 +109,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
void acceptConnection();
|
||||
void saveColWidthDLList() const;
|
||||
bool loadColWidthDLList();
|
||||
void sortDownloadList(int index);
|
||||
void sortDownloadList(int index, Qt::SortOrder startSortOrder=Qt::AscendingOrder, bool fromLoadColWidth=false);
|
||||
void sortDownloadListFloat(int index, Qt::SortOrder sortOrder);
|
||||
void sortDownloadListString(int index, Qt::SortOrder sortOrder);
|
||||
void displayDLListMenu(const QPoint& pos);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue