AnalyseMorphologique/utils/gui/pyqt/about/AboutThis.ui
Djalim Simaila 78ab03e9d8 🎨 chore(gui): add INRAE logo and about window to the GUI
 feat(gui): add an about window to the GUI to display information about the software
The INRAE logo has been added to the GUI as a resource. An about window has been added to the GUI to display information about the software such as the description, authors, and version. The about window can be accessed via the "A propos de ce logiciel" menu item.
2023-05-02 14:21:05 +02:00

105 lines
2.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AboutThis</class>
<widget class="QMainWindow" name="AboutThis">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>482</width>
<height>557</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>482</width>
<height>557</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>482</width>
<height>557</height>
</size>
</property>
<property name="windowTitle">
<string>A propos de ce logiciel</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="Logo">
<property name="minimumSize">
<size>
<width>456</width>
<height>262</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>456</width>
<height>262</height>
</size>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="../ressources.qrc">:/logo/BlocMarque-INRAE_Transparent.png</pixmap>
</property>
<property name="margin">
<number>78</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="Description">
<property name="text">
<string>Description</string>
</property>
</widget>
</item>
<item>
<layout class="QFormLayout" name="formLayout">
<property name="labelAlignment">
<set>Qt::AlignCenter</set>
</property>
<item row="0" column="0">
<widget class="QLabel" name="Autheurs">
<property name="text">
<string>Autheur(s) :</string>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="Version">
<property name="text">
<string>Version :</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLabel" name="version_litteral">
<property name="text">
<string>0.0.0</string>
</property>
</widget>
</item>
<item row="1" column="1">
<layout class="QVBoxLayout" name="authors_list"/>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
</widget>
<resources>
<include location="../ressources.qrc"/>
</resources>
<connections/>
</ui>