diff --git a/src/View/About/Window.py b/src/View/About/Window.py index 24931a08..aa6eab08 100644 --- a/src/View/About/Window.py +++ b/src/View/About/Window.py @@ -67,5 +67,5 @@ class AboutWindow(PamhyrDialog): label = f"\n - {author}" + label except StopIteration: label = _translate("About", "Contributors: ") + label - label = "Copyright © 2022-2024 INRAE\n" + label + # label = "Copyright © 2022-2024 INRAE\n" + label self.set_label_text("label_copyright", label) diff --git a/src/View/ui/about.ui b/src/View/ui/about.ui index 36f0efd7..1b1041bb 100644 --- a/src/View/ui/about.ui +++ b/src/View/ui/about.ui @@ -17,8 +17,35 @@ - + + + + + + + + + ressources/Pamhyr2_logo.png + + + + + + + + + + ressources/Logo-INRAE.png + + + + + + + + 0 + @@ -33,34 +60,213 @@ + + + + Qt::Vertical + + + + 20 + 40 + + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + Copyright © 2022-2024 INRAE + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + Version: @version + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + License: GPLv3+ + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + + + + 100 + 50 + + + + + + + ressources/GPLv3_Logo.png + + + true + + + + + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + <a href="https://gitlab.irstea.fr/theophile.terraz/pamhyr">Source code</a> + + + Qt::RichText + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + + Qt::Vertical + + + + 20 + 40 + + + + ... - - - - - - Version: @version - - - - - - - License: GPLv3+ - - - - - - - <a href="https://gitlab.irstea.fr/theophile.terraz/pamhyr">Source code</a> - - - Qt::RichText + + Qt::AlignCenter @@ -79,16 +285,6 @@ - - - - - - - ressources/Pamhyr2_logo.png - - - diff --git a/src/View/ui/ressources/GPLv3_Logo.png b/src/View/ui/ressources/GPLv3_Logo.png new file mode 100644 index 00000000..1f6ddf89 Binary files /dev/null and b/src/View/ui/ressources/GPLv3_Logo.png differ