Compare commits

..

9 Commits

Author SHA1 Message Date
Giovanni-Josserand 04a2663a46 Merge pull request 'feature/menuUi' (#1) from feature/menuUi into dev
Reviewed-on: Giovanni-Josserand/FicheJDR#1
2025-06-25 17:47:38 +00:00
Giovanni f872ca13c2 blocknote fonctionnel 2025-06-25 19:44:38 +02:00
Giovanni 78cd25df39 add of blocNote 2025-06-25 00:12:34 +02:00
Giovanni c8a253e690 add of open, create, save, save as, exit) 2025-06-23 23:10:43 +02:00
Giovanni 9167faedee add off open, create, save, save, as 2025-06-23 23:09:12 +02:00
iutbgdin 7a61aace20 improve ui 2025-06-23 20:13:27 +02:00
iutbgdin a7dadefb1a improve ui 2025-06-23 14:19:17 +02:00
Giovanni ffa4cb0d1d update ui 2025-06-23 11:54:48 +02:00
Giovanni 7d3f97fddd add of topFrame of edition mod 2025-06-22 19:28:57 +02:00
157 changed files with 1963 additions and 107 deletions
-10
View File
@@ -1,10 +0,0 @@
#ifndef FEATURE_H
#define FEATURE_H
#include <string>
struct Feature {
std::string name;
int value;
};
#endif // FEATURE_H
+9 -8
View File
@@ -11,21 +11,22 @@ CONFIG += c++17
SOURCES += \ SOURCES += \
character.cpp \ character.cpp \
main.cpp \ main.cpp \
mainwindow.cpp mainwindow.cpp \
notepad.cpp
HEADERS += \ HEADERS += \
Feature.h \
Possession.h \
Skill.h \
SpecialSkill.h \
Weapon.h \
character.h \ character.h \
mainwindow.h mainwindow.h \
notepad.h \
FORMS += \ FORMS += \
mainwindow.ui mainwindow.ui \
notepad.ui \
# Default rules for deployment. # Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target !isEmpty(target.path): INSTALLS += target
RESOURCES += \
data.qrc

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