added an animation for the transition between flow and grid comics views

This commit is contained in:
Luis Ángel San Martín
2014-07-09 15:47:32 +02:00
parent b860d8776a
commit 9f53ae6efc
10 changed files with 152 additions and 21 deletions

View File

@ -95,6 +95,12 @@ namespace YACReader
SevenZNotFound = 700
};
enum ComicsViewStatus
{
Flow,
Grid
};
QString getSettingsPath();
void addSperator(QWidget * w);
QAction * createSeparator();