diff options
| author | Debulois <quentin@debulois.fr> | 2022-04-24 17:16:05 +0200 |
|---|---|---|
| committer | Debulois <quentin@debulois.fr> | 2022-04-24 17:16:05 +0200 |
| commit | 6104a59cbdf6474acea6a8a1d4c865f3d88d2296 (patch) | |
| tree | 2920dea1346aafb041643d87ba1bb6dc1a813ee2 /src/gui/aPropos.py | |
| parent | 4c4f70bf6eb88a419add86e182d3080674196433 (diff) | |
Mise en place du système de connexion / enregistrement
Diffstat (limited to 'src/gui/aPropos.py')
| -rw-r--r-- | src/gui/aPropos.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/gui/aPropos.py b/src/gui/aPropos.py deleted file mode 100644 index 49cb663..0000000 --- a/src/gui/aPropos.py +++ /dev/null @@ -1,14 +0,0 @@ - -from PyQt5.QtWidgets import QMessageBox - - -def a_propos(mainWindow): - QMessageBox.information( - mainWindow, - "A propos", - "Logiciel pour mon dossier professionnel.\ - <br>Version: %s\ - <br>Auteur: Debulois Quentin\ - <br>Code source: \ - <a href='https://git.debulois.fr/'>git.debulois.fr/</a>" % mainWindow.VERSION - ) |
