add of topFrame of edition mod

This commit is contained in:
2025-06-22 19:28:57 +02:00
parent bd23eb5793
commit 7d3f97fddd
3 changed files with 326 additions and 2 deletions
+5
View File
@@ -19,9 +19,14 @@ public:
MainWindow(QWidget *parent = nullptr);
~MainWindow();
private slots:
void on_actionEditer_triggered();
private:
Ui::MainWindow *ui;
bool edition = false;
QString currentFile;
QList<Character*> characters;
Character* currentCharacter;