ajout export html

This commit is contained in:
p2405951
2025-06-20 10:58:40 +02:00
parent 730d0850f3
commit 213f8e1217
8 changed files with 225 additions and 6 deletions
+7
View File
@@ -26,6 +26,13 @@ public:
void addNewStep();
void exportHTMLMap();
QString getCurrentFile() const;
void setCurrentFile(const QString &newCurrentFile);
QList<Path *> getPath() const;
void setPath(const QList<Path *> &newPath);
Path *getCurrentPath() const;
void setCurrentPath(Path *newCurrentPath);
private slots:
void on_pushButton_clicked();