added comic vine pagination and sorting volumes by column

This commit is contained in:
Luis Ángel San Martín
2013-11-17 17:53:02 +01:00
parent e3ddde47b3
commit afc787be7b
21 changed files with 301 additions and 42 deletions

View File

@ -1,7 +1,7 @@
#ifndef SELECT_COMIC_H
#define SELECT_COMIC_H
#include <QWidget>
#include "scraper_selector.h"
class QLabel;
class VolumeComicsModel;
@ -10,12 +10,12 @@ class QModelIndex;
class ScraperScrollLabel;
class ScraperTableView;
class SelectComic : public QWidget
class SelectComic : public ScraperSelector
{
Q_OBJECT
public:
SelectComic(QWidget * parent = 0);
void load(const QString & json);
void load(const QString & json, const QString & searchString);
virtual ~SelectComic();
public slots: