mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-11 18:45:17 -04:00
save/restore expanded state in file list tree view so that view gets updated seamlessly
This commit is contained in:
parent
494d2071c9
commit
7c2ed3fca0
5 changed files with 118 additions and 49 deletions
|
@ -72,7 +72,8 @@ class RetroshareDirModel : public QAbstractItemModel
|
|||
void getFileInfoFromIndexList(const QModelIndexList& list, std::list<DirDetails>& files_info) ;
|
||||
void openSelected(const QModelIndexList &list);
|
||||
void getFilePaths(const QModelIndexList &list, std::list<std::string> &fullpaths);
|
||||
void changeAgeIndicator(uint32_t indicator) { ageIndicator = indicator; }
|
||||
void getFilePath(const QModelIndex& index, std::string& fullpath);
|
||||
void changeAgeIndicator(uint32_t indicator) { ageIndicator = indicator; }
|
||||
|
||||
bool requestDirDetails(void *ref, bool remote,DirDetails& d) const;
|
||||
virtual void update() {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue