From d12ff4871844043e7a9e06a63a79c6e415ade936 Mon Sep 17 00:00:00 2001 From: Debulois Date: Thu, 5 May 2022 16:17:58 +0200 Subject: Tous les fichiers sont commentés MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/windowAPropos.py | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/app/windowAPropos.py') diff --git a/src/app/windowAPropos.py b/src/app/windowAPropos.py index 2450e03..bf6116e 100644 --- a/src/app/windowAPropos.py +++ b/src/app/windowAPropos.py @@ -1,9 +1,18 @@ +############################################################################ +# # +# Description: Fenêtre à propos # +# # +############################################################################ + +# Import de PyQt5 from PyQt5.QtWidgets import QMessageBox def window_main(mainWindow: object) -> None: - """""" + """ + Simple QMessageBox avec des infos 'A propos' + """ QMessageBox.information( mainWindow, "A propos", -- cgit v1.2.3