feature/menuUi #1

Merged
Giovanni-Josserand merged 8 commits from feature/menuUi into dev 2025-06-25 17:47:40 +00:00
Showing only changes of commit 7a61aace20 - Show all commits

View File

@ -283,7 +283,7 @@
<widget class="QLabel" name="pvLabel"> <widget class="QLabel" name="pvLabel">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>272</x> <x>313</x>
<y>144</y> <y>144</y>
<width>85</width> <width>85</width>
<height>20</height> <height>20</height>
@ -311,12 +311,12 @@
<rect> <rect>
<x>20</x> <x>20</x>
<y>14</y> <y>14</y>
<width>41</width> <width>70</width>
<height>30</height> <height>30</height>
</rect> </rect>
</property> </property>
<property name="maximum"> <property name="maximum">
<number>1000</number> <number>20</number>
</property> </property>
</widget> </widget>
<widget class="QSpinBox" name="dexteriteSpinBox"> <widget class="QSpinBox" name="dexteriteSpinBox">
@ -374,7 +374,7 @@
<widget class="QSpinBox" name="pvSpinBox"> <widget class="QSpinBox" name="pvSpinBox">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>272</x> <x>313</x>
<y>114</y> <y>114</y>
<width>85</width> <width>85</width>
<height>30</height> <height>30</height>
@ -407,6 +407,84 @@
<number>20</number> <number>20</number>
</property> </property>
</widget> </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="modCharismeSpinBox_2">
<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="modCharismeSpinBox_3">
<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="modCharismeSpinBox_4">
<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="modCharismeSpinBox_5">
<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="modCharismeSpinBox_6">
<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> </widget>
<widget class="QFrame" name="bottomFrame"> <widget class="QFrame" name="bottomFrame">