add of menu ui, structures and declaration of Chracter class

This commit is contained in:
2025-06-22 18:22:32 +02:00
parent 99eabc1a72
commit bd23eb5793
444 changed files with 674 additions and 0 deletions
+6
View File
@@ -1,6 +1,8 @@
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include "character.h"
#include <QMainWindow>
QT_BEGIN_NAMESPACE
@@ -19,5 +21,9 @@ public:
private:
Ui::MainWindow *ui;
QString currentFile;
QList<Character*> characters;
Character* currentCharacter;
};
#endif // MAINWINDOW_H