added label content loading

This commit is contained in:
Luis Ángel San Martín
2014-11-21 18:54:07 +01:00
parent 2af75b35ca
commit 2289e24602
15 changed files with 193 additions and 32 deletions

View File

@ -68,6 +68,7 @@ class ReadingListModel;
class ReadingListModelProxy;
class YACReaderReadingListsView;
class YACReaderHistoryController;
class EmptyLabelWidget;
#include "comic_db.h"
@ -121,6 +122,7 @@ private:
QStackedWidget * comicsViewStack;
ComicsViewTransition * comicsViewTransition;
EmptyFolderWidget * emptyFolderWidget;
EmptyLabelWidget * emptyLabelWidget;
NoSearchResultsWidget * noSearchResultsWidget;
YACReaderFoldersView * foldersView;
@ -358,6 +360,7 @@ public slots:
void toggleComicsView_delayed();//used in orther to avoid flickering;
void showComicsView();
void showEmptyFolderView();
void showEmptyLabelView();
void showNoSearchResultsView();
void toggleComicsView();
void checkSearchNumResults(int numResults);