blocknote fonctionnel
This commit is contained in:
+14
-37
@@ -1004,20 +1004,7 @@
|
||||
<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"/>
|
||||
<widget class="QToolBar" name="toolBar">
|
||||
@@ -1037,45 +1024,32 @@
|
||||
<property name="text">
|
||||
<string>Ouvrir une fiche</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+O</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSauvegarder">
|
||||
<property name="text">
|
||||
<string>Enregistrer</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+S</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionEnregistrer_sous">
|
||||
<property name="text">
|
||||
<string>Enregistrer sous</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+Shift+S</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 name="shortcut">
|
||||
<string>Ctrl+Q</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionEditer">
|
||||
@@ -1104,6 +1078,9 @@
|
||||
<property name="text">
|
||||
<string>Nouvelle fiche</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+N</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources/>
|
||||
|
||||
Reference in New Issue
Block a user