summaryrefslogtreecommitdiff
path: root/src/app/windowAPropos.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/windowAPropos.py')
-rw-r--r--src/app/windowAPropos.py11
1 files changed, 10 insertions, 1 deletions
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",