Support folder download in deck storage tab (#5356)

* refactor

* support folder download
This commit is contained in:
RickyRister 2024-12-27 22:31:18 -08:00 committed by GitHub
parent 3452cb01d0
commit 4c7796537f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 29 additions and 13 deletions

View file

@ -34,6 +34,8 @@ private:
void uploadDeck(const QString &filePath, const QString &targetPath);
void deleteRemoteDeck(const RemoteDeckList_TreeModel::Node *node);
void downloadNodeAtIndex(const QModelIndex &curLeft, const QModelIndex &curRight);
private slots:
void actLocalDoubleClick(const QModelIndex &curLeft);
void actOpenLocalDeck();