blocknote fonctionnel
This commit is contained in:
+7
-5
@@ -23,8 +23,10 @@ public:
|
||||
void loadImage(QString fileName);
|
||||
void createNewCharacter(Character* p);
|
||||
void loadNewCharacter();
|
||||
void exportJson();
|
||||
void exportJsonAs();
|
||||
void saveJson();
|
||||
void saveAsJson();
|
||||
void getUi();
|
||||
void setUi(Character* p);
|
||||
|
||||
private slots:
|
||||
void on_actionEditer_triggered();
|
||||
@@ -32,16 +34,16 @@ private slots:
|
||||
void on_actionOuvrir_une_fiche_triggered();
|
||||
void on_actionNouvelle_fiche_triggered();
|
||||
void on_actionSauvegarder_triggered();
|
||||
|
||||
void on_actionEnregistrer_sous_triggered();
|
||||
|
||||
void on_actionFermer_triggered();
|
||||
|
||||
void recevoirSauvegarde(QString contenu);
|
||||
|
||||
private:
|
||||
Ui::MainWindow *ui;
|
||||
NotePad *notePad;
|
||||
|
||||
bool edition = false;
|
||||
bool edition = true;
|
||||
bool backPack = false;
|
||||
QString currentFile;
|
||||
QList<Character*> characters;
|
||||
|
||||
Reference in New Issue
Block a user