mirror of
https://github.com/YACReader/yacreader
synced 2025-07-26 08:55:05 -04:00
added SortVolumeComics widget (and models)
This commit is contained in:
@ -4,10 +4,11 @@
|
||||
#include <QWidget>
|
||||
|
||||
class QLabel;
|
||||
class QTableView;
|
||||
class VolumesModel;
|
||||
class QModelIndex;
|
||||
|
||||
class ScrapperTableView;
|
||||
|
||||
class SelectVolume : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
@ -20,10 +21,11 @@ public slots:
|
||||
void setCover(const QByteArray &);
|
||||
void setDescription(const QString & jsonDetail);
|
||||
void openLink(const QString & link);
|
||||
QString getSelectedVolumeId();
|
||||
private:
|
||||
QLabel * cover;
|
||||
QLabel * detailLabel;
|
||||
QTableView * tableVolumes;
|
||||
ScrapperTableView * tableVolumes;
|
||||
VolumesModel * model;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user