Load and show image info

This commit is contained in:
2019-09-01 16:04:45 +02:00
parent f0e4923a68
commit 310efce14e
8 changed files with 94 additions and 7 deletions
+2
View File
@@ -6,6 +6,7 @@
#include "imageringlist.h"
#include "imagescrollarea.h"
#include "database.h"
#include "imageinfo.h"
class MainWindow : public QMainWindow
{
@@ -13,6 +14,7 @@ class MainWindow : public QMainWindow
ImageScrollArea *m_image;
ImageRingList *m_ringList;
Database *m_database;
ImageInfo *m_info;
bool loading;
int queued;
static int socketPair[2];