diff --git a/Resultat.qml b/Resultat.qml index 94b6c1c81ded84678077703e7afef025a434ad8a..213fd6a5404eef479a96ce8a5c2f50fba572ec7b 100644 --- a/Resultat.qml +++ b/Resultat.qml @@ -4,26 +4,26 @@ import QtQuick.Layouts 1.1 import QtQuick.Controls 2.15 Window { - visible: true - width: 700 - height: 200 - title: qsTr("Résultat") + visible : true + width : 700 + height : 200 + title : qsTr("Résultat") property alias rectangle : rectangle Rectangle { - id: rectangle - color: "#ffffff" - anchors.fill: parent + id : rectangle + color : "#ffffff" + anchors.fill : parent property alias text1 : text1 Text { - id: text1 - text: "Text" - font.pixelSize: 30 - font.family: "Tahoma" - anchors.fill: parent - horizontalAlignment: Text.AlignHCenter - verticalAlignment: Text.AlignVCenter + id : text1 + text : "Text" + font.pixelSize : 30 + font.family : "Tahoma" + anchors.fill : parent + horizontalAlignment : Text.AlignHCenter + verticalAlignment : Text.AlignVCenter } } diff --git a/debug/qrc_qml.cpp b/debug/qrc_qml.cpp index f7f56eb73e0fa4931f4935e36b84b9fc0b8f1e50..3e0adfde66a6d69e4b58fcbf31264ce45dbac84b 100644 --- a/debug/qrc_qml.cpp +++ b/debug/qrc_qml.cpp @@ -8,7 +8,7 @@ static const unsigned char qt_resource_data[] = { // C:/Users/Simon/Documents/travail/ECL/Electifs/Programmation des interfaces graphiques en C++/Projet/projet_sudoku/Resultat.qml - 0x0,0x0,0x2,0xbe, + 0x0,0x0,0x2,0xae, 0x69, 0x6d,0x70,0x6f,0x72,0x74,0x20,0x51,0x74,0x51,0x75,0x69,0x63,0x6b,0x20,0x32,0x2e, 0x31,0x31,0xd,0xa,0x69,0x6d,0x70,0x6f,0x72,0x74,0x20,0x51,0x74,0x51,0x75,0x69, @@ -17,217 +17,228 @@ static const unsigned char qt_resource_data[] = { 0x61,0x79,0x6f,0x75,0x74,0x73,0x20,0x31,0x2e,0x31,0xd,0xa,0x69,0x6d,0x70,0x6f, 0x72,0x74,0x20,0x51,0x74,0x51,0x75,0x69,0x63,0x6b,0x2e,0x43,0x6f,0x6e,0x74,0x72, 0x6f,0x6c,0x73,0x20,0x32,0x2e,0x31,0x35,0xd,0xa,0xd,0xa,0x57,0x69,0x6e,0x64, - 0x6f,0x77,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x77,0x69,0x64,0x74,0x68,0x3a, - 0x20,0x37,0x30,0x30,0xd,0xa,0x20,0x20,0x20,0x20,0x68,0x65,0x69,0x67,0x68,0x74, - 0x3a,0x20,0x32,0x30,0x30,0xd,0xa,0x20,0x20,0x20,0x20,0x76,0x69,0x73,0x69,0x62, - 0x6c,0x65,0x3a,0x20,0x74,0x72,0x75,0x65,0xd,0xa,0x20,0x20,0x20,0x20,0x74,0x69, - 0x74,0x6c,0x65,0x3a,0x20,0x71,0x73,0x54,0x72,0x28,0x22,0x52,0xc3,0xa9,0x73,0x75, - 0x6c,0x74,0x61,0x74,0x22,0x29,0xd,0xa,0x20,0x20,0x20,0x20,0x70,0x72,0x6f,0x70, - 0x65,0x72,0x74,0x79,0x20,0x61,0x6c,0x69,0x61,0x73,0x20,0x72,0x65,0x63,0x74,0x61, - 0x6e,0x67,0x6c,0x65,0x20,0x3a,0x20,0x72,0x65,0x63,0x74,0x61,0x6e,0x67,0x6c,0x65, - 0xd,0xa,0xd,0xa,0x20,0x20,0x20,0x20,0x52,0x65,0x63,0x74,0x61,0x6e,0x67,0x6c, - 0x65,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x69,0x64,0x3a, - 0x20,0x72,0x65,0x63,0x74,0x61,0x6e,0x67,0x6c,0x65,0xd,0xa,0x20,0x20,0x20,0x20, - 0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x3a,0x20,0x22,0x23,0x66,0x66,0x66, - 0x66,0x66,0x66,0x22,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e, - 0x63,0x68,0x6f,0x72,0x73,0x2e,0x66,0x69,0x6c,0x6c,0x3a,0x20,0x70,0x61,0x72,0x65, - 0x6e,0x74,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x70,0x72,0x6f,0x70, - 0x65,0x72,0x74,0x79,0x20,0x61,0x6c,0x69,0x61,0x73,0x20,0x74,0x65,0x78,0x74,0x31, - 0x20,0x3a,0x20,0x74,0x65,0x78,0x74,0x31,0xd,0xa,0xd,0xa,0x20,0x20,0x20,0x20, - 0x20,0x20,0x20,0x20,0x54,0x65,0x78,0x74,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20, - 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x69,0x64,0x3a,0x20,0x74,0x65,0x78,0x74, - 0x31,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74, - 0x65,0x78,0x74,0x3a,0x20,0x22,0x54,0x65,0x78,0x74,0x22,0xd,0xa,0x20,0x20,0x20, - 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x63,0x68,0x6f,0x72,0x73, - 0x2e,0x66,0x69,0x6c,0x6c,0x3a,0x20,0x70,0x61,0x72,0x65,0x6e,0x74,0xd,0xa,0x20, - 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2e, - 0x70,0x69,0x78,0x65,0x6c,0x53,0x69,0x7a,0x65,0x3a,0x20,0x33,0x30,0xd,0xa,0x20, - 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x68,0x6f,0x72,0x69,0x7a, - 0x6f,0x6e,0x74,0x61,0x6c,0x41,0x6c,0x69,0x67,0x6e,0x6d,0x65,0x6e,0x74,0x3a,0x20, + 0x6f,0x77,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x76,0x69,0x73,0x69,0x62,0x6c, + 0x65,0x20,0x3a,0x20,0x74,0x72,0x75,0x65,0xd,0xa,0x20,0x20,0x20,0x20,0x77,0x69, + 0x64,0x74,0x68,0x20,0x3a,0x20,0x37,0x30,0x30,0xd,0xa,0x20,0x20,0x20,0x20,0x68, + 0x65,0x69,0x67,0x68,0x74,0x20,0x3a,0x20,0x32,0x30,0x30,0xd,0xa,0x20,0x20,0x20, + 0x20,0x74,0x69,0x74,0x6c,0x65,0x20,0x3a,0x20,0x71,0x73,0x54,0x72,0x28,0x22,0x52, + 0xc3,0xa9,0x73,0x75,0x6c,0x74,0x61,0x74,0x22,0x29,0xd,0xa,0x20,0x20,0x20,0x20, + 0x70,0x72,0x6f,0x70,0x65,0x72,0x74,0x79,0x20,0x61,0x6c,0x69,0x61,0x73,0x20,0x72, + 0x65,0x63,0x74,0x61,0x6e,0x67,0x6c,0x65,0x20,0x3a,0x20,0x72,0x65,0x63,0x74,0x61, + 0x6e,0x67,0x6c,0x65,0xd,0xa,0xd,0xa,0x20,0x20,0x20,0x20,0x52,0x65,0x63,0x74, + 0x61,0x6e,0x67,0x6c,0x65,0x20,0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20, + 0x20,0x69,0x64,0x20,0x3a,0x20,0x72,0x65,0x63,0x74,0x61,0x6e,0x67,0x6c,0x65,0xd, + 0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x63,0x6f,0x6c,0x6f,0x72,0x20,0x3a, + 0x20,0x22,0x23,0x66,0x66,0x66,0x66,0x66,0x66,0x22,0xd,0xa,0x20,0x20,0x20,0x20, + 0x20,0x20,0x20,0x20,0x61,0x6e,0x63,0x68,0x6f,0x72,0x73,0x2e,0x66,0x69,0x6c,0x6c, + 0x20,0x3a,0x20,0x70,0x61,0x72,0x65,0x6e,0x74,0xd,0xa,0x20,0x20,0x20,0x20,0x20, + 0x20,0x20,0x20,0x70,0x72,0x6f,0x70,0x65,0x72,0x74,0x79,0x20,0x61,0x6c,0x69,0x61, + 0x73,0x20,0x74,0x65,0x78,0x74,0x31,0x20,0x3a,0x20,0x74,0x65,0x78,0x74,0x31,0xd, + 0xa,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x54,0x65,0x78,0x74,0x20, + 0x7b,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x69, + 0x64,0x20,0x3a,0x20,0x74,0x65,0x78,0x74,0x31,0xd,0xa,0x20,0x20,0x20,0x20,0x20, + 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x74,0x65,0x78,0x74,0x20,0x3a,0x20,0x22,0x54, + 0x65,0x78,0x74,0x22,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, + 0x20,0x20,0x66,0x6f,0x6e,0x74,0x2e,0x70,0x69,0x78,0x65,0x6c,0x53,0x69,0x7a,0x65, + 0x20,0x3a,0x20,0x33,0x30,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, + 0x20,0x20,0x20,0x66,0x6f,0x6e,0x74,0x2e,0x66,0x61,0x6d,0x69,0x6c,0x79,0x20,0x3a, + 0x20,0x22,0x54,0x61,0x68,0x6f,0x6d,0x61,0x22,0xd,0xa,0x20,0x20,0x20,0x20,0x20, + 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x61,0x6e,0x63,0x68,0x6f,0x72,0x73,0x2e,0x66, + 0x69,0x6c,0x6c,0x20,0x3a,0x20,0x70,0x61,0x72,0x65,0x6e,0x74,0xd,0xa,0x20,0x20, + 0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x68,0x6f,0x72,0x69,0x7a,0x6f, + 0x6e,0x74,0x61,0x6c,0x41,0x6c,0x69,0x67,0x6e,0x6d,0x65,0x6e,0x74,0x20,0x3a,0x20, 0x54,0x65,0x78,0x74,0x2e,0x41,0x6c,0x69,0x67,0x6e,0x48,0x43,0x65,0x6e,0x74,0x65, 0x72,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x76, 0x65,0x72,0x74,0x69,0x63,0x61,0x6c,0x41,0x6c,0x69,0x67,0x6e,0x6d,0x65,0x6e,0x74, - 0x3a,0x20,0x54,0x65,0x78,0x74,0x2e,0x41,0x6c,0x69,0x67,0x6e,0x56,0x43,0x65,0x6e, - 0x74,0x65,0x72,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, - 0x20,0x66,0x6f,0x6e,0x74,0x2e,0x70,0x6f,0x69,0x6e,0x74,0x53,0x69,0x7a,0x65,0x3a, - 0x20,0x31,0x36,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, - 0x20,0x66,0x6f,0x6e,0x74,0x2e,0x66,0x61,0x6d,0x69,0x6c,0x79,0x3a,0x20,0x22,0x54, - 0x61,0x68,0x6f,0x6d,0x61,0x22,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, + 0x20,0x3a,0x20,0x54,0x65,0x78,0x74,0x2e,0x41,0x6c,0x69,0x67,0x6e,0x56,0x43,0x65, + 0x6e,0x74,0x65,0x72,0xd,0xa,0xd,0xa,0x20,0x20,0x20,0x20,0x20,0x20,0x20,0x20, 0x7d,0xd,0xa,0x20,0x20,0x20,0x20,0x7d,0xd,0xa,0x7d,0xd,0xa, // C:/Users/Simon/Documents/travail/ECL/Electifs/Programmation des interfaces graphiques en C++/Projet/projet_sudoku/Carre.qml - 0x0,0x0,0x2,0xd3, + 0x0,0x0,0x3,0x2d, 0x0, - 0x0,0xa,0x4d,0x78,0x9c,0xe5,0x56,0x4b,0x4f,0xdb,0x40,0x10,0xbe,0x47,0xca,0x7f, - 0x58,0xc1,0x81,0x44,0xa4,0x86,0x0,0xaa,0x8a,0x53,0x1f,0x50,0x44,0x5b,0x24,0x24, - 0x44,0x5b,0xd1,0x43,0x14,0x55,0xcb,0x7a,0xe3,0x8c,0xbb,0xde,0xb5,0xd6,0xeb,0x3c, - 0x40,0xfc,0xf7,0xce,0xda,0x31,0xb1,0x1d,0xbb,0xa0,0xb6,0xea,0xa5,0x73,0x71,0x76, - 0x9e,0xdf,0x7e,0x9e,0x19,0x7,0xa2,0x58,0x69,0x43,0x6e,0xcd,0x6d,0xa,0xec,0x7, - 0x39,0x71,0x86,0xc3,0x6e,0x7,0x2a,0x4a,0xe7,0x1b,0x48,0x5f,0x2d,0x9b,0x6d,0xd7, - 0x74,0xad,0x52,0x93,0x90,0xa1,0xb3,0x6b,0x1b,0x2b,0x69,0xb4,0x12,0xd6,0x78,0xd6, - 0xed,0x74,0x3b,0x57,0x86,0x47,0xe4,0xb1,0xdb,0x21,0x28,0xb3,0x54,0x32,0x3,0x4a, - 0x12,0x2e,0x17,0x6a,0xcd,0xf5,0xf7,0x5,0x15,0x3c,0xd5,0x3d,0x1a,0xc7,0xfd,0x8d, - 0x8b,0x95,0x5,0xd5,0x4,0x46,0xd5,0x73,0x58,0x3a,0xcf,0x94,0xee,0x81,0x77,0x3c, - 0x82,0xf7,0xe7,0x23,0x38,0x3c,0x2c,0x87,0x16,0xe6,0x10,0xcd,0x21,0x9a,0xc3,0x5d, - 0x73,0x91,0x91,0x51,0xad,0x89,0x47,0x34,0x8f,0x39,0x35,0x5c,0x3b,0x80,0x40,0x2f, - 0x4c,0xf,0xfa,0xe,0xaa,0x8a,0x53,0xd8,0x77,0x40,0xc6,0xa9,0xd9,0x4d,0x1,0x33, - 0x62,0x71,0x13,0xcf,0xf3,0xb2,0x54,0x4d,0x65,0xb2,0x52,0x29,0xbf,0xb9,0xf,0xb9, - 0x19,0xc7,0xc6,0x61,0x73,0x2a,0x83,0xca,0xb5,0x1d,0xc3,0x57,0x66,0x0,0x83,0xb0, - 0x3f,0xda,0xd,0x7f,0xaa,0xaa,0x4a,0xc7,0xa7,0x2a,0x39,0x98,0x2f,0xe5,0x9,0x5e, - 0xa6,0x5c,0x2c,0x57,0xd6,0x68,0x14,0xd5,0x23,0xab,0x92,0x2a,0x90,0x35,0x81,0xac, - 0x89,0x66,0x52,0x19,0x9a,0x19,0x9a,0x59,0x3b,0xa9,0x8b,0x6,0x46,0x45,0x85,0x51, - 0xd6,0xca,0xe8,0x22,0x23,0xc3,0xcb,0x71,0x4f,0xc4,0x74,0xc2,0xa6,0xa3,0xd7,0x32, - 0xc0,0x94,0x50,0xba,0xce,0x40,0xae,0xfc,0xeb,0x8d,0xb3,0x7c,0x45,0xd7,0xec,0x46, - 0x2e,0x73,0x38,0x5e,0xe,0x6a,0x2,0xd3,0x49,0xf8,0xf2,0xf5,0x9e,0xec,0x4,0x65, - 0xd0,0x8a,0xc9,0x29,0x5a,0x88,0xa9,0xb4,0xe8,0xa1,0x1,0x2,0x67,0x69,0xf2,0x7f, - 0x4c,0x90,0x65,0xcf,0x4e,0x90,0x82,0x4,0x64,0xd2,0xc3,0xc9,0x19,0xe4,0xb7,0xff, - 0x93,0xf9,0xf9,0x97,0xdd,0xd3,0x34,0x21,0x2f,0x77,0xcf,0xe2,0x37,0xbb,0xc7,0x3e, - 0x62,0xad,0x62,0xae,0xcd,0x9a,0x50,0x1,0x34,0xb1,0xc5,0x89,0xfb,0xc,0x61,0x58, - 0x74,0xd8,0x47,0xd,0x7e,0x9,0x32,0xf8,0xe8,0x14,0xa0,0x6e,0xab,0x5a,0xb9,0xe4, - 0x74,0x44,0xd6,0xee,0xe9,0x56,0xa5,0xd5,0x32,0x71,0x51,0x89,0xb0,0xd2,0x48,0x66, - 0x3f,0x93,0x98,0x32,0x90,0x1,0x71,0x4f,0x6c,0xe6,0xad,0xeb,0xe7,0x4d,0xc1,0xc7, - 0x3c,0x75,0xa9,0x7e,0xf9,0x12,0x91,0xf2,0xb9,0x40,0xf3,0x79,0x39,0x34,0xf,0x67, - 0x6,0x3b,0x5f,0xf0,0x6,0x5a,0x33,0x52,0x30,0x68,0x6f,0x7f,0x96,0xc9,0x5e,0xc3, - 0xf4,0x81,0x6f,0xe6,0xe8,0xf2,0xf6,0xdd,0x88,0xcc,0x39,0x4,0x73,0x63,0x7f,0xef, - 0xfa,0xd5,0xb8,0xca,0x3a,0x17,0xc3,0x5a,0x3a,0xf8,0x5e,0x69,0x1f,0xdf,0x62,0x91, - 0xfc,0xa4,0xd5,0x63,0x8b,0xf0,0x38,0x93,0xbd,0xfa,0xf5,0xac,0x7c,0xc5,0xed,0x77, - 0x65,0xb,0xb5,0xcc,0x1,0xf8,0x6e,0xb,0x8e,0x67,0x12,0xdc,0x83,0xfd,0xd3,0x4c, - 0xe,0x9a,0x9d,0xa,0xa4,0x31,0xd5,0x5c,0x9a,0x1c,0x78,0xb3,0xe7,0x86,0xa4,0x8d, - 0x63,0x7e,0x6a,0xf1,0x54,0x1a,0x1e,0xf0,0xa3,0x4f,0xc5,0x85,0x80,0x40,0x46,0xe8, - 0xef,0x66,0x77,0x71,0xb2,0xf3,0xa7,0x31,0x2a,0xb8,0x6e,0x19,0x6d,0xe4,0x1a,0x58, - 0x4b,0xe4,0xdd,0xaf,0x22,0x35,0xa7,0xfe,0x8d,0x14,0x6b,0x97,0xcc,0xa8,0x48,0x78, - 0xb3,0xd3,0xc,0x61,0x39,0xb1,0x2,0x69,0xbe,0xc0,0x3,0xc7,0x17,0x74,0xd6,0xec, - 0x17,0xd1,0x15,0x44,0x69,0x74,0xcd,0x65,0x60,0xe6,0x2e,0x19,0xb6,0x80,0xc5,0x9e, - 0xf0,0xa9,0x41,0x96,0xb1,0x1b,0x83,0xcb,0x55,0x7c,0x57,0x28,0xc8,0x23,0xe2,0xb1, - 0x1a,0x97,0x1c,0x4d,0x86,0x6f,0xce,0xa7,0x87,0x47,0xf5,0xe5,0x53,0x88,0x92,0x1f, - 0xec,0xba,0x1a,0x67,0x6b,0xdc,0x77,0x49,0xcb,0xbb,0xb6,0x52,0x5f,0xf5,0x66,0xe, - 0x49,0xb1,0xeb,0x9b,0xa3,0x5a,0x6b,0x5a,0x52,0x2f,0x7d,0xdc,0x2f,0x76,0xf4,0x6a, - 0x7f,0xbe,0x6c,0xda,0x86,0x7c,0x2f,0x2e,0x4f,0x7c,0x64,0x9f,0xa7,0x9f,0x9a,0x11, - 0x84,0xb6, + 0x0,0xb,0xb1,0x78,0x9c,0xdd,0x56,0xdd,0x4e,0xdb,0x30,0x14,0xbe,0xaf,0xd4,0x77, + 0xb0,0xe0,0x82,0x16,0xba,0x94,0x2,0x9a,0x6,0x5d,0x2e,0x50,0xc5,0x6,0x12,0x12, + 0x82,0x4d,0xec,0xa2,0xaa,0x26,0xe3,0xb8,0xad,0x33,0xc7,0x8e,0x1c,0x27,0x6d,0xa9, + 0x78,0x97,0xbd,0xcb,0x5e,0x6c,0xc7,0x4e,0xd3,0x26,0x69,0x2,0x48,0x6c,0x9a,0xb4, + 0x23,0x55,0x8d,0x8f,0xbf,0x73,0x7c,0xfc,0x9d,0x9f,0x84,0x5,0xa1,0x54,0x1a,0xdd, + 0xea,0xdb,0x98,0x91,0x1f,0xe8,0xc8,0xe9,0xf5,0x9a,0xd,0x56,0x50,0x3a,0xdf,0x98, + 0xf0,0xe4,0xac,0x7a,0xef,0x1a,0x2f,0x64,0xac,0x23,0xd4,0x73,0xb6,0xf7,0x6,0x52, + 0x68,0x25,0xb9,0xd9,0x3c,0x69,0x36,0x9a,0x8d,0x2b,0x4d,0x3,0xb4,0x6c,0x36,0x10, + 0xc8,0x38,0x16,0x44,0x33,0x29,0x10,0x15,0x89,0x5c,0x50,0xf5,0x3d,0xc1,0x9c,0xc6, + 0xaa,0x85,0xc3,0xb0,0xbd,0x82,0x18,0xe9,0xee,0x23,0xd0,0x50,0xce,0x29,0x22,0x53, + 0x2c,0x26,0x6b,0x20,0xa2,0x1a,0x5,0xf0,0xfb,0xf5,0x13,0xf9,0x12,0x96,0x9c,0x46, + 0x28,0xdd,0x89,0xcc,0x16,0x91,0x71,0xfa,0xec,0x51,0xc4,0x31,0x9a,0x28,0x6,0x2e, + 0xf6,0xbb,0x26,0x8a,0xb5,0xeb,0x6e,0xea,0x7a,0x5,0x19,0xcb,0x55,0x40,0xc5,0x73, + 0x36,0xf8,0xb1,0x54,0xad,0x4,0x2b,0xc4,0xdc,0xc3,0x3e,0xfb,0x78,0xda,0x67,0x7, + 0x7,0xf9,0x48,0xf3,0x10,0x1f,0x20,0x3e,0x40,0xfc,0x6d,0x88,0x11,0x3,0x21,0x58, + 0x29,0xe4,0x22,0x45,0x43,0x8a,0x35,0x55,0xe,0x3,0x6e,0xce,0x75,0x8b,0xb5,0x1d, + 0x50,0x65,0x2b,0xbf,0xed,0x30,0x11,0xc6,0x7a,0xdb,0x5,0x1b,0x23,0x43,0x15,0x72, + 0x5d,0xd7,0xba,0xaa,0x3a,0xc6,0x1e,0x15,0xd3,0x9b,0x7,0x9f,0xea,0x41,0xa8,0x9d, + 0xe2,0xc5,0x8c,0xb9,0xa3,0xe9,0x5c,0x77,0x58,0xc7,0x6f,0xf7,0xb7,0xcd,0x9f,0x8a, + 0xaa,0xdc,0xf2,0xa9,0x44,0x63,0xc4,0x26,0x2,0x5b,0x1e,0x15,0xd5,0x26,0x19,0x38, + 0xa1,0x24,0x9f,0x91,0xd,0xda,0x5c,0x1d,0x94,0x31,0xec,0xb9,0x85,0xe0,0x52,0x65, + 0x7f,0x9b,0x6e,0xe,0x5c,0x72,0xe0,0x92,0xd7,0xd3,0x4d,0x0,0x42,0x0,0x42,0xea, + 0xe9,0x4e,0x2a,0xb8,0xe6,0x5,0xae,0x49,0x2d,0xd7,0x89,0xa5,0xc9,0x4d,0x23,0x1c, + 0xf2,0xd1,0x90,0x8c,0xfa,0x7f,0x80,0x9b,0xac,0x44,0x8b,0xe4,0x10,0xc9,0xa5,0x2a, + 0x93,0x93,0x2a,0x4b,0xe4,0xbc,0x50,0x87,0xaf,0xa8,0xc1,0xd9,0x2b,0xa,0x70,0xdb, + 0x72,0x96,0x86,0xe3,0xa6,0x41,0xd,0xd9,0x68,0xe8,0x3f,0xcf,0x47,0x81,0x96,0x75, + 0xdf,0x67,0xd5,0xb8,0xa2,0xc1,0x94,0x63,0x7,0x2,0x27,0x71,0x54,0xea,0xff,0xf5, + 0x0,0x28,0x34,0xa9,0x39,0xdc,0xd4,0xb2,0x64,0x11,0x13,0x51,0xd5,0x34,0x78,0xcb, + 0x8,0x28,0x7a,0xff,0x9f,0x66,0x40,0xf1,0x66,0x2d,0xe8,0xfd,0x4e,0x4a,0xfa,0x5f, + 0x9a,0x0,0xff,0xbe,0xca,0xab,0x5a,0xff,0xe5,0x2a,0x4f,0xde,0x54,0xe5,0xa1,0x92, + 0x21,0x55,0x7a,0x81,0x30,0x67,0x38,0x32,0xc7,0xa3,0xb3,0x75,0x10,0xbd,0xc,0xf5, + 0x59,0x31,0x2f,0x17,0x34,0xf3,0x0,0x4,0x65,0xea,0x6d,0x54,0x73,0xd0,0x1c,0x6f, + 0x96,0x8b,0xe2,0x52,0xc9,0x59,0x54,0xd4,0x40,0xb4,0x71,0x20,0x4a,0xca,0x28,0xc4, + 0x84,0x89,0x9,0x28,0x8f,0xcc,0xc9,0x9b,0x8d,0xbb,0x55,0x40,0xcb,0xf4,0xe8,0x5c, + 0x7c,0xf9,0x6b,0x6,0xd2,0x83,0xe,0x39,0x43,0xa7,0x79,0xd3,0xd4,0x9c,0x68,0xe8, + 0x61,0x4e,0x2b,0x88,0xb7,0xb4,0x81,0xd1,0xce,0xee,0xd8,0xca,0x4e,0xc5,0x1c,0x61, + 0x9e,0x9e,0x2,0xe4,0xfd,0x87,0x3e,0x9a,0x52,0x36,0x99,0x6a,0xf3,0xbc,0x8d,0x2b, + 0x71,0x69,0x9b,0x1,0xcc,0x6a,0x9a,0xe2,0x41,0x2a,0xf,0xf2,0x9c,0x39,0x3f,0xaa, + 0x45,0x6c,0x22,0x3c,0xb4,0xb2,0x53,0xbe,0x9e,0x91,0xaf,0x30,0xf8,0xaf,0xcc,0x41, + 0x35,0xad,0x65,0x79,0xab,0x89,0xc4,0x88,0xa2,0xd8,0xbb,0x11,0xdc,0xe4,0x6d,0x8c, + 0x79,0x44,0xab,0x51,0x59,0xb0,0x21,0x56,0x54,0xe8,0x34,0xf6,0x6a,0x64,0xca,0xd3, + 0x6,0x9a,0xae,0x6b,0xb0,0x52,0xb1,0x47,0xf8,0x2,0xc3,0xfc,0x9c,0x43,0x7b,0x6, + 0x80,0x7,0x43,0x73,0x23,0xc7,0x2a,0x2e,0x7,0xa0,0xa1,0xaa,0xda,0x38,0x1,0xc6, + 0x19,0xa9,0x33,0xbd,0x7f,0xce,0x14,0xa6,0xa8,0x76,0x42,0xc9,0x84,0xfe,0xc2,0x1e, + 0xa9,0xc9,0xc1,0x49,0x35,0x30,0xc0,0x73,0x16,0xc4,0xc1,0x35,0x15,0x13,0x7b,0xfd, + 0x5e,0x35,0x6c,0x95,0xa8,0xbd,0xdd,0x63,0x2b,0x7b,0x35,0x1,0x43,0x75,0x78,0x58, + 0xdb,0x94,0xde,0xd1,0xc9,0xc5,0x3c,0xbc,0x5f,0x6b,0x96,0x90,0x7,0xa3,0x39,0x43, + 0xdd,0x61,0xef,0xdd,0xe9,0xe8,0xa0,0x5b,0x1e,0x6d,0x99,0x48,0xf1,0xc9,0xc,0xc3, + 0x81,0x7d,0x37,0x99,0xdc,0x2e,0xcb,0xaf,0x29,0x3d,0x65,0x51,0xf6,0x9e,0xaa,0x75, + 0x62,0x98,0xba,0xf0,0x60,0xba,0x18,0x17,0xa5,0xf,0x5c,0xe3,0xa0,0x62,0xde,0x3c, + 0x3b,0x6b,0x57,0x7f,0x76,0xbc,0xfc,0x6,0x9d,0xdf,0x0,0xb0, // C:/Users/Simon/Documents/travail/ECL/Electifs/Programmation des interfaces graphiques en C++/Projet/projet_sudoku/main.qml - 0x0,0x0,0x7,0x91, + 0x0,0x0,0x8,0x5, 0x0, - 0x0,0x2f,0x42,0x78,0x9c,0xed,0x9a,0xdd,0x6e,0xdb,0x38,0x16,0xc7,0xef,0xb,0xf4, - 0x1d,0x38,0xee,0xc5,0x24,0xe8,0xae,0xc7,0xb2,0xe3,0x8f,0x38,0x6b,0x2c,0xda,0x60, - 0x3e,0xa,0x74,0xa6,0x9d,0xb6,0x98,0xb9,0x28,0xa,0x83,0x96,0x68,0x9b,0x31,0x4d, - 0x29,0x24,0x95,0x34,0xd,0xf2,0x40,0x7d,0x8e,0xbe,0xd8,0x1e,0x4a,0x96,0x2c,0x52, - 0xb4,0x24,0xcf,0xda,0x17,0x33,0x8,0x2f,0x5a,0x8b,0x3c,0xa4,0xe,0x7f,0xff,0x73, - 0x28,0x89,0xc,0x5d,0x47,0xa1,0x50,0xe8,0x77,0xf5,0x7b,0x4c,0xfd,0x15,0xea,0xb6, - 0x3d,0xef,0xe9,0x13,0x6a,0x54,0xb6,0xff,0xa4,0x3c,0x8,0x6f,0xdd,0x6d,0xaf,0xf1, - 0x5d,0x18,0x2b,0x89,0xbc,0x76,0xb9,0xed,0x32,0xe4,0x4a,0x84,0x4c,0xea,0x9e,0xfd, - 0xa7,0x4f,0x9e,0x3e,0xd9,0xc,0x74,0xff,0xf4,0x9,0x82,0x42,0x3,0x34,0x46,0x22, - 0xc,0x55,0x7a,0xe9,0x87,0x2c,0x14,0x63,0xd4,0x7a,0x46,0x6,0xc4,0x9f,0xe3,0x56, - 0x5a,0x7b,0x4b,0x3,0xb5,0x1c,0xa3,0x41,0xbf,0x9f,0x5e,0x2f,0x9,0x5d,0x2c,0xd5, - 0x18,0xd,0xbd,0x61,0x5a,0x71,0x43,0x25,0x9d,0x31,0x32,0x46,0x4a,0xc4,0x24,0xad, - 0x52,0x54,0xe9,0x8a,0x6b,0xf9,0x41,0x9c,0xb4,0xde,0xc7,0x41,0xb8,0x8a,0x5b,0xa7, - 0xfa,0xfe,0xba,0x71,0x1e,0x73,0x5f,0xd1,0x90,0x23,0x7f,0x49,0xfc,0xd5,0xc9,0xe9, - 0xc6,0x99,0x64,0xa8,0x98,0xbc,0x99,0x5d,0x11,0x75,0x19,0xa9,0xf6,0xd,0x11,0x74, - 0x3e,0x5d,0x63,0x25,0xa8,0x4f,0x4e,0x4e,0x2f,0xa,0x56,0x58,0xa0,0xa4,0x15,0x4d, - 0xca,0x3d,0x28,0x11,0x5,0x53,0x3a,0x3f,0x49,0x6a,0x27,0x93,0x89,0x57,0xbc,0x91, - 0x2e,0x82,0xc8,0x98,0x41,0xaf,0xd4,0xfd,0x89,0xf6,0xfe,0xc2,0x69,0x21,0x88,0xaf, - 0x30,0x5f,0x30,0xd2,0x4e,0x8,0x4d,0x5a,0xcf,0x46,0x84,0xc,0x7a,0xc3,0x56,0x9d, - 0xb9,0x22,0x9f,0x95,0x97,0xfc,0x3b,0x69,0xbd,0x14,0xf8,0x26,0x44,0x37,0x61,0x2c, - 0x11,0xbe,0x21,0x5f,0x90,0xf8,0xf6,0x35,0x96,0x92,0x22,0x86,0x51,0x84,0x85,0xa2, - 0x4,0x7d,0x57,0x1c,0xef,0x61,0xfb,0x93,0x30,0x49,0xee,0xff,0x2f,0x77,0x7,0x49, - 0xd9,0xcb,0xdd,0x57,0xc,0xdd,0x21,0x8c,0x62,0x4e,0x10,0x11,0x82,0xc4,0xe2,0x5f, - 0xda,0x63,0x22,0x25,0xbe,0x3,0xe7,0x5d,0xae,0x3e,0x94,0xf4,0x95,0x30,0xd1,0xa9, - 0xcf,0x20,0x10,0x49,0xb0,0x53,0xe6,0xc4,0x68,0x21,0x68,0x50,0x92,0x98,0xca,0xf7, - 0xd0,0x16,0x58,0x22,0x2f,0xf0,0x9a,0xbc,0x4a,0x5b,0x8c,0x1e,0xa0,0xf4,0xa6,0x83, - 0x4b,0x6b,0x7d,0x97,0x60,0x1a,0x50,0x19,0x31,0x7c,0x97,0x31,0x84,0x91,0x2d,0x8a, - 0x36,0xf5,0xbf,0x34,0x48,0xc9,0x74,0xaa,0x91,0xa6,0x62,0x80,0x75,0x4b,0x90,0xa0, - 0x19,0x3e,0xa2,0xa6,0xfe,0x92,0xce,0xe7,0x82,0x4c,0x31,0x54,0xc1,0x4,0x77,0x41, - 0xf4,0x97,0xa0,0x20,0x11,0xd3,0x1b,0xcc,0x40,0xaa,0xe9,0xc,0x16,0x84,0x90,0x83, - 0xb9,0x45,0x34,0x1b,0xed,0x95,0x7c,0xa1,0xc7,0xb3,0xc8,0x26,0xe,0x62,0x7d,0x6b, - 0x2b,0xd5,0x30,0x8b,0x89,0xb4,0x73,0x2d,0xa9,0xb4,0xc6,0x67,0xd6,0xed,0xb6,0x97, - 0xf3,0x50,0x9c,0xb0,0x49,0xe7,0x82,0xfd,0xe7,0xfc,0x82,0x3d,0x7f,0x6e,0xcb,0xa3, - 0x9b,0x7d,0x68,0xf6,0xa1,0xd9,0x2f,0x37,0xe7,0x9e,0x80,0x13,0x82,0x44,0x4,0x2b, - 0x22,0xda,0x54,0x91,0xf5,0xb,0x75,0xc2,0x4e,0x21,0x82,0xa3,0xec,0xca,0x3f,0x6d, - 0x53,0x1e,0xc5,0xca,0xd1,0x3f,0xd,0xec,0xd4,0xef,0x8f,0xec,0xd3,0x47,0xff,0x93, - 0xa5,0xd9,0xc3,0x6e,0x4d,0x2e,0x43,0x58,0x57,0x39,0xe1,0xaa,0x1d,0x72,0xfd,0x9b, - 0x11,0x45,0x82,0xf1,0xbd,0x8b,0xd3,0xa4,0x96,0x12,0xbd,0x30,0xb9,0x50,0x98,0x38, - 0x85,0x89,0xd3,0xf2,0xc4,0xb5,0xb9,0x72,0x4c,0xba,0x63,0x4c,0x9a,0x3a,0x27,0xad, - 0x8c,0x9,0x77,0x3e,0x7d,0xa4,0x9f,0x4c,0x3,0xbd,0x36,0x16,0x1a,0xbf,0x9b,0x4c, - 0xbe,0xff,0xde,0x45,0x5e,0x2f,0x11,0x38,0x78,0xc3,0xd9,0xdd,0x64,0xbb,0xc2,0x9b, - 0x6,0xd9,0x42,0xd3,0x49,0x4a,0xcb,0x65,0x32,0x87,0x47,0x51,0x7b,0x16,0xb2,0x60, - 0x93,0x30,0x75,0xec,0x1b,0xd2,0x59,0x39,0xe8,0x78,0xd,0xe8,0xac,0xc,0x3a,0x5e, - 0x15,0x1d,0xaf,0x92,0xce,0xaa,0x8e,0xce,0xaa,0x9e,0xce,0xea,0x58,0x74,0x98,0x83, - 0x4e,0xb7,0x1,0x1d,0x66,0xd0,0xe9,0x56,0xd1,0xe9,0x56,0xd2,0x61,0x75,0x74,0x58, - 0x3d,0x1d,0x76,0x2c,0x3a,0x6b,0x7,0x9d,0x5e,0x3,0x3a,0x6b,0x83,0x4e,0xaf,0x8a, - 0x4e,0xaf,0x92,0xce,0xba,0x8e,0xce,0xba,0x9e,0xce,0xfa,0x58,0x74,0xb8,0x83,0xce, - 0x59,0x3,0x3a,0xdc,0xa0,0x73,0x56,0x45,0xe7,0xac,0x92,0xe,0xaf,0xa3,0xc3,0xeb, - 0xe9,0xf0,0x63,0xd1,0x89,0x1c,0x74,0xfa,0xd,0xe8,0x44,0x6,0x9d,0x7e,0x15,0x9d, - 0x7e,0x25,0x9d,0xa8,0x8e,0x4e,0x54,0x4f,0x27,0x3a,0x16,0x9d,0x6b,0x7,0x9d,0x41, - 0x3,0x3a,0xd7,0x6,0x9d,0x41,0x15,0x9d,0x41,0x25,0x9d,0xeb,0x3a,0x3a,0xd7,0xf5, - 0x74,0xae,0x8f,0x45,0x47,0x3a,0xe8,0xc,0x1b,0xd0,0x91,0x6,0x9d,0x61,0x15,0x9d, - 0x61,0x25,0x1d,0x59,0x47,0x47,0xd6,0xd3,0x91,0xc7,0xa2,0x73,0xe5,0xa0,0x33,0x6a, - 0x40,0xe7,0xca,0xa0,0x33,0xaa,0xa2,0x33,0xaa,0xa4,0x73,0x55,0x47,0xe7,0xaa,0x9e, - 0xce,0xd5,0xde,0x74,0x36,0xff,0x45,0x22,0x8c,0x88,0x50,0xf0,0xed,0xc5,0x28,0x96, - 0x39,0x8,0xfd,0x9d,0xbe,0xf9,0x99,0xbd,0x93,0xfe,0x4a,0x78,0xfc,0x12,0x78,0x15, - 0x66,0x40,0x83,0x31,0x5a,0xa7,0xd5,0x99,0x55,0x66,0x89,0xee,0xcd,0x8f,0xf2,0x9f, - 0x28,0x23,0xfa,0x93,0xbc,0xe8,0xd4,0x8b,0xf4,0xbb,0x3,0x2c,0x1,0x64,0x66,0xf8, - 0x1b,0xb9,0x45,0xa9,0xf1,0x43,0x3,0x6b,0xfd,0x1,0x86,0xfc,0x18,0xbe,0x18,0xb9, - 0x42,0xfa,0x53,0xcd,0xbe,0x87,0x2e,0x21,0xff,0x20,0xe8,0x2,0xbe,0x57,0xe0,0x1d, - 0xda,0xfa,0x48,0x34,0xb9,0x6c,0x2f,0x2,0xc2,0xc8,0x2,0x66,0x3f,0xce,0xa6,0xfd, - 0xa,0x42,0x1,0x59,0xe2,0x15,0xa6,0xaf,0x9b,0x8b,0xfd,0x75,0xf1,0x41,0x11,0x70, - 0x4b,0x37,0x8d,0xd1,0x7,0x70,0xda,0xee,0xaf,0x4b,0x3a,0x99,0xc2,0x28,0x49,0x54, - 0x95,0xed,0xb4,0xbc,0xa6,0x9d,0xae,0x71,0xcc,0x35,0xc2,0x3e,0x55,0x77,0x63,0x44, - 0x38,0x86,0xaf,0xc5,0x0,0xfd,0x17,0x79,0x20,0x66,0xa7,0xdd,0x2b,0xdb,0x6e,0xf6, - 0x5f,0x8a,0x83,0x2e,0xe9,0x62,0xc9,0xf4,0x7e,0x4b,0xd2,0xb3,0xf5,0x6c,0x9e,0x94, - 0x16,0xd2,0xbb,0x34,0x3b,0x83,0x6f,0x19,0xa,0xfa,0x5,0xbc,0xc1,0xec,0x5,0xf4, - 0xe5,0x30,0x9e,0x4a,0x27,0xdc,0x4e,0xae,0x5f,0x93,0xb9,0xeb,0xfb,0x8,0xa2,0x8e, - 0xfa,0x3b,0xba,0xfc,0x71,0x9,0x15,0x3a,0xf4,0xec,0x5e,0x84,0xd1,0x80,0x6c,0x2c, - 0x7f,0xd4,0xbf,0xdf,0x69,0x67,0x4b,0xb1,0x6e,0x56,0xcc,0xb0,0xbf,0x5a,0x88,0x30, - 0xe6,0xa0,0xd7,0xbb,0x6c,0xf7,0xc1,0x25,0x46,0xb2,0x3f,0xb5,0xb5,0x9e,0x6a,0x32, - 0x33,0xec,0x70,0x83,0xc2,0x27,0x19,0x5,0xce,0x7f,0xa6,0x7b,0x55,0x67,0x9d,0xdd, - 0x26,0xbf,0x6c,0xb6,0xaf,0x5c,0x36,0x7,0x16,0xeb,0x9c,0x60,0xec,0x8f,0x12,0xb1, - 0x94,0xc0,0x5c,0x46,0x58,0xa7,0x45,0xab,0x6a,0x25,0xd8,0x5e,0x34,0x82,0xf4,0xc3, - 0xf,0x28,0xdf,0xbe,0x41,0x41,0x9c,0x78,0x63,0xe7,0x4,0x4a,0x9d,0x9c,0x6e,0x7, - 0xb4,0x2c,0xaa,0xd9,0xd5,0x71,0xcb,0x37,0xd,0x37,0xa1,0x59,0x72,0xb0,0x50,0x66, - 0xa1,0x8,0x60,0x51,0xdf,0xec,0x28,0x7a,0xd,0x4c,0xf3,0xd1,0xf3,0x60,0xb7,0x83, - 0xa9,0x32,0x80,0x60,0x4c,0x86,0x1,0x25,0xac,0x47,0x88,0x87,0x14,0xfe,0x25,0x1c, - 0xd6,0x12,0x29,0xf5,0x36,0x9c,0x93,0x97,0x31,0xa5,0x9d,0x19,0xb6,0x99,0x41,0x2a, - 0x68,0x3a,0x1f,0x47,0x1a,0x6e,0x88,0x79,0xe5,0x26,0xcc,0x7d,0x48,0x52,0x9,0xcf, - 0x7,0xa5,0xc2,0x75,0x3e,0x50,0x7a,0xd9,0xe0,0x49,0x91,0x41,0xc8,0x27,0x6f,0x3c, - 0x4,0x8c,0xa4,0xd9,0x36,0x7c,0x1e,0x17,0xc2,0xf8,0xae,0x78,0x91,0x6e,0x4d,0xc1, - 0x8c,0x67,0xc,0xfa,0x15,0xe6,0x9b,0xf9,0x99,0x2d,0xe,0xe9,0x32,0x90,0xfb,0x6b, - 0x56,0xd7,0x75,0x7b,0x33,0x9f,0x4b,0x2,0x3c,0xfe,0xdd,0xeb,0x94,0x4d,0xb7,0x6b, - 0x96,0x75,0xf,0xbb,0x61,0xdb,0x35,0xc1,0xe,0x5e,0xfb,0x4b,0xca,0x2,0xb0,0xd5, - 0x30,0x52,0x2d,0x9e,0xf,0xb6,0x56,0xa9,0xa,0xb6,0x59,0x5a,0xab,0xed,0x8a,0xf1, - 0xf4,0xb3,0xa0,0x41,0xe9,0x99,0x2,0x5d,0xf5,0xf6,0xa4,0x59,0xfd,0x79,0x8c,0xac, - 0x35,0xc1,0x0,0xaa,0x8b,0x8,0x6f,0xa5,0x5d,0x7,0xa0,0xe3,0x35,0x2f,0x55,0x4b, - 0xbd,0xee,0xf0,0x5,0x1a,0x77,0xed,0xd8,0x4e,0x1f,0xf9,0xbb,0x96,0xc6,0xed,0x2b, - 0x81,0xdd,0xbc,0xe,0xe1,0x89,0x9,0x16,0xe7,0x76,0xba,0xe8,0x72,0xa9,0xf3,0xc1, - 0x31,0x66,0x3e,0xae,0x8f,0x25,0x71,0x44,0xad,0x2e,0x19,0xf4,0xae,0xe7,0x58,0x13, - 0x75,0xd9,0x44,0xbd,0xb3,0xfd,0xa1,0x51,0x68,0xeb,0x1f,0x2f,0x63,0xc8,0x4,0x6e, - 0xbf,0xdb,0xcc,0x92,0xda,0x69,0x72,0x6e,0x50,0x8c,0x6b,0x34,0x2a,0x6,0x36,0x1a, - 0xc,0x3a,0x56,0x94,0x40,0x12,0xf6,0xba,0x76,0x4c,0x98,0x6b,0x59,0xf1,0x2d,0xe6, - 0x8f,0x6f,0x5f,0xd3,0x93,0x4,0xbd,0x7a,0x80,0xf8,0xcc,0x7c,0x57,0x6a,0x98,0xbd, - 0x85,0xc7,0xc1,0x18,0xcd,0x31,0x93,0xa4,0x3e,0xec,0xf3,0x1c,0xe9,0xf6,0xf,0x93, - 0x24,0xa6,0xaf,0xbf,0x62,0xb1,0xa0,0x1c,0x68,0x14,0x6,0x4f,0x5e,0x54,0x6f,0x37, - 0x44,0x7e,0xd2,0x17,0x3f,0x7e,0x86,0xc7,0xd5,0x6b,0xf3,0x41,0x9e,0x58,0x45,0x21, - 0xe5,0xea,0x3d,0xfd,0x2,0x4f,0x7c,0xaf,0x80,0x33,0xe4,0x97,0xe9,0xfb,0xdb,0xf8, - 0x3e,0x3b,0xd3,0xb1,0xb6,0x56,0x8b,0xc2,0x19,0x8f,0x49,0xfb,0xdd,0xd8,0x8e,0x83, - 0x77,0xc9,0x19,0x5,0x56,0xd6,0xfa,0x96,0x1e,0x5d,0x6c,0xeb,0xf2,0x23,0xa8,0x2, - 0xe6,0x46,0xb1,0xe4,0x19,0x61,0xd4,0xed,0x74,0x6a,0x3,0xa9,0x18,0x33,0x75,0x71, - 0xe4,0xfd,0x85,0xa8,0xa9,0x8d,0xc,0xaf,0xfb,0x77,0x8a,0x8c,0xb7,0x20,0x95,0xd4, - 0x9,0x70,0x5f,0x96,0xfd,0xa1,0x68,0xf8,0xe,0xde,0xf0,0x71,0xc9,0x72,0x92,0x2a, - 0xfa,0xe0,0xa,0xb6,0xf2,0xf9,0x88,0x77,0xba,0x87,0xf4,0x5d,0x53,0xfa,0xfe,0x61, - 0xa5,0xef,0x1e,0x43,0xfa,0xe1,0xa3,0xf2,0x89,0xf2,0x8e,0xa3,0xb1,0xee,0x3e,0xd2, - 0xf7,0xc,0xe9,0x7b,0x7,0xce,0xfa,0xde,0x31,0xa4,0x7f,0x4c,0xfa,0x9d,0xd2,0xf7, - 0xf6,0x91,0xfe,0xcc,0x94,0xfe,0xc0,0x59,0x7f,0x76,0x4,0xe9,0xf,0xf4,0xb6,0xfc, - 0x4f,0x54,0xfe,0x6c,0x1f,0xe5,0xfb,0x86,0xf2,0x67,0x7,0x4e,0xfa,0xfe,0x11,0x94, - 0x1f,0x3d,0x2a,0xbf,0x4b,0xf9,0xfe,0x3e,0xca,0xf,0x4c,0xe5,0xf,0x9c,0xf3,0x83, - 0x23,0x28,0xef,0x3d,0x26,0xfd,0x4e,0xe9,0x7,0xfb,0x48,0x3f,0x34,0xa4,0xef,0x1f, - 0x38,0xe9,0x87,0xc7,0x90,0xfe,0x31,0xeb,0x77,0x4a,0x3f,0xdc,0x47,0xfa,0x91,0x29, - 0xfd,0x81,0xb3,0x7e,0x74,0x4,0xe9,0xbb,0x8f,0x59,0xbf,0x53,0xfa,0xd1,0x3e,0xd2, - 0x9f,0x1b,0xd2,0xf,0xe,0x9c,0xf5,0xe7,0xc7,0x90,0xfe,0x31,0xeb,0x77,0x4a,0x7f, - 0x6e,0x4b,0xbf,0x73,0xd7,0xdb,0xf8,0xab,0xcb,0x6d,0x9b,0x6b,0x77,0x28,0xd7,0x3e, - 0xdb,0x19,0xb6,0x77,0xf1,0xcd,0x7d,0xe3,0xcd,0x86,0xf1,0xc1,0x74,0xcf,0x3b,0x30, - 0xe3,0x30,0xce,0x2d,0x9f,0xe,0xc4,0xad,0x8d,0xeb,0xe4,0x92,0x6,0x63,0xc7,0x9f, - 0x9c,0x9a,0x36,0xf9,0x84,0xec,0x13,0x1c,0xed,0xc2,0x5b,0x1c,0x4,0x94,0x2f,0xcc, - 0x50,0xd1,0x45,0x8f,0x83,0xb2,0xc8,0x7f,0x9b,0xfe,0xa1,0xb2,0xc4,0xf1,0xd,0x59, - 0x60,0x11,0x7c,0xfb,0x5a,0x3a,0xdf,0x6d,0x16,0x5e,0xb9,0xe5,0x8e,0x10,0xd3,0x25, - 0x3f,0x94,0x28,0x1f,0xc3,0x6c,0x77,0x9,0x93,0x98,0xf8,0x1f,0x2c,0xcc,0x84,0xc, - + 0x0,0x31,0xa5,0x78,0x9c,0xed,0x9a,0xdd,0x72,0xdb,0x36,0x16,0xc7,0xef,0x33,0x93, + 0x77,0x40,0x95,0x8b,0xd8,0xcd,0x56,0x11,0x25,0xeb,0xc3,0xf6,0x6a,0x76,0x12,0x4f, + 0xbb,0x9b,0x99,0x74,0x92,0x26,0x99,0xf6,0x22,0x93,0xd1,0xc0,0x24,0x24,0xc1,0x86, + 0x40,0x1a,0x0,0x95,0x38,0x1e,0xbf,0x4b,0x6f,0xd3,0xd7,0xf0,0x8b,0xf5,0x0,0x14, + 0x45,0x82,0x84,0x48,0xaa,0x6b,0xde,0xb4,0xc6,0x85,0xc7,0x4,0xe,0xbe,0xfe,0xe7, + 0xc7,0x43,0x7c,0x88,0xae,0xa2,0x50,0x28,0xf4,0x8b,0xfa,0x25,0xa6,0xfe,0x25,0xea, + 0x77,0x3d,0xef,0xf1,0x23,0x6a,0x65,0x76,0x7f,0xa3,0x3c,0x8,0x3f,0xbb,0xcb,0x5e, + 0xe3,0xeb,0x30,0x56,0x12,0x79,0xdd,0x72,0xd9,0x59,0xc8,0x95,0x8,0x99,0xd4,0x35, + 0x87,0x8f,0x1f,0x3d,0x7e,0xb4,0x69,0xe8,0xe6,0xf1,0x23,0x4,0x89,0x6,0xe8,0x4, + 0x89,0x30,0x54,0xc9,0xe3,0x67,0x1a,0xa8,0x25,0xe4,0x8c,0x86,0xc3,0x24,0x63,0x49, + 0xe8,0x62,0xa9,0x20,0x67,0xec,0x8d,0x93,0x9c,0x35,0x95,0xf4,0x9c,0x11,0xc8,0x52, + 0x22,0x26,0x49,0x9e,0xa2,0xca,0xe4,0x5c,0xc9,0xf,0xe2,0xa0,0xf3,0x3e,0xe,0xc2, + 0xcb,0xb8,0x73,0x98,0x94,0xf9,0x21,0xb,0x5,0x94,0x75,0x9e,0x90,0x11,0xf1,0xe7, + 0xb8,0xa3,0x7,0xa1,0xb,0xe6,0x31,0xf7,0x15,0xd,0x39,0xf2,0x97,0xc4,0xbf,0x3c, + 0x38,0xdc,0x8c,0x48,0xa7,0xe7,0xdf,0x23,0x1c,0x45,0x84,0x41,0xa3,0xc,0xa3,0x79, + 0xb8,0x31,0x5c,0x13,0x41,0xe7,0xb3,0x15,0x56,0x82,0xfa,0x4,0xad,0xef,0xbe,0xc1, + 0x23,0x25,0xe8,0x2a,0x36,0x66,0xb,0x41,0x75,0x5,0x22,0x15,0xf4,0x29,0x4,0xf1, + 0x15,0x41,0xdf,0x3f,0x4f,0x7b,0x33,0xcd,0x3e,0x4f,0x9a,0x45,0x41,0x45,0xbb,0x99, + 0xf9,0x3a,0x26,0x6f,0xce,0x2f,0x88,0x3a,0x8b,0x54,0xd7,0x32,0x39,0x38,0x3c,0x2d, + 0x34,0x2b,0xe9,0x82,0x63,0xd3,0xae,0x20,0x2a,0x8c,0x5,0x22,0xa,0xe1,0xf9,0x9c, + 0xfa,0x4b,0xbc,0x20,0x69,0x77,0x84,0xdf,0xfd,0xa1,0x4,0x41,0xef,0xee,0xbe,0xc9, + 0x98,0x29,0xac,0x72,0x5d,0x61,0x91,0x8c,0x2,0x4d,0xcb,0xdd,0x52,0x22,0x4e,0x33, + 0x53,0x3a,0x3f,0x30,0xb9,0xd3,0xe9,0xd4,0xcb,0x6b,0xa6,0x93,0x20,0xba,0xe1,0xee, + 0xc6,0x45,0x53,0xed,0xa0,0x53,0xa7,0x85,0x56,0x7,0xf3,0x5,0x23,0x5d,0xe3,0x9e, + 0x69,0xe7,0xc9,0x84,0x90,0xd1,0x60,0xdc,0xa9,0x33,0x57,0xe4,0x8b,0xf2,0xcc,0xdf, + 0x69,0xe7,0xa5,0xc0,0xeb,0x10,0xad,0xc3,0x58,0x22,0xbc,0x26,0x5f,0x91,0xb8,0xfb, + 0x16,0x4b,0x49,0xf5,0x5c,0x23,0x2c,0x14,0x78,0xe6,0xbb,0x7c,0x7b,0xb7,0xd9,0xbf, + 0x84,0x49,0x72,0xf3,0x7f,0xd,0x77,0x64,0xd2,0x5e,0xc3,0x7d,0xc5,0xd0,0x35,0xc2, + 0x28,0xe6,0xc0,0x8,0xe0,0x11,0x8b,0x7f,0xe9,0x11,0x13,0x29,0xf1,0x35,0xc,0xde, + 0x35,0xd4,0xdb,0x12,0xaa,0x12,0x26,0x3a,0xf3,0x19,0xbc,0x58,0x24,0x68,0x42,0xac, + 0xb1,0x7,0x30,0x3,0xd,0x4,0xe1,0x82,0x2c,0xa8,0xd4,0x8,0x64,0x12,0x61,0x5f, + 0xc5,0xa6,0x5a,0x33,0x54,0xb7,0xd,0xba,0x31,0xdd,0x16,0x37,0x43,0xd4,0xf,0xf9, + 0x9c,0xa,0xa0,0xda,0xbc,0x5,0x54,0x26,0x23,0x49,0xba,0x94,0x38,0x5e,0x93,0x5, + 0x16,0xf0,0xf4,0x3,0xc,0x56,0x6e,0xc7,0xc0,0x8d,0x51,0xa4,0x9b,0x60,0x4f,0x29, + 0x97,0x20,0x75,0x81,0x64,0x2a,0xdf,0xc3,0x38,0x82,0x2,0xcb,0xb,0xbc,0x22,0xaf, + 0x92,0x12,0x33,0xba,0x1c,0xd0,0x9b,0xa,0x2e,0xa4,0xf5,0x8c,0x82,0x59,0x40,0x65, + 0xc4,0xf0,0x75,0x8a,0xa,0xb4,0x5c,0x80,0xa5,0x8,0xd7,0x5f,0x6a,0xa4,0x64,0x3a, + 0xd3,0xe4,0x24,0xcc,0x81,0x75,0x47,0x90,0xa0,0x19,0x25,0x44,0xcd,0xfc,0x25,0x9d, + 0xcf,0x5,0x99,0x81,0x7f,0xf5,0x4,0x1b,0xb0,0x2,0xb1,0x82,0x2f,0x88,0x98,0xad, + 0x31,0x3,0x38,0x67,0xe7,0x10,0xd2,0x21,0x57,0x7b,0xc9,0x14,0x68,0xdb,0xa4,0x8, + 0x5,0x4f,0x35,0xc4,0x3e,0x96,0x4,0xdd,0xfd,0x9e,0x80,0x24,0xb4,0xd7,0x92,0x2a, + 0xb2,0x21,0x4a,0xce,0xfe,0xdc,0x58,0x39,0x4d,0x61,0x52,0x75,0x8c,0xd9,0x58,0xa4, + 0x92,0xbc,0x92,0x2f,0xb4,0x28,0x5,0x3c,0x8c,0xca,0x86,0xc4,0x42,0x58,0xc4,0x2c, + 0x26,0xb2,0x18,0x17,0x4d,0x66,0xce,0x17,0xf3,0x50,0x1c,0x68,0x6b,0x36,0xed,0x9d, + 0xb2,0x7f,0x1f,0x9f,0xb2,0x67,0xcf,0x8a,0x24,0xa5,0x26,0x3e,0x98,0xf8,0x60,0xe2, + 0x97,0x4d,0xb6,0x7d,0x42,0x77,0x82,0x44,0x4,0x2b,0x22,0xba,0x54,0x91,0xd5,0xb, + 0x75,0xc0,0xe,0x21,0xae,0x44,0xe9,0x93,0x7f,0xd8,0xa5,0x3c,0x8a,0x95,0xa3,0x7e, + 0x12,0x6e,0x92,0x11,0x7e,0x64,0x9f,0x3e,0xfa,0x9f,0xa,0x88,0xdd,0xee,0x46,0xe8, + 0x2c,0x84,0xaf,0x37,0x27,0x5c,0x75,0x43,0xae,0xff,0x67,0x44,0x91,0xe0,0xe4,0xc6, + 0xa5,0xc8,0xb4,0x91,0x1e,0x14,0x26,0x4b,0x61,0xb2,0xb4,0x3c,0x59,0x5d,0xac,0x1c, + 0x13,0xed,0x59,0x13,0xa5,0xce,0x89,0x2a,0x6b,0x92,0xbd,0x4f,0x1f,0xe9,0x27,0xdb, + 0x40,0x7f,0xa5,0x72,0x85,0xdf,0x4d,0xa7,0x4f,0x9f,0xba,0xd4,0xd6,0xc1,0x1a,0x7, + 0x6f,0x38,0xbb,0x9e,0x66,0xcb,0x9,0xdb,0x20,0xd,0xf9,0x3d,0x93,0x3a,0x2e,0x13, + 0x60,0x5a,0x75,0xcf,0x43,0x16,0x6c,0xde,0xe9,0x3a,0xbd,0x53,0x85,0x6a,0xd4,0xb9, + 0x74,0xa8,0xe3,0x35,0x50,0xe7,0xd2,0x52,0xc7,0xab,0x52,0xc7,0xab,0x54,0xe7,0xb2, + 0x4e,0x9d,0xcb,0x7a,0x75,0x2e,0xdb,0x52,0x87,0x39,0xd4,0xe9,0x37,0x50,0x87,0x59, + 0xea,0xf4,0xab,0xd4,0xe9,0x57,0xaa,0xc3,0xea,0xd4,0x61,0xf5,0xea,0xb0,0xb6,0xd4, + 0x59,0x39,0xd4,0x19,0x34,0x50,0x67,0x65,0xa9,0x33,0xa8,0x52,0x67,0x50,0xa9,0xce, + 0xaa,0x4e,0x9d,0x55,0xbd,0x3a,0xab,0xb6,0xd4,0xe1,0xe,0x75,0x8e,0x1a,0xa8,0xc3, + 0x2d,0x75,0x8e,0xaa,0xd4,0x39,0xaa,0x54,0x87,0xd7,0xa9,0xc3,0xeb,0xd5,0xe1,0x6d, + 0xa9,0x13,0x39,0xd4,0x19,0x36,0x50,0x27,0xb2,0xd4,0x19,0x56,0xa9,0x33,0xac,0x54, + 0x27,0xaa,0x53,0x27,0xaa,0x57,0x27,0x6a,0x4b,0x9d,0x2b,0x87,0x3a,0xa3,0x6,0xea, + 0x5c,0x59,0xea,0x8c,0xaa,0xd4,0x19,0x55,0xaa,0x73,0x55,0xa7,0xce,0x55,0xbd,0x3a, + 0x57,0x6d,0xa9,0x23,0x1d,0xea,0x8c,0x1b,0xa8,0x23,0x2d,0x75,0xc6,0x55,0xea,0x8c, + 0x2b,0xd5,0x91,0x75,0xea,0xc8,0x7a,0x75,0x64,0x5b,0xea,0x5c,0x38,0xd4,0x99,0x34, + 0x50,0xe7,0xc2,0x52,0x67,0x52,0xa5,0xce,0xa4,0x52,0x9d,0x8b,0x3a,0x75,0x2e,0xea, + 0xd5,0xb9,0xd8,0x5b,0x9d,0xed,0xfa,0x32,0x12,0x61,0x44,0x84,0x82,0x7d,0x30,0xa3, + 0xb0,0xa5,0x4b,0xa5,0xd0,0x67,0x40,0x9b,0x7f,0x53,0xcb,0x9f,0x9,0x8f,0x5f,0x82, + 0x62,0xb9,0x39,0x98,0xb3,0xa2,0x55,0x92,0x9f,0x5f,0xf8,0x6b,0x53,0x74,0x53,0x38, + 0x4,0xfa,0x89,0x32,0x92,0x1e,0x1,0xa5,0xe9,0x45,0xb2,0xf1,0x0,0x53,0x10,0x33, + 0x3b,0x2e,0x82,0x1d,0x17,0xf2,0x63,0xd8,0x92,0x73,0x85,0xf4,0x26,0xb1,0x58,0x4d, + 0xa7,0x90,0x7f,0x10,0x74,0x1,0x7b,0x10,0xa2,0x7,0x61,0x6f,0xc3,0x6f,0xf3,0x83, + 0xd9,0xdd,0xcf,0x9b,0x88,0xf0,0x4d,0xfb,0xb6,0x42,0xd9,0x43,0x40,0x18,0x6c,0x79, + 0x95,0x9e,0xc5,0x66,0xfe,0xaf,0x80,0xa,0x54,0xf0,0x63,0x5e,0x7,0x5d,0x5e,0xec, + 0x1e,0x76,0xd5,0xa,0xe6,0x62,0xaa,0x9e,0xa0,0xf,0x7a,0xc,0xae,0x95,0x6f,0x32, + 0xb6,0x5c,0x3b,0x86,0xb1,0xb2,0xa1,0x76,0x76,0xc1,0x50,0x67,0x39,0x34,0x8a,0xb0, + 0x4f,0xc1,0xb7,0x27,0x88,0x70,0xc,0x1b,0xdc,0x0,0xfd,0x7,0x79,0xf0,0xd4,0xeb, + 0xe,0xca,0xc6,0xe9,0xb1,0x5c,0xbe,0xd9,0x25,0x5d,0x2c,0x99,0x3e,0xef,0x33,0x55, + 0x3b,0x4f,0xe6,0x26,0x75,0xcc,0xe1,0xdd,0x4e,0x1a,0x97,0xa1,0xa0,0x5f,0x61,0x3c, + 0x98,0xbd,0x80,0xba,0x7c,0x45,0xcc,0x68,0xf5,0xac,0xbb,0x26,0xe3,0x35,0x99,0xbb, + 0x76,0x49,0x40,0x21,0xf5,0x77,0xd5,0xf9,0xf5,0xc,0x72,0x88,0x28,0x57,0x23,0x8c, + 0x6,0x24,0x35,0xfd,0x51,0x3f,0xbc,0xd3,0xe3,0x2d,0xf1,0x6f,0x67,0x9c,0x63,0xff, + 0x72,0x21,0xc2,0x98,0x6b,0xc7,0xbd,0x4b,0xf,0x87,0x5c,0x4e,0x31,0xae,0xcd,0xcc, + 0x67,0x5a,0x9d,0x73,0xec,0x18,0x8,0x85,0xbd,0x19,0x5,0xb5,0x7f,0xdb,0x1c,0x98, + 0x1e,0xf5,0x76,0xdb,0xfc,0x2f,0x3d,0x43,0x75,0x19,0xdd,0xbb,0xd3,0x8e,0x9,0xc6, + 0xfe,0xc4,0x38,0x4d,0x9,0xcc,0x65,0x84,0xf5,0x8b,0xd5,0xa9,0xa,0x11,0xd9,0x43, + 0x33,0xa5,0xb6,0x2f,0xc0,0x2c,0xb3,0x2f,0x58,0xd4,0xc8,0x53,0x2b,0x4d,0x76,0x6a, + 0xbc,0x81,0xb0,0xe8,0xd3,0x4a,0x37,0x9a,0xda,0x95,0xd4,0x9a,0x83,0xee,0x13,0x94, + 0x88,0xd3,0x35,0x4f,0x65,0x23,0xcc,0x7d,0xa0,0x5b,0x42,0xa4,0x55,0x2a,0x5c,0x6d, + 0xad,0x93,0x47,0xc7,0x9b,0x60,0x26,0x73,0x82,0xbc,0xc6,0xe1,0x78,0x3b,0x89,0x62, + 0x94,0x75,0xe9,0xfa,0x5,0xf2,0x73,0x4c,0x5c,0xdb,0x8f,0x5b,0xc1,0xce,0x19,0xd4, + 0xcd,0xcd,0x38,0x9d,0x44,0xfa,0xc6,0x25,0xaf,0x16,0xda,0xce,0xc6,0xce,0xaf,0xab, + 0xf7,0x66,0x3e,0x97,0x44,0x3b,0xec,0x87,0x41,0xaf,0x6c,0x9b,0xc5,0x82,0x62,0x2f, + 0xc5,0x92,0xac,0x6e,0x7a,0xe5,0xe0,0x2f,0x29,0xb,0xc0,0x56,0x6b,0x92,0x38,0xe4, + 0xd9,0x28,0xb3,0xda,0xde,0x43,0x58,0x66,0x49,0xae,0xb6,0xcb,0x2c,0xff,0x2b,0x68, + 0xe0,0xe2,0xd5,0x3e,0x34,0x75,0x8,0xea,0x10,0x55,0x27,0x11,0x7e,0x96,0xe5,0x5c, + 0x90,0x3b,0x5e,0x71,0x47,0x81,0xd4,0xef,0x33,0x5f,0x40,0x41,0xbf,0x8c,0x6c,0xf2, + 0x89,0xdd,0x15,0x77,0xb2,0x4f,0x70,0xb1,0x78,0x15,0xc2,0x97,0x9,0x2c,0x8e,0x8b, + 0x4d,0xea,0x74,0x86,0xe1,0xd3,0xe9,0x68,0x73,0xdb,0xae,0x3e,0x28,0xf4,0xdc,0xe5, + 0xa9,0xf8,0x7d,0xcf,0x11,0x6d,0x74,0xda,0xea,0xee,0xb4,0xb8,0x6d,0x4c,0xfa,0xcb, + 0x58,0xe9,0xd3,0xcc,0x12,0xe7,0x26,0x7b,0x66,0x6e,0x80,0x6c,0xd2,0x27,0x36,0xe9, + 0xa3,0x51,0xaf,0x8c,0x8c,0x37,0xe8,0x3b,0x8,0x39,0xba,0x27,0x30,0x77,0xd5,0xcd, + 0x5e,0x81,0xfe,0xd0,0xd1,0x55,0x12,0x1d,0xd0,0xce,0x68,0x61,0xdb,0xfd,0x8c,0xc5, + 0x82,0x72,0x3d,0x97,0x5c,0x53,0xd6,0xb2,0xe5,0xd7,0xcd,0x35,0x97,0xc8,0xee,0xb8, + 0xf2,0xb,0xa4,0x7c,0xf8,0x3f,0x41,0x73,0xcc,0x64,0x6e,0x35,0x68,0xd6,0x89,0x9f, + 0x53,0x61,0x7e,0xd2,0x4f,0x3f,0x7e,0x81,0xaf,0xc2,0x6b,0xfb,0xa3,0x69,0xcc,0xa2, + 0x90,0x72,0xf5,0x9e,0x7e,0xd5,0x9f,0x57,0x2f,0xa7,0x6b,0xc8,0xcf,0x92,0x85,0x16, + 0xe4,0xdf,0xa4,0x77,0x75,0xa7,0x96,0xe7,0xac,0x6f,0x50,0xb2,0x22,0x2d,0x47,0xba, + 0xe4,0xca,0xab,0x0,0x40,0x72,0x61,0x93,0xe5,0x6d,0x8e,0xe6,0xad,0x89,0x34,0x63, + 0xc8,0xb3,0xf1,0xe9,0xf7,0x7a,0xd,0x0,0xca,0xa3,0xe2,0xe4,0xc7,0xf2,0x84,0x97, + 0xd7,0x7d,0x5f,0x77,0xef,0xa6,0xc8,0xeb,0xdf,0x33,0xb0,0x15,0x64,0xdd,0xf,0x10, + 0x6f,0xc1,0x6d,0x32,0x1,0x62,0xa7,0xe7,0x13,0xcb,0x77,0xb0,0xa0,0xc6,0x65,0xd3, + 0x69,0xe2,0xdf,0x5b,0x37,0x65,0xe5,0xeb,0x13,0xef,0x70,0x1f,0x14,0xfa,0x5,0x14, + 0x86,0xf7,0x8f,0x42,0xbf,0x1d,0x14,0xc6,0xd,0x48,0xf8,0x47,0x83,0xd0,0xdf,0xb, + 0x84,0x81,0xd,0xc2,0xa0,0x85,0x98,0x30,0x68,0x7,0x84,0x87,0x90,0x50,0x47,0xc2, + 0x60,0x2f,0x12,0x8e,0xa,0x24,0xb4,0x10,0x12,0x8e,0x5a,0x21,0xe1,0xbe,0x56,0xd9, + 0x7f,0x5f,0x10,0x8e,0xf6,0x2,0x61,0x68,0x83,0x70,0xd4,0x42,0x48,0x18,0xb6,0x2, + 0xc2,0xe4,0x1,0x84,0x1a,0x10,0x86,0x7b,0x81,0x30,0x2a,0x80,0xd0,0x42,0x44,0x18, + 0xb5,0x2,0x82,0xf7,0x10,0x12,0xea,0x48,0x18,0xed,0x45,0xc2,0xd8,0x26,0x61,0xd8, + 0x42,0x48,0x18,0xb7,0x43,0xc2,0x43,0x4c,0xa8,0x23,0x61,0xbc,0x17,0x9,0x93,0x2, + 0x9,0x2d,0xc4,0x84,0x49,0x2b,0x24,0xf4,0x1f,0x62,0x42,0x1d,0x9,0x93,0xbd,0x48, + 0x38,0xb6,0x49,0x18,0xb5,0x10,0x13,0x8e,0xdb,0x21,0xe1,0x21,0x26,0xd4,0x91,0x70, + 0x5c,0x24,0x61,0xe7,0x29,0xbc,0xf5,0x5b,0xd0,0xac,0x2c,0xfb,0x5,0x7c,0xe1,0xb8, + 0x6d,0xf7,0x51,0xb6,0x3,0xc,0xc7,0x41,0xf6,0xfd,0xf1,0x90,0xd5,0x60,0xd6,0xf5, + 0xdb,0xe,0xaf,0x6a,0x48,0x33,0x23,0xd7,0x8d,0x65,0x59,0x8f,0x59,0xf9,0xb6,0xd2, + 0x9,0xbd,0x4e,0x7a,0x10,0x6f,0x71,0x10,0x24,0x7,0xe3,0x5e,0xa1,0xd4,0x7a,0x2d, + 0xde,0x26,0x3f,0x8b,0xde,0xfe,0xfa,0xf8,0xee,0x5b,0xe9,0x3e,0xb8,0x21,0x77,0x5b, + 0xd3,0x5d,0xec,0xe9,0x94,0xdd,0x33,0x95,0xae,0x8a,0xb2,0x23,0x4c,0x43,0xca,0x9f, + 0x18,0xd7,0x3e,0x64, }; @@ -256,13 +267,13 @@ static const unsigned char qt_resource_struct[] = { 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, // :/Resultat.qml 0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0, -0x0,0x0,0x1,0x78,0xb2,0x62,0x40,0x37, +0x0,0x0,0x1,0x78,0xb7,0x87,0x1b,0x9e, // :/main.qml - 0x0,0x0,0x0,0x36,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x5,0x99, -0x0,0x0,0x1,0x78,0xb7,0x3d,0x22,0xdc, + 0x0,0x0,0x0,0x36,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x5,0xe3, +0x0,0x0,0x1,0x78,0xb7,0x87,0x95,0x3, // :/Carre.qml - 0x0,0x0,0x0,0x1e,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x2,0xc2, -0x0,0x0,0x1,0x78,0xb2,0xb2,0x56,0xea, + 0x0,0x0,0x0,0x1e,0x0,0x1,0x0,0x0,0x0,0x1,0x0,0x0,0x2,0xb2, +0x0,0x0,0x1,0x78,0xb7,0x6d,0x83,0x72, }; diff --git a/debug/qrc_qml.o b/debug/qrc_qml.o index 278130443af08329fcdf20fe6002ffe3839419df..a578727de834bee0493c776d3d05a98587733bfe 100644 Binary files a/debug/qrc_qml.o and b/debug/qrc_qml.o differ diff --git a/debug/sudoku.exe b/debug/sudoku.exe index b9552f7ec608632c298756fc86d36bff4e0b50fa..ee2ad0ec797d55f77a951ec76588967793af24e9 100644 Binary files a/debug/sudoku.exe and b/debug/sudoku.exe differ diff --git a/main.qml b/main.qml index 4c810ca0652214e0213abb1101ddbd04818a4503..ad4f057b1b4c7a4366b01bb533fc34030936fb47 100644 --- a/main.qml +++ b/main.qml @@ -5,14 +5,19 @@ import QtQuick.Controls 2.15 Window { id : root - width: 655 - height: 717 - visible: true - title: qsTr("Sudoku") - color: "#e6ecfa" + width : 655 + height : 717 + visible : true + title : qsTr("Sudoku") + color : "#e6ecfa" function check(){ + /* appelle la fonction verif_matrice vérifie que la grille est correcte */ + + // appel de la fonction verif_matrice vueObjetCpt.verif_matrice(); + + // signal de retour et affichage de la fenêtre Résultat var verif = vueObjetCpt.verifier; if(verif===1){ result.visible=true; @@ -26,7 +31,12 @@ Window { } function save_clicked(){ + /* appelle la fonction save_grid et enregistre la partie actuelle */ + + // appel de la fonction save_grid vueObjetCpt.save_grid(); + + // signal de retour et confirmation visuelle de la sauvegarde - pas fonctionnelle pour l'instant var isSaved = vueObjetCpt.gameIsSaved(); if(isSaved===1){ saved_display.visible = true; @@ -38,13 +48,16 @@ Window { } function set_chiffre_actif(i){ + /* appelle la fonction changer_valeur_bouton et change la valeur d'une case à partir de boutons */ + + // appel de la fonction changer_valeur_bouton vueObjetCpt.changer_valeur_bouton(i); + + // signal de retour var chiffre_IsActif = vueObjetCpt.coloration var values = vueObjetCpt.values; - var l - var c - for(l=0;l<9;l++){ - for(c=0;c<9;c++){ + for(var l=0;l<9;l++){ + for(var c=0;c<9;c++){ var v = repeater.itemAt(l).rep.itemAt(c).input v.text=values[l][c]; } @@ -53,8 +66,7 @@ Window { Component.onCompleted:{ var values=vueObjetCpt.values; - var i; - for(i=0;i<9;i++){ + for(var i=0;i<9;i++){ var t = repeater.itemAt(0).rep.itemAt(i).input t.text=values[0][i] if(values[0][i]!==''){ @@ -136,79 +148,75 @@ Window { } } } + property alias repeater : repeater MenuBar { - id: menuBar + id : menuBar + + Menu { title : qsTr("File") + Action { text : qsTr("Save current game") + onTriggered : save_clicked()} - Menu { title: qsTr("File") - Action { text: qsTr("New File")} - Action { text: qsTr("Save current game") - onTriggered: save_clicked()} + Action { text : qsTr("Open game")} } - delegate: MenuBarItem { - id: menuBarItem - - contentItem: Text { - text: menuBarItem.text - font: menuBarItem.font - opacity: enabled ? 1 : 0.3 - color: menuBarItem.highlighted ? "#ffffff" : "#000000" - horizontalAlignment: Text.AlignLeft - verticalAlignment: Text.AlignVCenter - elide: Text.ElideRight + delegate : MenuBarItem { + id : menuBarItem + + contentItem : Text { + text : menuBarItem.text + font : menuBarItem.font + opacity : enabled ? 1 : 0.3 + color : menuBarItem.highlighted ? "#ffffff" : "#000000" + horizontalAlignment : Text.AlignLeft + verticalAlignment : Text.AlignVCenter + elide : Text.ElideRight } - background: Rectangle { + background : Rectangle { id : background_menubar - implicitWidth: 40 - implicitHeight: 40 - opacity: enabled ? 1 : 0.3 - color: menuBarItem.highlighted ? "#9eaac8" : "transparent" + implicitWidth : 40 + implicitHeight : 40 + opacity : enabled ? 1 : 0.3 + color : menuBarItem.highlighted ? "#9eaac8" : "transparent" } } - background: Rectangle { - // rectangle du menu + background : Rectangle { id : menu_background - implicitWidth: 40 - implicitHeight: 40 - color: "#ffffff" - // border.width: 1 - // border.color: "#000000" - + implicitWidth : 40 + implicitHeight : 40 + color : "#ffffff" Rectangle { - // la barre noire en dessous du menu color: "#000000" width: parent.width - height: 1 anchors.bottom: parent.bottom + height: 1 } } } - Rectangle{ id : background - x:3 - y:3 + x : 3 + y : 3 color : "black" - anchors.verticalCenter: parent.verticalCenter - anchors.verticalCenterOffset: -30 - anchors.horizontalCenter: parent.horizontalCenter + anchors.verticalCenter : parent.verticalCenter + anchors.verticalCenterOffset : -30 + anchors.horizontalCenter : parent.horizontalCenter width : childrenRect.width+6 height : childrenRect.height+6 - Grid{ id : grid - x: 3 - y:3 - rows:3 - columns:3 - spacing :2 + x : 3 + y : 3 + rows : 3 + columns : 3 + spacing : 2 + Repeater{ id : repeater model : 9 @@ -216,29 +224,27 @@ Window { Carre{ id : case1 width : 213 - height:213 + height : 213 } } } } Button { - id: button_check - x: 8 - y: 660 - width: 132 - height: 40 - text: qsTr("Vérifier la grille") - anchors.bottom: parent.bottom - highlighted: false - anchors.horizontalCenterOffset: -250 - anchors.horizontalCenter: parent.horizontalCenter - anchors.bottomMargin: 10 - font.weight: Font.ExtraLight - font.pointSize: 12 - onClicked:{ check(); - button_check.highlighted = true - } + id : button_check + x : 8 + y : 660 + width : 132 + height : 40 + anchors.horizontalCenter : parent.horizontalCenter + anchors.horizontalCenterOffset : -250 + anchors.bottom : parent.bottom + anchors.bottomMargin : 10 + text : qsTr("Vérifier la grille") + highlighted : false + font.weight : Font.ExtraLight + font.pointSize : 12 + onClicked : { check(); button_check.highlighted = true} } Resultat{ @@ -247,183 +253,183 @@ Window { } Button { - id: button1 - x: 200 - y: 660 - width: 40 - height: 40 - text: qsTr("1") - anchors.bottom: parent.bottom - anchors.horizontalCenterOffset: -120 - anchors.horizontalCenter: parent.horizontalCenter - anchors.bottomMargin: 10 - font.weight: Font.ExtraLight - font.pointSize: 12 - onPressed: {highlighted = true} - onReleased: {highlighted= false} - onClicked:set_chiffre_actif(1) + id : button1 + x : 200 + y : 660 + width : 40 + height : 40 + text : qsTr("1") + anchors.bottom : parent.bottom + anchors.horizontalCenterOffset : -120 + anchors.horizontalCenter : parent.horizontalCenter + anchors.bottomMargin : 10 + font.weight : Font.ExtraLight + font.pointSize : 12 + onPressed : {highlighted = true} + onReleased : {highlighted= false} + onClicked : set_chiffre_actif(1) } Button { - id: button2 - x: 250 - y: 660 - width: 40 - height: 40 - text: qsTr("2") - anchors.bottom: parent.bottom - anchors.horizontalCenterOffset: -70 + id : button2 + x : 250 + y : 660 + width : 40 + height : 40 + text : qsTr("2") + anchors.bottom : parent.bottom + anchors.horizontalCenterOffset : -70 anchors.horizontalCenter: parent.horizontalCenter - anchors.bottomMargin: 10 - font.weight: Font.ExtraLight - font.pointSize: 12 - onPressed: {highlighted = true} - onReleased: {highlighted= false} - onClicked: set_chiffre_actif(2) + anchors.bottomMargin : 10 + font.weight : Font.ExtraLight + font.pointSize : 12 + onPressed : {highlighted = true} + onReleased : {highlighted= false} + onClicked : set_chiffre_actif(2) } Button { - id: button3 - x: 300 - y: 660 - width: 40 - height: 40 - text: qsTr("3") - anchors.bottom: parent.bottom - anchors.horizontalCenterOffset: -20 - anchors.horizontalCenter: parent.horizontalCenter - anchors.bottomMargin: 10 - font.weight: Font.ExtraLight - font.pointSize: 12 - onPressed: {highlighted = true} - onReleased: {highlighted= false} - onClicked: set_chiffre_actif(3) + id : button3 + x : 300 + y : 660 + width : 40 + height : 40 + text : qsTr("3") + anchors.bottom : parent.bottom + anchors.horizontalCenterOffset : -20 + anchors.horizontalCenter : parent.horizontalCenter + anchors.bottomMargin : 10 + font.weight : Font.ExtraLight + font.pointSize : 12 + onPressed : {highlighted = true} + onReleased : {highlighted= false} + onClicked : set_chiffre_actif(3) } Button { - id: button4 - x: 350 - y: 660 - width: 40 - height: 40 - text: qsTr("4") - anchors.bottom: parent.bottom - anchors.horizontalCenterOffset: 30 - anchors.horizontalCenter: parent.horizontalCenter - anchors.bottomMargin: 10 - font.weight: Font.ExtraLight - font.pointSize: 12 - onPressed: {highlighted = true} - onReleased: {highlighted= false} - onClicked: set_chiffre_actif(4) + id : button4 + x : 350 + y : 660 + width : 40 + height : 40 + text : qsTr("4") + anchors.bottom : parent.bottom + anchors.horizontalCenterOffset : 30 + anchors.horizontalCenter : parent.horizontalCenter + anchors.bottomMargin : 10 + font.weight : Font.ExtraLight + font.pointSize : 12 + onPressed : {highlighted = true} + onReleased : {highlighted= false} + onClicked : set_chiffre_actif(4) } Button { - id: button5 - x: 400 - y: 660 - width: 40 - height: 40 - text: qsTr("5") - anchors.bottom: parent.bottom - anchors.horizontalCenterOffset: 80 - anchors.horizontalCenter: parent.horizontalCenter - anchors.bottomMargin: 10 - font.weight: Font.ExtraLight - font.pointSize: 12 - onPressed: {highlighted = true} - onReleased: {highlighted= false} - onClicked: set_chiffre_actif(5) + id : button5 + x : 400 + y : 660 + width : 40 + height : 40 + text : qsTr("5") + anchors.bottom : parent.bottom + anchors.horizontalCenterOffset : 80 + anchors.horizontalCenter : parent.horizontalCenter + anchors.bottomMargin : 10 + font.weight : Font.ExtraLight + font.pointSize : 12 + onPressed : {highlighted = true} + onReleased : {highlighted= false} + onClicked : set_chiffre_actif(5) } Button { - id: button6 - x: 450 - y: 660 - width: 40 - height: 40 - text: qsTr("6") - anchors.bottom: parent.bottom - anchors.horizontalCenterOffset: 130 - anchors.horizontalCenter: parent.horizontalCenter - anchors.bottomMargin: 10 - font.weight: Font.ExtraLight - font.pointSize: 12 - onPressed: {highlighted = true} - onReleased: {highlighted= false} - onClicked: set_chiffre_actif(6) + id : button6 + x : 450 + y : 660 + width : 40 + height : 40 + text : qsTr("6") + anchors.bottom : parent.bottom + anchors.horizontalCenterOffset : 130 + anchors.horizontalCenter : parent.horizontalCenter + anchors.bottomMargin : 10 + font.weight : Font.ExtraLight + font.pointSize : 12 + onPressed : {highlighted = true} + onReleased : {highlighted= false} + onClicked : set_chiffre_actif(6) } Button { - id: button7 - x: 500 - y: 660 - width: 40 - height: 40 - text: qsTr("7") - anchors.bottom: parent.bottom - anchors.horizontalCenterOffset: 180 - anchors.horizontalCenter: parent.horizontalCenter - anchors.bottomMargin: 10 - font.weight: Font.ExtraLight - font.pointSize: 12 - onPressed: {highlighted = true} - onReleased: {highlighted= false} - onClicked: set_chiffre_actif(7) + id : button7 + x : 500 + y : 660 + width : 40 + height : 40 + text : qsTr("7") + anchors.bottom : parent.bottom + anchors.horizontalCenterOffset : 180 + anchors.horizontalCenter : parent.horizontalCenter + anchors.bottomMargin : 10 + font.weight : Font.ExtraLight + font.pointSize : 12 + onPressed : {highlighted = true} + onReleased : {highlighted= false} + onClicked : set_chiffre_actif(7) } Button { - id: button8 - x: 550 - y: 660 - width: 40 - height: 40 - text: qsTr("8") - anchors.bottom: parent.bottom - anchors.horizontalCenterOffset: 230 - anchors.horizontalCenter: parent.horizontalCenter - anchors.bottomMargin: 10 - font.weight: Font.ExtraLight - font.pointSize: 12 - onPressed: {highlighted = true} - onReleased: {highlighted= false} - onClicked: set_chiffre_actif(8) + id : button8 + x : 550 + y : 660 + width : 40 + height : 40 + text : qsTr("8") + anchors.bottom : parent.bottom + anchors.horizontalCenterOffset : 230 + anchors.horizontalCenter : parent.horizontalCenter + anchors.bottomMargin : 10 + font.weight : Font.ExtraLight + font.pointSize : 12 + onPressed : {highlighted = true} + onReleased : {highlighted= false} + onClicked : set_chiffre_actif(8) } Button { - id: button9 - x: 600 - y: 660 - width: 40 - height: 40 - text: qsTr("9") - anchors.bottom: parent.bottom - anchors.horizontalCenterOffset: 280 - anchors.horizontalCenter: parent.horizontalCenter - anchors.bottomMargin: 10 - font.weight: Font.ExtraLight - font.pointSize: 12 - onPressed: {highlighted = true} - onReleased: {highlighted= false} - onClicked: set_chiffre_actif(9) + id : button9 + x : 600 + y : 660 + width : 40 + height : 40 + text : qsTr("9") + anchors.bottom : parent.bottom + anchors.horizontalCenterOffset : 280 + anchors.horizontalCenter : parent.horizontalCenter + anchors.bottomMargin : 10 + font.weight : Font.ExtraLight + font.pointSize : 12 + onPressed : {highlighted = true} + onReleased : {highlighted= false} + onClicked : set_chiffre_actif(9) } Rectangle{ id : saved_display - visible: false - width : child.width - height : child.height - anchors.bottom: parent.bottom - anchors.horizontalCenter: parent.left - anchors.bottomMargin: 40 + visible : false + width : childrenRect.width + height : childrenRect.height + anchors.bottom : parent.bottom + anchors.horizontalCenter : parent.left + anchors.bottomMargin : 40 Text { - id: saved_display_text + id : saved_display_text height : 40 - leftPadding: 10 + leftPadding : 10 text : qsTr("Partie sauvegardée") - font.weight: Font.ExtraLight - font.pointSize: 12 + font.weight : Font.ExtraLight + font.pointSize : 12 color : "#000000" } }