feature/menuUi #1

Merged
Giovanni-Josserand merged 8 commits from feature/menuUi into dev 2025-06-25 17:47:40 +00:00
157 changed files with 1963 additions and 107 deletions

View File

@ -1,10 +0,0 @@
#ifndef FEATURE_H
#define FEATURE_H
#include <string>
struct Feature {
std::string name;
int value;
};
#endif // FEATURE_H

View File

@ -11,21 +11,22 @@ CONFIG += c++17
SOURCES += \
character.cpp \
main.cpp \
mainwindow.cpp
mainwindow.cpp \
notepad.cpp
HEADERS += \
Feature.h \
Possession.h \
Skill.h \
SpecialSkill.h \
Weapon.h \
character.h \
mainwindow.h
mainwindow.h \
notepad.h \
FORMS += \
mainwindow.ui
mainwindow.ui \
notepad.ui \
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
RESOURCES += \
data.qrc

Some files were not shown because too many files have changed in this diff Show More