100 lines
2.5 KiB
XML
100 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>MainWindow</class>
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>800</width>
|
|
<height>600</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>MainWindow</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget"/>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>800</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuFichier">
|
|
<property name="title">
|
|
<string>Fichier</string>
|
|
</property>
|
|
<addaction name="actionOuvrir_une_fiche"/>
|
|
<addaction name="actionSauvegarder"/>
|
|
<addaction name="actionEnregistrer_sous"/>
|
|
<addaction name="actionFermer"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuEdition">
|
|
<property name="title">
|
|
<string>Edition</string>
|
|
</property>
|
|
<addaction name="actionCopier"/>
|
|
<addaction name="actionColler"/>
|
|
<addaction name="actionCouper"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionRetour_arri_re"/>
|
|
<addaction name="actionRetour_avant"/>
|
|
</widget>
|
|
<addaction name="menuFichier"/>
|
|
<addaction name="menuEdition"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
<action name="actionOuvrir_une_fiche">
|
|
<property name="text">
|
|
<string>Ouvrir une fiche</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSauvegarder">
|
|
<property name="text">
|
|
<string>Enregistrer</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEnregistrer_sous">
|
|
<property name="text">
|
|
<string>Enregistrer sous</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionFermer">
|
|
<property name="text">
|
|
<string>Fermer</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCopier">
|
|
<property name="text">
|
|
<string>Copier</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionColler">
|
|
<property name="text">
|
|
<string>Coller</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCouper">
|
|
<property name="text">
|
|
<string>Couper</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRetour_arri_re">
|
|
<property name="text">
|
|
<string>Retour arrière</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRetour_avant">
|
|
<property name="text">
|
|
<string>Retour avant</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|