add of fiche button

This commit is contained in:
2025-07-10 17:53:53 +02:00
parent 646ec2fb0c
commit 24c4685cb2
28 changed files with 895 additions and 73 deletions
+72 -53
View File
@@ -21,7 +21,7 @@
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<y>35</y>
<width>800</width>
<height>590</height>
</rect>
@@ -49,7 +49,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>350</width>
<width>390</width>
<height>278</height>
</rect>
</property>
@@ -59,7 +59,7 @@
<widget class="QLabel" name="ageLabel">
<property name="geometry">
<rect>
<x>150</x>
<x>190</x>
<y>54</y>
<width>63</width>
<height>20</height>
@@ -79,7 +79,7 @@
</rect>
</property>
<property name="text">
<string>Logo</string>
<string/>
</property>
<property name="scaledContents">
<bool>true</bool>
@@ -88,7 +88,7 @@
<widget class="QLabel" name="nomLabel">
<property name="geometry">
<rect>
<x>150</x>
<x>190</x>
<y>17</y>
<width>63</width>
<height>20</height>
@@ -101,7 +101,7 @@
<widget class="QLineEdit" name="nomLineEdit">
<property name="geometry">
<rect>
<x>210</x>
<x>250</x>
<y>17</y>
<width>113</width>
<height>20</height>
@@ -111,7 +111,7 @@
<widget class="QLineEdit" name="ageLineEdit">
<property name="geometry">
<rect>
<x>210</x>
<x>250</x>
<y>54</y>
<width>113</width>
<height>20</height>
@@ -121,7 +121,7 @@
<widget class="QLabel" name="raceLabel">
<property name="geometry">
<rect>
<x>150</x>
<x>190</x>
<y>91</y>
<width>63</width>
<height>20</height>
@@ -134,7 +134,7 @@
<widget class="QLabel" name="niveauLabel">
<property name="geometry">
<rect>
<x>150</x>
<x>190</x>
<y>165</y>
<width>63</width>
<height>20</height>
@@ -147,7 +147,7 @@
<widget class="QLabel" name="classeLabel">
<property name="geometry">
<rect>
<x>150</x>
<x>190</x>
<y>128</y>
<width>63</width>
<height>20</height>
@@ -160,7 +160,7 @@
<widget class="QLabel" name="sexeLabel">
<property name="geometry">
<rect>
<x>150</x>
<x>190</x>
<y>202</y>
<width>63</width>
<height>20</height>
@@ -173,7 +173,7 @@
<widget class="QLabel" name="tailleLabel">
<property name="geometry">
<rect>
<x>150</x>
<x>190</x>
<y>239</y>
<width>63</width>
<height>20</height>
@@ -186,7 +186,7 @@
<widget class="QLineEdit" name="raceLineEdit">
<property name="geometry">
<rect>
<x>210</x>
<x>250</x>
<y>91</y>
<width>113</width>
<height>20</height>
@@ -196,7 +196,7 @@
<widget class="QLineEdit" name="classeLineEdit">
<property name="geometry">
<rect>
<x>210</x>
<x>250</x>
<y>128</y>
<width>113</width>
<height>20</height>
@@ -206,7 +206,7 @@
<widget class="QLineEdit" name="niveauLineEdit">
<property name="geometry">
<rect>
<x>210</x>
<x>250</x>
<y>165</y>
<width>113</width>
<height>20</height>
@@ -216,7 +216,7 @@
<widget class="QLineEdit" name="sexeLineEdit">
<property name="geometry">
<rect>
<x>210</x>
<x>250</x>
<y>202</y>
<width>113</width>
<height>20</height>
@@ -226,20 +226,33 @@
<widget class="QLineEdit" name="tailleLineEdit">
<property name="geometry">
<rect>
<x>210</x>
<x>250</x>
<y>239</y>
<width>113</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="imagePushButton">
<property name="geometry">
<rect>
<x>10</x>
<y>200</y>
<width>130</width>
<height>29</height>
</rect>
</property>
<property name="text">
<string>Choisir une image</string>
</property>
</widget>
</widget>
<widget class="QFrame" name="topRightFrame">
<property name="geometry">
<rect>
<x>350</x>
<x>390</x>
<y>0</y>
<width>450</width>
<width>411</width>
<height>278</height>
</rect>
</property>
@@ -1004,7 +1017,7 @@
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<y>35</y>
<width>800</width>
<height>590</height>
</rect>
@@ -1026,6 +1039,25 @@
</property>
</widget>
</widget>
<widget class="QFrame" name="Fenetre">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>35</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::Shape::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Shadow::Raised</enum>
</property>
</widget>
<zorder>BackPack</zorder>
<zorder>Edition</zorder>
<zorder>Fenetre</zorder>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
@@ -1046,22 +1078,15 @@
<addaction name="actionEnregistrer_sous"/>
<addaction name="actionFermer"/>
</widget>
<widget class="QMenu" name="menuAffichage">
<property name="title">
<string>Affichage</string>
</property>
<addaction name="actionCaract_ristiques"/>
<addaction name="actionBloc_note"/>
</widget>
<addaction name="menuFichier"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="toolBar">
<property name="windowTitle">
<string>toolBar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionBlocNote"/>
<addaction name="actionBackPack"/>
<addaction name="separator"/>
<addaction name="menuAffichage"/>
</widget>
<action name="actionOuvrir_une_fiche">
<property name="text">
@@ -1095,17 +1120,6 @@
<string>Ctrl+Q</string>
</property>
</action>
<action name="actionBlocNote">
<property name="icon">
<iconset theme="QIcon::ThemeIcon::DocumentPageSetup"/>
</property>
<property name="text">
<string>BlocNote</string>
</property>
<property name="menuRole">
<enum>QAction::MenuRole::NoRole</enum>
</property>
</action>
<action name="actionNouvelle_fiche">
<property name="text">
<string>Nouvelle fiche</string>
@@ -1114,15 +1128,20 @@
<string>Ctrl+N</string>
</property>
</action>
<action name="actionBackPack">
<property name="icon">
<iconset theme="folder"/>
</property>
<action name="actionBloc_note">
<property name="text">
<string>BackPack</string>
<string>Bloc note</string>
</property>
<property name="menuRole">
<enum>QAction::MenuRole::NoRole</enum>
<property name="shortcut">
<string>Ctrl+B</string>
</property>
</action>
<action name="actionCaract_ristiques">
<property name="text">
<string>Caractéristiques / Sac à dos</string>
</property>
<property name="shortcut">
<string>Ctrl+,</string>
</property>
</action>
</widget>