added list of files for the whole channel

This commit is contained in:
csoler 2020-06-07 14:50:31 +02:00
parent 591ffc2fa7
commit 944c5b3592
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
7 changed files with 67 additions and 34 deletions

View file

@ -136,6 +136,7 @@ private slots:
void setViewMode(int viewMode);
void settingsChanged();
void handlePostsTreeSizeChange(QSize s);
void updateChannelFiles();
private:
void processSettings(bool load);
@ -157,6 +158,7 @@ private:
RsGxsChannelPostsModel *mChannelPostsModel;
RsGxsChannelPostFilesModel *mChannelPostFilesModel;
RsGxsChannelPostFilesModel *mChannelFilesModel;
/* UI - from Designer */
Ui::GxsChannelPostsWidgetWithModel *ui;