mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 00:44:59 -04:00
classic comics view splitter remembers now its state between sessions
This commit is contained in:
@ -33,6 +33,7 @@ public slots:
|
||||
void centerComicFlow(const QModelIndex & mi);
|
||||
void updateTableView(int i);
|
||||
void saveTableHeadersStatus();
|
||||
void saveSplitterStatus();
|
||||
void applyModelChanges(const QModelIndex & topLeft,const QModelIndex & bottomRight,const QVector<int> & roles);
|
||||
void removeItemsFromFlow(const QModelIndex & parent, int from, int to);
|
||||
//ComicsView
|
||||
|
Reference in New Issue
Block a user