changed filtering model to a hand-made solution

This commit is contained in:
csoler 2020-06-10 22:04:34 +02:00
parent 85ce2c0f33
commit 8c3c973d02
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
4 changed files with 117 additions and 76 deletions

View file

@ -140,8 +140,8 @@ private slots:
void handlePostsTreeSizeChange(QSize s);
void updateChannelFiles();
public slots:
void sortColumn(int col,Qt::SortOrder so);
// public slots:
// void sortColumn(int col,Qt::SortOrder so);
private:
void processSettings(bool load);
@ -164,7 +164,6 @@ private:
RsGxsChannelPostsModel *mChannelPostsModel;
RsGxsChannelPostFilesModel *mChannelPostFilesModel;
RsGxsChannelPostFilesModel *mChannelFilesModel;
RsGxsChannelPostFilesProxyModel *mChannelPostFilesProxyModel ;
/* UI - from Designer */
Ui::GxsChannelPostsWidgetWithModel *ui;