add of menu ui, structures and declaration of Chracter class
This commit is contained in:
@@ -23,8 +23,76 @@
|
||||
<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/>
|
||||
|
||||
Reference in New Issue
Block a user