1089 lines
26 KiB
XML
1089 lines
26 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>660</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>MainWindow</string>
|
|
</property>
|
|
<widget class="QWidget" name="editionFrame">
|
|
<property name="enabled">
|
|
<bool>true</bool>
|
|
</property>
|
|
<widget class="QFrame" name="topFrame">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>2</y>
|
|
<width>800</width>
|
|
<height>278</height>
|
|
</rect>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::Shape::NoFrame</enum>
|
|
</property>
|
|
<widget class="QFrame" name="topLeftFrame">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>350</width>
|
|
<height>278</height>
|
|
</rect>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::Shape::NoFrame</enum>
|
|
</property>
|
|
<widget class="QLabel" name="ageLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>150</x>
|
|
<y>54</y>
|
|
<width>63</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Age</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="imageLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>130</width>
|
|
<height>171</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Logo</string>
|
|
</property>
|
|
<property name="scaledContents">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="nomLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>150</x>
|
|
<y>17</y>
|
|
<width>63</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Nom</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="nomLineEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>17</y>
|
|
<width>113</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="ageLineEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>54</y>
|
|
<width>113</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="raceLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>150</x>
|
|
<y>91</y>
|
|
<width>63</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Race</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="niveauLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>150</x>
|
|
<y>165</y>
|
|
<width>63</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Niveau</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="classeLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>150</x>
|
|
<y>128</y>
|
|
<width>63</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Classe</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sexeLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>150</x>
|
|
<y>202</y>
|
|
<width>63</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Sexe</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="tailleLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>150</x>
|
|
<y>239</y>
|
|
<width>63</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Taille</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="raceLineEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>91</y>
|
|
<width>113</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="classeLineEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>128</y>
|
|
<width>113</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="niveauLineEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>165</y>
|
|
<width>113</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sexeLineEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>202</y>
|
|
<width>113</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="tailleLineEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>210</x>
|
|
<y>239</y>
|
|
<width>113</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QFrame" name="topRightFrame">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>350</x>
|
|
<y>0</y>
|
|
<width>450</width>
|
|
<height>278</height>
|
|
</rect>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::Shape::NoFrame</enum>
|
|
</property>
|
|
<widget class="QLabel" name="charismeLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>14</y>
|
|
<width>63</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Charisme</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="dexteriteLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>58</y>
|
|
<width>63</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Dextérité</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="enduranceLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>102</y>
|
|
<width>71</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Endurance</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="forceLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>146</y>
|
|
<width>63</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Force</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="pvLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>313</x>
|
|
<y>144</y>
|
|
<width>85</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Points de vie</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="intelligenceLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>190</y>
|
|
<width>81</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Intelligence</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="charismeSpinBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>14</y>
|
|
<width>70</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>20</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="dexteriteSpinBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>58</y>
|
|
<width>70</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>20</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="enduranceSpinBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>102</y>
|
|
<width>70</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>20</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="forceSpinBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>146</y>
|
|
<width>70</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>20</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="intelligenceSpinBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>190</y>
|
|
<width>70</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>20</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="pvSpinBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>313</x>
|
|
<y>114</y>
|
|
<width>85</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="sagesseLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>234</y>
|
|
<width>81</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Sagesse</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="sagesseSpinBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>234</y>
|
|
<width>70</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>20</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="modCharismeSpinBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>191</x>
|
|
<y>14</y>
|
|
<width>70</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>20</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="modDexteriteSpinBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>191</x>
|
|
<y>58</y>
|
|
<width>70</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>20</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="modEnduranceSpinBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>191</x>
|
|
<y>102</y>
|
|
<width>70</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>20</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="modForceSpinBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>191</x>
|
|
<y>146</y>
|
|
<width>70</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>20</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="modIntelligenceSpinBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>191</x>
|
|
<y>190</y>
|
|
<width>70</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>20</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="modSagesseSpinBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>191</x>
|
|
<y>234</y>
|
|
<width>70</width>
|
|
<height>30</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>20</number>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QFrame" name="bottomFrame">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>280</y>
|
|
<width>800</width>
|
|
<height>581</height>
|
|
</rect>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::Shape::NoFrame</enum>
|
|
</property>
|
|
<widget class="QFrame" name="bottomLeftFrame">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>-1</x>
|
|
<y>0</y>
|
|
<width>800</width>
|
|
<height>300</height>
|
|
</rect>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::Shape::NoFrame</enum>
|
|
</property>
|
|
<widget class="QLabel" name="label11">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>271</x>
|
|
<y>218</y>
|
|
<width>131</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Histoire (INT)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label18">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>507</x>
|
|
<y>260</y>
|
|
<width>141</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Représentation (CHA)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>35</x>
|
|
<y>176</y>
|
|
<width>171</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Discrétion (DEX)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>35</x>
|
|
<y>218</y>
|
|
<width>181</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Dressage (SAG)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label17">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>507</x>
|
|
<y>218</y>
|
|
<width>91</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Religion (INT)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>35</x>
|
|
<y>92</y>
|
|
<width>131</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Arcanes (INT)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label16">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>507</x>
|
|
<y>176</y>
|
|
<width>121</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Persuasion (CHA)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label15">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>507</x>
|
|
<y>134</y>
|
|
<width>131</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Perspicacité (SAG)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label12">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>271</x>
|
|
<y>260</y>
|
|
<width>121</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Intimidation (CHA)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label7">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>271</x>
|
|
<y>50</y>
|
|
<width>121</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Investigation (INT)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>35</x>
|
|
<y>134</y>
|
|
<width>141</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Athlétisme (FOR)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label9">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>271</x>
|
|
<y>134</y>
|
|
<width>91</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Nature (INT)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label10">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>271</x>
|
|
<y>176</y>
|
|
<width>111</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Perception (SAG)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>35</x>
|
|
<y>50</y>
|
|
<width>111</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Acrobaties (DEX)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>35</x>
|
|
<y>260</y>
|
|
<width>121</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Escamotage (DEX)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label8">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>271</x>
|
|
<y>92</y>
|
|
<width>111</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Médecine (SAG)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="spinBox1">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>166</x>
|
|
<y>50</y>
|
|
<width>70</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>100</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="spinBox2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>166</x>
|
|
<y>92</y>
|
|
<width>70</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>100</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="spinBox3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>166</x>
|
|
<y>134</y>
|
|
<width>70</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>100</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="spinBox4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>166</x>
|
|
<y>176</y>
|
|
<width>70</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>100</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="spinBox5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>166</x>
|
|
<y>218</y>
|
|
<width>70</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>100</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="spinBox6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>166</x>
|
|
<y>260</y>
|
|
<width>70</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>100</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="spinBox11">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>402</x>
|
|
<y>218</y>
|
|
<width>70</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>100</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="spinBox12">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>402</x>
|
|
<y>260</y>
|
|
<width>70</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>100</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="spinBox7">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>402</x>
|
|
<y>50</y>
|
|
<width>70</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>100</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="spinBox8">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>402</x>
|
|
<y>92</y>
|
|
<width>70</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>100</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="spinBox9">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>402</x>
|
|
<y>134</y>
|
|
<width>70</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>100</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="spinBox10">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>402</x>
|
|
<y>176</y>
|
|
<width>70</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>100</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="spinBox15">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>658</x>
|
|
<y>134</y>
|
|
<width>70</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>100</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="spinBox16">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>658</x>
|
|
<y>176</y>
|
|
<width>70</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>100</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="spinBox17">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>658</x>
|
|
<y>218</y>
|
|
<width>70</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>100</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="spinBox18">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>658</x>
|
|
<y>260</y>
|
|
<width>70</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>100</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label13">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>507</x>
|
|
<y>50</y>
|
|
<width>121</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Survie (SAG)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label14">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>507</x>
|
|
<y>92</y>
|
|
<width>121</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Tromperie (CHA)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="spinBox14">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>658</x>
|
|
<y>92</y>
|
|
<width>70</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>100</number>
|
|
</property>
|
|
</widget>
|
|
<widget class="QSpinBox" name="spinBox13">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>658</x>
|
|
<y>50</y>
|
|
<width>70</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="maximum">
|
|
<number>100</number>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<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="actionNouvelle_fiche"/>
|
|
<addaction name="actionOuvrir_une_fiche"/>
|
|
<addaction name="actionSauvegarder"/>
|
|
<addaction name="actionEnregistrer_sous"/>
|
|
<addaction name="actionFermer"/>
|
|
</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="actionEditer"/>
|
|
<addaction name="actionBlocNote"/>
|
|
</widget>
|
|
<action name="actionOuvrir_une_fiche">
|
|
<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>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Q</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEditer">
|
|
<property name="icon">
|
|
<iconset theme="QIcon::ThemeIcon::MailMessageNew"/>
|
|
</property>
|
|
<property name="text">
|
|
<string>Editer</string>
|
|
</property>
|
|
<property name="menuRole">
|
|
<enum>QAction::MenuRole::NoRole</enum>
|
|
</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>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+N</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|