Change stretchpanel to QToolBar

This commit is contained in:
2022-04-18 10:20:19 +02:00
parent ce836a8ff3
commit ea834ebd16
6 changed files with 29 additions and 44 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
#include "imageinfo.h"
#include "imagescrollareagl.h"
#include "filesystemwidget.h"
#include "stretchpanel.h"
#include "stretchtoolbar.h"
#include "databaseview.h"
class MainWindow : public QMainWindow
@@ -18,7 +18,7 @@ class MainWindow : public QMainWindow
ImageScrollArea *m_image;
ImageScrollAreaGL *m_imageGL;
ImageRingList *m_ringList;
StretchPanel *m_stretchPanel;
StretchToolbar *m_stretchPanel;
Database *m_database;
ImageInfo *m_info;
FilesystemWidget *m_filesystem;