diff options
| author | Debulois <quentin@debulois.fr> | 2022-05-01 23:24:19 +0200 |
|---|---|---|
| committer | Debulois <quentin@debulois.fr> | 2022-05-01 23:24:19 +0200 |
| commit | 809f5c2c7ce0bdf05287c6f1b5ec1330efb0c469 (patch) | |
| tree | 786477393b2608d3dd118d3e9ae4e57380804b5a /src/gui/windowAPropos.py | |
| parent | 1eaf21fd423e5dedf1ed4361b0e9b6cbbcfc9fa0 (diff) | |
Ajout du système pour mandater et mise en page des documents
Diffstat (limited to 'src/gui/windowAPropos.py')
| -rw-r--r-- | src/gui/windowAPropos.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/gui/windowAPropos.py b/src/gui/windowAPropos.py deleted file mode 100644 index 9ecdfda..0000000 --- a/src/gui/windowAPropos.py +++ /dev/null @@ -1,14 +0,0 @@ - -from PyQt5.QtWidgets import QMessageBox - - -def main(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 - ) |
