Load data

This commit is contained in:
T'JAMPENS QUENTIN p2406187
2025-06-19 10:23:50 +02:00
parent 8fd2dc0df7
commit 37000d8281
3 changed files with 45 additions and 9 deletions
+3
View File
@@ -31,11 +31,14 @@ private slots:
void on_actionOpen_triggered();
void on_toolButton_clicked();
private:
Ui::MainWindow *ui;
QString currentFile;
bool textChanged;
QList<Path*> path;
Path* currentPath;
void loadImage(QString fileName);
};
#endif // MAINWINDOW_H