Start of marking of images for selection

This commit is contained in:
2016-07-30 21:29:11 +02:00
parent 32e06a3e08
commit 3f226eb952
8 changed files with 135 additions and 6 deletions
+3
View File
@@ -4,12 +4,14 @@
#include <QMainWindow>
#include "imageringlist.h"
#include "imagescrollarea.h"
#include "database.h"
class MainWindow : public QMainWindow
{
Q_OBJECT
ImageScrollArea *m_image;
ImageRingList *m_ringList;
Database *m_database;
bool loading;
int queued;
public:
@@ -21,6 +23,7 @@ protected:
protected slots:
void pixmapLoaded(QPixmap pix);
void openFile();
void markImage();
};
#endif // MAINWINDOW_H