Skip to content
Snippets Groups Projects
Commit 9d78a4d1 authored by Jolibois Simon's avatar Jolibois Simon
Browse files

nettoyage du code et ajout de commentaires

parent fd00fe81
Branches
No related tags found
No related merge requests found
No preview for this file type
This diff is collapsed.
No preview for this file type
No preview for this file type
...@@ -5,8 +5,8 @@ import QtQuick.Controls 2.15 ...@@ -5,8 +5,8 @@ import QtQuick.Controls 2.15
Window { Window {
id : root id : root
width : 655 width : 800
height : 717 height : 800
visible : true visible : true
title : qsTr("Sudoku") title : qsTr("Sudoku")
color : "#e6ecfa" color : "#e6ecfa"
...@@ -37,14 +37,14 @@ Window { ...@@ -37,14 +37,14 @@ Window {
vueObjetCpt.save_grid(); vueObjetCpt.save_grid();
// signal de retour et confirmation visuelle de la sauvegarde - pas fonctionnelle pour l'instant // signal de retour et confirmation visuelle de la sauvegarde - pas fonctionnelle pour l'instant
var isSaved = vueObjetCpt.gameIsSaved(); // var isSaved = vueObjetCpt.gameIsSaved();
if(isSaved===1){ // if(isSaved===1){
saved_display.visible = true; // saved_display.visible = true;
} // }
else{ // else{
saved_display.visible = true; // saved_display.visible = true;
saved_display_text.color = "red"; // saved_display_text.color = "red";
} // }
} }
function set_chiffre_actif(i){ function set_chiffre_actif(i){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment