1263 lines
31 KiB
XML
1263 lines
31 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="Edition">
|
|
<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="QFrame" name="topFrame">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</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>390</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>190</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/>
|
|
</property>
|
|
<property name="scaledContents">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="nomLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>190</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>250</x>
|
|
<y>17</y>
|
|
<width>113</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="ageLineEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>54</y>
|
|
<width>113</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="raceLabel">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>190</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>190</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>190</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>190</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>190</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>250</x>
|
|
<y>91</y>
|
|
<width>113</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="classeLineEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>128</y>
|
|
<width>113</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="niveauLineEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>165</y>
|
|
<width>113</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="sexeLineEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>250</x>
|
|
<y>202</y>
|
|
<width>113</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="tailleLineEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<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>390</x>
|
|
<y>0</y>
|
|
<width>411</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>278</y>
|
|
<width>800</width>
|
|
<height>312</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="QFrame" name="BackPack">
|
|
<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="QPlainTextEdit" name="BackPackPlainTextEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>800</width>
|
|
<height>590</height>
|
|
</rect>
|
|
</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>
|
|
<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">
|
|
<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>
|
|
<widget class="QMenu" name="menuAffichage">
|
|
<property name="title">
|
|
<string>Affichage</string>
|
|
</property>
|
|
<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">
|
|
<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="actionNouvelle_fiche">
|
|
<property name="text">
|
|
<string>Nouvelle fiche</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+N</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionBloc_note">
|
|
<property name="text">
|
|
<string>Bloc note</string>
|
|
</property>
|
|
<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>
|
|
<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/>
|
|
</ui>
|