mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 14:34:42 -04:00
added an animation for the transition between flow and grid comics views
This commit is contained in:
@ -95,6 +95,12 @@ namespace YACReader
|
||||
SevenZNotFound = 700
|
||||
};
|
||||
|
||||
enum ComicsViewStatus
|
||||
{
|
||||
Flow,
|
||||
Grid
|
||||
};
|
||||
|
||||
QString getSettingsPath();
|
||||
void addSperator(QWidget * w);
|
||||
QAction * createSeparator();
|
||||
|
Reference in New Issue
Block a user