finish of close fiche button and add of start menu
This commit is contained in:
+115
-3
@@ -1055,9 +1055,48 @@
|
||||
<enum>QFrame::Shadow::Raised</enum>
|
||||
</property>
|
||||
</widget>
|
||||
<zorder>BackPack</zorder>
|
||||
<zorder>Edition</zorder>
|
||||
<zorder>Fenetre</zorder>
|
||||
<widget class="QFrame" name="StartMenu">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>35</y>
|
||||
<width>800</width>
|
||||
<height>590</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::Shape::StyledPanel</enum>
|
||||
</property>
|
||||
<property name="frameShadow">
|
||||
<enum>QFrame::Shadow::Raised</enum>
|
||||
</property>
|
||||
<widget class="QPushButton" name="pushButtonNewFiche">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>340</x>
|
||||
<y>216</y>
|
||||
<width>121</width>
|
||||
<height>29</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Nouvelle fiche</string>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QPushButton" name="pushButtonOpenFiche">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>340</x>
|
||||
<y>316</y>
|
||||
<width>121</width>
|
||||
<height>29</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Ouvrir une fiche</string>
|
||||
</property>
|
||||
</widget>
|
||||
</widget>
|
||||
</widget>
|
||||
<widget class="QMenuBar" name="menubar">
|
||||
<property name="geometry">
|
||||
@@ -1085,8 +1124,22 @@
|
||||
<addaction name="actionCaract_ristiques"/>
|
||||
<addaction name="actionBloc_note"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuEdition">
|
||||
<property name="title">
|
||||
<string>Edition</string>
|
||||
</property>
|
||||
<addaction name="actionCouleur"/>
|
||||
<addaction name="actionPolice"/>
|
||||
<addaction name="actionTaille"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionGras"/>
|
||||
<addaction name="actionItalique"/>
|
||||
<addaction name="actionSouligner"/>
|
||||
<addaction name="actionSurligner"/>
|
||||
</widget>
|
||||
<addaction name="menuFichier"/>
|
||||
<addaction name="menuAffichage"/>
|
||||
<addaction name="menuEdition"/>
|
||||
</widget>
|
||||
<action name="actionOuvrir_une_fiche">
|
||||
<property name="text">
|
||||
@@ -1144,6 +1197,65 @@
|
||||
<string>Ctrl+,</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionCouleur">
|
||||
<property name="checkable">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Couleur</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+J</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionPolice">
|
||||
<property name="text">
|
||||
<string>Police</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+P</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionTaille">
|
||||
<property name="text">
|
||||
<string>Taille</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+T</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionGras">
|
||||
<property name="text">
|
||||
<string>Gras</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+B</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionItalique">
|
||||
<property name="text">
|
||||
<string>Italique</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+I</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSouligner">
|
||||
<property name="text">
|
||||
<string>Souligner</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+U</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionSurligner">
|
||||
<property name="text">
|
||||
<string>Surligner</string>
|
||||
</property>
|
||||
<property name="shortcut">
|
||||
<string>Ctrl+O</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections/>
|
||||
|
||||
Reference in New Issue
Block a user