Add filesystem widget
This commit is contained in:
+5
-1
@@ -8,6 +8,7 @@
|
||||
#include "database.h"
|
||||
#include "imageinfo.h"
|
||||
#include "imagescrollareagl.h"
|
||||
#include "filesystemwidget.h"
|
||||
|
||||
class MainWindow : public QMainWindow
|
||||
{
|
||||
@@ -17,6 +18,7 @@ class MainWindow : public QMainWindow
|
||||
ImageRingList *m_ringList;
|
||||
Database *m_database;
|
||||
ImageInfo *m_info;
|
||||
FilesystemWidget *m_filesystem;
|
||||
static int socketPair[2];
|
||||
QSocketNotifier *socketNotifier;
|
||||
QString _lastDir;
|
||||
@@ -34,7 +36,9 @@ protected slots:
|
||||
void socketNotify();
|
||||
void updateWindowTitle();
|
||||
void pixmapLoaded(Image *image);
|
||||
void openFile();
|
||||
void loadFile();
|
||||
void loadFile(const QString path);
|
||||
void loadFile(int row);
|
||||
void saveAs();
|
||||
void markImage();
|
||||
void unmarkImage();
|
||||
|
||||
Reference in New Issue
Block a user