first version

This commit is contained in:
2025-02-19 15:23:20 +01:00
parent acca5fb630
commit c4d2e44836
10 changed files with 70 additions and 22 deletions

View File

@@ -1,13 +1,5 @@
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
QT_BEGIN_NAMESPACE
namespace Ui {
class MainWindow;
}
QT_END_NAMESPACE
#include "imagegallery.h"
class MainWindow : public QMainWindow
{
@@ -18,6 +10,5 @@ public:
~MainWindow();
private:
Ui::MainWindow *ui;
ImageGallery *imageGallery;
};
#endif // MAINWINDOW_H