Browse Source

Refonte de l'interface (2e partie)

unknown 10 years ago
parent
commit
36591d4da9

BIN
img/agrandissement.png


BIN
img/attaque.png


BIN
img/carte.png


BIN
img/creature.png


BIN
img/decor.png


BIN
img/deplacement.png


BIN
img/deplacement2.png


BIN
img/main_cache.png


BIN
img/montagne.png


BIN
img/note.png


BIN
img/oeil.png


BIN
img/oeil_barre.png


BIN
img/oeil_barre2.png


BIN
img/param.png


BIN
img/paysage.png


BIN
img/profil.png


BIN
img/tableau.png


File diff suppressed because it is too large
+ 375 - 789
lib/ui/ecran_principal.py


File diff suppressed because it is too large
+ 962 - 1941
lib/ui/mainwindow.ui


+ 4220 - 0
lib/ui/mainwindow_svg.ui

@@ -0,0 +1,4220 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>principal</class>
+ <widget class="QMainWindow" name="principal">
+  <property name="geometry">
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>1225</width>
+    <height>742</height>
+   </rect>
+  </property>
+  <property name="minimumSize">
+   <size>
+    <width>882</width>
+    <height>623</height>
+   </size>
+  </property>
+  <property name="acceptDrops">
+   <bool>true</bool>
+  </property>
+  <property name="windowTitle">
+   <string>Bienvenue sur le Dé-Monde</string>
+  </property>
+  <widget class="QWidget" name="baseWidget">
+   <layout class="QHBoxLayout" name="horizontalLayout">
+    <item>
+     <widget class="QTabWidget" name="tabWidget">
+      <property name="enabled">
+       <bool>true</bool>
+      </property>
+      <property name="minimumSize">
+       <size>
+        <width>641</width>
+        <height>561</height>
+       </size>
+      </property>
+      <property name="acceptDrops">
+       <bool>true</bool>
+      </property>
+      <property name="currentIndex">
+       <number>0</number>
+      </property>
+      <widget class="QWidget" name="Combats_tab">
+       <attribute name="title">
+        <string>Combats</string>
+       </attribute>
+       <layout class="QHBoxLayout" name="horizontalLayout_3">
+        <item>
+         <layout class="QHBoxLayout" name="layoutCombat" stretch="0,4,1">
+          <property name="spacing">
+           <number>0</number>
+          </property>
+          <property name="sizeConstraint">
+           <enum>QLayout::SetMaximumSize</enum>
+          </property>
+          <item>
+           <widget class="QFrame" name="panneauInfosPlateau_2">
+            <layout class="QVBoxLayout" name="panneauInfosPlateau" stretch="0,0,0">
+             <property name="spacing">
+              <number>0</number>
+             </property>
+             <item>
+              <widget class="QLabel" name="combatTour">
+               <property name="minimumSize">
+                <size>
+                 <width>80</width>
+                 <height>20</height>
+                </size>
+               </property>
+               <property name="maximumSize">
+                <size>
+                 <width>110</width>
+                 <height>20</height>
+                </size>
+               </property>
+               <property name="font">
+                <font>
+                 <pointsize>10</pointsize>
+                 <weight>75</weight>
+                 <bold>true</bold>
+                </font>
+               </property>
+               <property name="frameShape">
+                <enum>QFrame::WinPanel</enum>
+               </property>
+               <property name="frameShadow">
+                <enum>QFrame::Sunken</enum>
+               </property>
+               <property name="text">
+                <string>Tour: 1</string>
+               </property>
+               <property name="alignment">
+                <set>Qt::AlignCenter</set>
+               </property>
+              </widget>
+             </item>
+             <item>
+              <widget class="QTableWidget" name="infoOrdreJeu">
+               <property name="minimumSize">
+                <size>
+                 <width>80</width>
+                 <height>208</height>
+                </size>
+               </property>
+               <property name="maximumSize">
+                <size>
+                 <width>110</width>
+                 <height>16777215</height>
+                </size>
+               </property>
+               <property name="palette">
+                <palette>
+                 <active>
+                  <colorrole role="Base">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="120">
+                     <red>255</red>
+                     <green>255</green>
+                     <blue>255</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </active>
+                 <inactive>
+                  <colorrole role="Base">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="120">
+                     <red>255</red>
+                     <green>255</green>
+                     <blue>255</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </inactive>
+                 <disabled>
+                  <colorrole role="Base">
+                   <brush brushstyle="SolidPattern">
+                    <color alpha="255">
+                     <red>240</red>
+                     <green>240</green>
+                     <blue>240</blue>
+                    </color>
+                   </brush>
+                  </colorrole>
+                 </disabled>
+                </palette>
+               </property>
+               <property name="frameShape">
+                <enum>QFrame::WinPanel</enum>
+               </property>
+               <property name="editTriggers">
+                <set>QAbstractItemView::NoEditTriggers</set>
+               </property>
+               <property name="dragDropOverwriteMode">
+                <bool>false</bool>
+               </property>
+               <property name="alternatingRowColors">
+                <bool>false</bool>
+               </property>
+               <property name="selectionMode">
+                <enum>QAbstractItemView::SingleSelection</enum>
+               </property>
+               <property name="selectionBehavior">
+                <enum>QAbstractItemView::SelectItems</enum>
+               </property>
+               <property name="textElideMode">
+                <enum>Qt::ElideMiddle</enum>
+               </property>
+               <property name="sortingEnabled">
+                <bool>true</bool>
+               </property>
+               <property name="cornerButtonEnabled">
+                <bool>false</bool>
+               </property>
+               <attribute name="horizontalHeaderVisible">
+                <bool>false</bool>
+               </attribute>
+               <attribute name="horizontalHeaderDefaultSectionSize">
+                <number>100</number>
+               </attribute>
+               <attribute name="verticalHeaderVisible">
+                <bool>false</bool>
+               </attribute>
+               <column>
+                <property name="text">
+                 <string>num</string>
+                </property>
+               </column>
+               <column>
+                <property name="text">
+                 <string>nom</string>
+                </property>
+               </column>
+               <column>
+                <property name="text">
+                 <string>ordre</string>
+                </property>
+               </column>
+              </widget>
+             </item>
+             <item>
+              <widget class="QFrame" name="frame_2">
+               <property name="minimumSize">
+                <size>
+                 <width>80</width>
+                 <height>330</height>
+                </size>
+               </property>
+               <property name="maximumSize">
+                <size>
+                 <width>110</width>
+                 <height>415</height>
+                </size>
+               </property>
+               <property name="frameShape">
+                <enum>QFrame::StyledPanel</enum>
+               </property>
+               <property name="frameShadow">
+                <enum>QFrame::Raised</enum>
+               </property>
+               <widget class="QGroupBox" name="infoCase">
+                <property name="geometry">
+                 <rect>
+                  <x>0</x>
+                  <y>240</y>
+                  <width>80</width>
+                  <height>90</height>
+                 </rect>
+                </property>
+                <property name="minimumSize">
+                 <size>
+                  <width>80</width>
+                  <height>90</height>
+                 </size>
+                </property>
+                <property name="maximumSize">
+                 <size>
+                  <width>110</width>
+                  <height>16777215</height>
+                 </size>
+                </property>
+                <property name="title">
+                 <string/>
+                </property>
+                <widget class="QLabel" name="infoPionEnCours_depRestant_2">
+                 <property name="geometry">
+                  <rect>
+                   <x>10</x>
+                   <y>120</y>
+                   <width>71</width>
+                   <height>21</height>
+                  </rect>
+                 </property>
+                 <property name="text">
+                  <string>Dep.: 0 </string>
+                 </property>
+                 <property name="margin">
+                  <number>1</number>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoPionEnCours_aJoue_2">
+                 <property name="geometry">
+                  <rect>
+                   <x>10</x>
+                   <y>140</y>
+                   <width>61</width>
+                   <height>21</height>
+                  </rect>
+                 </property>
+                 <property name="text">
+                  <string>A joué: Non</string>
+                 </property>
+                 <property name="margin">
+                  <number>1</number>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoPionEnCours_endormi_2">
+                 <property name="geometry">
+                  <rect>
+                   <x>0</x>
+                   <y>180</y>
+                   <width>21</width>
+                   <height>21</height>
+                  </rect>
+                 </property>
+                 <property name="toolTip">
+                  <string>Endormi</string>
+                 </property>
+                 <property name="text">
+                  <string>end</string>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoPionEnCours_paralyse_2">
+                 <property name="geometry">
+                  <rect>
+                   <x>20</x>
+                   <y>180</y>
+                   <width>21</width>
+                   <height>21</height>
+                  </rect>
+                 </property>
+                 <property name="toolTip">
+                  <string>Paralysé</string>
+                 </property>
+                 <property name="text">
+                  <string>par</string>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoPionEnCours_entrave_2">
+                 <property name="geometry">
+                  <rect>
+                   <x>40</x>
+                   <y>180</y>
+                   <width>21</width>
+                   <height>21</height>
+                  </rect>
+                 </property>
+                 <property name="toolTip">
+                  <string>Entravé</string>
+                 </property>
+                 <property name="text">
+                  <string>ent</string>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoPionEnCours_mort_2">
+                 <property name="geometry">
+                  <rect>
+                   <x>60</x>
+                   <y>180</y>
+                   <width>21</width>
+                   <height>21</height>
+                  </rect>
+                 </property>
+                 <property name="toolTip">
+                  <string>Mort</string>
+                 </property>
+                 <property name="text">
+                  <string>mrt</string>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoPionEnCours_evanoui_2">
+                 <property name="geometry">
+                  <rect>
+                   <x>0</x>
+                   <y>160</y>
+                   <width>21</width>
+                   <height>21</height>
+                  </rect>
+                 </property>
+                 <property name="toolTip">
+                  <string>Evanoui</string>
+                 </property>
+                 <property name="text">
+                  <string>evn</string>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoPionEnCours_brule_2">
+                 <property name="geometry">
+                  <rect>
+                   <x>20</x>
+                   <y>160</y>
+                   <width>21</width>
+                   <height>21</height>
+                  </rect>
+                 </property>
+                 <property name="toolTip">
+                  <string>Brûle</string>
+                 </property>
+                 <property name="text">
+                  <string>bru</string>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoPionEnCours_mouille_2">
+                 <property name="geometry">
+                  <rect>
+                   <x>40</x>
+                   <y>160</y>
+                   <width>21</width>
+                   <height>21</height>
+                  </rect>
+                 </property>
+                 <property name="toolTip">
+                  <string>Mouillé</string>
+                 </property>
+                 <property name="text">
+                  <string>mou</string>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoPionEnCours_vol_2">
+                 <property name="geometry">
+                  <rect>
+                   <x>60</x>
+                   <y>160</y>
+                   <width>21</width>
+                   <height>21</height>
+                  </rect>
+                 </property>
+                 <property name="toolTip">
+                  <string>En Vol</string>
+                 </property>
+                 <property name="text">
+                  <string>vol</string>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoCaseEnCours_terrain">
+                 <property name="geometry">
+                  <rect>
+                   <x>10</x>
+                   <y>0</y>
+                   <width>61</width>
+                   <height>21</height>
+                  </rect>
+                 </property>
+                 <property name="text">
+                  <string>terrain</string>
+                 </property>
+                 <property name="margin">
+                  <number>1</number>
+                 </property>
+                 <property name="indent">
+                  <number>-1</number>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoCaseEnCours_coord">
+                 <property name="geometry">
+                  <rect>
+                   <x>10</x>
+                   <y>20</y>
+                   <width>61</width>
+                   <height>21</height>
+                  </rect>
+                 </property>
+                 <property name="text">
+                  <string>coord</string>
+                 </property>
+                 <property name="margin">
+                  <number>1</number>
+                 </property>
+                 <property name="indent">
+                  <number>-1</number>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoCaseEnCours_effetNom">
+                 <property name="geometry">
+                  <rect>
+                   <x>35</x>
+                   <y>60</y>
+                   <width>41</width>
+                   <height>21</height>
+                  </rect>
+                 </property>
+                 <property name="text">
+                  <string>effet</string>
+                 </property>
+                 <property name="margin">
+                  <number>1</number>
+                 </property>
+                 <property name="indent">
+                  <number>-1</number>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoCaseEnCours_effetImg">
+                 <property name="geometry">
+                  <rect>
+                   <x>10</x>
+                   <y>60</y>
+                   <width>21</width>
+                   <height>21</height>
+                  </rect>
+                 </property>
+                 <property name="text">
+                  <string>img</string>
+                 </property>
+                 <property name="margin">
+                  <number>1</number>
+                 </property>
+                 <property name="indent">
+                  <number>-1</number>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoCaseEnCours_altitude">
+                 <property name="geometry">
+                  <rect>
+                   <x>10</x>
+                   <y>40</y>
+                   <width>61</width>
+                   <height>21</height>
+                  </rect>
+                 </property>
+                 <property name="text">
+                  <string>alt</string>
+                 </property>
+                 <property name="margin">
+                  <number>1</number>
+                 </property>
+                 <property name="indent">
+                  <number>-1</number>
+                 </property>
+                </widget>
+               </widget>
+               <widget class="QGroupBox" name="infoDecor">
+                <property name="enabled">
+                 <bool>true</bool>
+                </property>
+                <property name="geometry">
+                 <rect>
+                  <x>0</x>
+                  <y>150</y>
+                  <width>80</width>
+                  <height>91</height>
+                 </rect>
+                </property>
+                <property name="minimumSize">
+                 <size>
+                  <width>80</width>
+                  <height>91</height>
+                 </size>
+                </property>
+                <property name="maximumSize">
+                 <size>
+                  <width>110</width>
+                  <height>16777215</height>
+                 </size>
+                </property>
+                <property name="title">
+                 <string/>
+                </property>
+                <widget class="QLabel" name="infoDecorEnCours_nom">
+                 <property name="geometry">
+                  <rect>
+                   <x>10</x>
+                   <y>0</y>
+                   <width>61</width>
+                   <height>21</height>
+                  </rect>
+                 </property>
+                 <property name="text">
+                  <string>nom</string>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoDecorEnCours_image">
+                 <property name="geometry">
+                  <rect>
+                   <x>10</x>
+                   <y>20</y>
+                   <width>41</width>
+                   <height>31</height>
+                  </rect>
+                 </property>
+                 <property name="frameShape">
+                  <enum>QFrame::StyledPanel</enum>
+                 </property>
+                 <property name="text">
+                  <string/>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoDecorEnCours_hauteur">
+                 <property name="geometry">
+                  <rect>
+                   <x>10</x>
+                   <y>50</y>
+                   <width>61</width>
+                   <height>21</height>
+                  </rect>
+                 </property>
+                 <property name="text">
+                  <string>hauteur</string>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoDecorEnCours_brule">
+                 <property name="geometry">
+                  <rect>
+                   <x>0</x>
+                   <y>70</y>
+                   <width>21</width>
+                   <height>21</height>
+                  </rect>
+                 </property>
+                 <property name="text">
+                  <string>TextLabel</string>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoDecorEnCours_detruit">
+                 <property name="geometry">
+                  <rect>
+                   <x>20</x>
+                   <y>70</y>
+                   <width>21</width>
+                   <height>21</height>
+                  </rect>
+                 </property>
+                 <property name="text">
+                  <string>TextLabel</string>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoDecorEnCours_verrouille">
+                 <property name="geometry">
+                  <rect>
+                   <x>40</x>
+                   <y>70</y>
+                   <width>21</width>
+                   <height>21</height>
+                  </rect>
+                 </property>
+                 <property name="text">
+                  <string>TextLabel</string>
+                 </property>
+                </widget>
+               </widget>
+               <widget class="QGroupBox" name="infoPion">
+                <property name="geometry">
+                 <rect>
+                  <x>0</x>
+                  <y>0</y>
+                  <width>80</width>
+                  <height>151</height>
+                 </rect>
+                </property>
+                <property name="minimumSize">
+                 <size>
+                  <width>80</width>
+                  <height>151</height>
+                 </size>
+                </property>
+                <property name="maximumSize">
+                 <size>
+                  <width>110</width>
+                  <height>16777215</height>
+                 </size>
+                </property>
+                <property name="title">
+                 <string/>
+                </property>
+                <widget class="QLabel" name="infoPionEnCours_sante">
+                 <property name="geometry">
+                  <rect>
+                   <x>10</x>
+                   <y>70</y>
+                   <width>61</width>
+                   <height>21</height>
+                  </rect>
+                 </property>
+                 <property name="text">
+                  <string>sante</string>
+                 </property>
+                 <property name="margin">
+                  <number>1</number>
+                 </property>
+                 <property name="indent">
+                  <number>-1</number>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoPionEnCours_depRestant">
+                 <property name="geometry">
+                  <rect>
+                   <x>10</x>
+                   <y>90</y>
+                   <width>61</width>
+                   <height>21</height>
+                  </rect>
+                 </property>
+                 <property name="text">
+                  <string>dep</string>
+                 </property>
+                 <property name="margin">
+                  <number>1</number>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoPionEnCours_image">
+                 <property name="geometry">
+                  <rect>
+                   <x>10</x>
+                   <y>20</y>
+                   <width>61</width>
+                   <height>51</height>
+                  </rect>
+                 </property>
+                 <property name="frameShape">
+                  <enum>QFrame::StyledPanel</enum>
+                 </property>
+                 <property name="text">
+                  <string/>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoPionEnCours_endormi">
+                 <property name="geometry">
+                  <rect>
+                   <x>0</x>
+                   <y>130</y>
+                   <width>16</width>
+                   <height>16</height>
+                  </rect>
+                 </property>
+                 <property name="toolTip">
+                  <string>Endormi</string>
+                 </property>
+                 <property name="text">
+                  <string/>
+                 </property>
+                 <property name="pixmap">
+                  <pixmap>img/etatEndormi.png</pixmap>
+                 </property>
+                 <property name="scaledContents">
+                  <bool>false</bool>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoPionEnCours_paralyse">
+                 <property name="geometry">
+                  <rect>
+                   <x>20</x>
+                   <y>130</y>
+                   <width>16</width>
+                   <height>16</height>
+                  </rect>
+                 </property>
+                 <property name="toolTip">
+                  <string>Paralysé</string>
+                 </property>
+                 <property name="text">
+                  <string/>
+                 </property>
+                 <property name="pixmap">
+                  <pixmap>img/etatParalyse.png</pixmap>
+                 </property>
+                 <property name="scaledContents">
+                  <bool>true</bool>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoPionEnCours_entrave">
+                 <property name="geometry">
+                  <rect>
+                   <x>40</x>
+                   <y>130</y>
+                   <width>21</width>
+                   <height>21</height>
+                  </rect>
+                 </property>
+                 <property name="toolTip">
+                  <string>Entravé</string>
+                 </property>
+                 <property name="text">
+                  <string/>
+                 </property>
+                 <property name="pixmap">
+                  <pixmap>img/etatEntrave.png</pixmap>
+                 </property>
+                 <property name="scaledContents">
+                  <bool>false</bool>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoPionEnCours_mort">
+                 <property name="geometry">
+                  <rect>
+                   <x>60</x>
+                   <y>130</y>
+                   <width>16</width>
+                   <height>16</height>
+                  </rect>
+                 </property>
+                 <property name="toolTip">
+                  <string>Mort</string>
+                 </property>
+                 <property name="text">
+                  <string/>
+                 </property>
+                 <property name="pixmap">
+                  <pixmap>img/etatMort.png</pixmap>
+                 </property>
+                 <property name="scaledContents">
+                  <bool>false</bool>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoPionEnCours_etourdi">
+                 <property name="geometry">
+                  <rect>
+                   <x>0</x>
+                   <y>111</y>
+                   <width>16</width>
+                   <height>16</height>
+                  </rect>
+                 </property>
+                 <property name="toolTip">
+                  <string>Evanoui</string>
+                 </property>
+                 <property name="text">
+                  <string/>
+                 </property>
+                 <property name="pixmap">
+                  <pixmap>img/etatEtourdi.png</pixmap>
+                 </property>
+                 <property name="scaledContents">
+                  <bool>false</bool>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoPionEnCours_brule">
+                 <property name="geometry">
+                  <rect>
+                   <x>20</x>
+                   <y>110</y>
+                   <width>16</width>
+                   <height>16</height>
+                  </rect>
+                 </property>
+                 <property name="toolTip">
+                  <string>Brûle</string>
+                 </property>
+                 <property name="text">
+                  <string/>
+                 </property>
+                 <property name="pixmap">
+                  <pixmap>img/etatFeu.png</pixmap>
+                 </property>
+                 <property name="scaledContents">
+                  <bool>false</bool>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoPionEnCours_mouille">
+                 <property name="geometry">
+                  <rect>
+                   <x>40</x>
+                   <y>110</y>
+                   <width>21</width>
+                   <height>21</height>
+                  </rect>
+                 </property>
+                 <property name="toolTip">
+                  <string>Mouillé</string>
+                 </property>
+                 <property name="text">
+                  <string/>
+                 </property>
+                 <property name="pixmap">
+                  <pixmap>img/etatEau.png</pixmap>
+                 </property>
+                 <property name="scaledContents">
+                  <bool>false</bool>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoPionEnCours_vol">
+                 <property name="geometry">
+                  <rect>
+                   <x>60</x>
+                   <y>110</y>
+                   <width>21</width>
+                   <height>21</height>
+                  </rect>
+                 </property>
+                 <property name="toolTip">
+                  <string>En Vol</string>
+                 </property>
+                 <property name="text">
+                  <string/>
+                 </property>
+                 <property name="pixmap">
+                  <pixmap>img/etatVol.png</pixmap>
+                 </property>
+                 <property name="scaledContents">
+                  <bool>false</bool>
+                 </property>
+                </widget>
+                <widget class="QLabel" name="infoPionEnCours_nom">
+                 <property name="geometry">
+                  <rect>
+                   <x>10</x>
+                   <y>0</y>
+                   <width>61</width>
+                   <height>21</height>
+                  </rect>
+                 </property>
+                 <property name="text">
+                  <string>nom</string>
+                 </property>
+                 <property name="margin">
+                  <number>1</number>
+                 </property>
+                 <property name="indent">
+                  <number>-1</number>
+                 </property>
+                </widget>
+               </widget>
+              </widget>
+             </item>
+            </layout>
+           </widget>
+          </item>
+          <item>
+           <layout class="QVBoxLayout" name="layoutCombatCentre" stretch="0,0,0">
+            <property name="spacing">
+             <number>0</number>
+            </property>
+            <item>
+             <widget class="QLabel" name="nomPlateau">
+              <property name="minimumSize">
+               <size>
+                <width>0</width>
+                <height>24</height>
+               </size>
+              </property>
+              <property name="maximumSize">
+               <size>
+                <width>16777215</width>
+                <height>24</height>
+               </size>
+              </property>
+              <property name="font">
+               <font>
+                <family>Georgia</family>
+                <pointsize>9</pointsize>
+                <weight>75</weight>
+                <bold>true</bold>
+               </font>
+              </property>
+              <property name="text">
+               <string>nom</string>
+              </property>
+              <property name="scaledContents">
+               <bool>true</bool>
+              </property>
+              <property name="alignment">
+               <set>Qt::AlignCenter</set>
+              </property>
+              <property name="wordWrap">
+               <bool>true</bool>
+              </property>
+             </widget>
+            </item>
+            <item>
+             <widget class="QGraphicsView" name="vuePlateau">
+              <property name="minimumSize">
+               <size>
+                <width>0</width>
+                <height>0</height>
+               </size>
+              </property>
+              <property name="acceptDrops">
+               <bool>true</bool>
+              </property>
+              <property name="verticalScrollBarPolicy">
+               <enum>Qt::ScrollBarAsNeeded</enum>
+              </property>
+              <property name="horizontalScrollBarPolicy">
+               <enum>Qt::ScrollBarAsNeeded</enum>
+              </property>
+              <property name="renderHints">
+               <set>QPainter::Antialiasing|QPainter::HighQualityAntialiasing|QPainter::TextAntialiasing</set>
+              </property>
+              <property name="dragMode">
+               <enum>QGraphicsView::NoDrag</enum>
+              </property>
+              <property name="transformationAnchor">
+               <enum>QGraphicsView::NoAnchor</enum>
+              </property>
+              <property name="resizeAnchor">
+               <enum>QGraphicsView::NoAnchor</enum>
+              </property>
+              <property name="viewportUpdateMode">
+               <enum>QGraphicsView::MinimalViewportUpdate</enum>
+              </property>
+             </widget>
+            </item>
+            <item>
+             <widget class="QFrame" name="barreBasCombat">
+              <property name="frameShape">
+               <enum>QFrame::StyledPanel</enum>
+              </property>
+              <property name="frameShadow">
+               <enum>QFrame::Raised</enum>
+              </property>
+              <layout class="QHBoxLayout" name="horizontalLayout_2">
+               <item>
+                <widget class="QToolButton" name="combatDeplacement">
+                 <property name="minimumSize">
+                  <size>
+                   <width>23</width>
+                   <height>44</height>
+                  </size>
+                 </property>
+                 <property name="maximumSize">
+                  <size>
+                   <width>46</width>
+                   <height>44</height>
+                  </size>
+                 </property>
+                 <property name="text">
+                  <string/>
+                 </property>
+                 <property name="icon">
+                  <iconset>
+                   <normaloff>img/btnZonePlacement.png</normaloff>img/btnZonePlacement.png</iconset>
+                 </property>
+                </widget>
+               </item>
+               <item>
+                <widget class="QToolButton" name="combatAttaqueCaC">
+                 <property name="minimumSize">
+                  <size>
+                   <width>23</width>
+                   <height>44</height>
+                  </size>
+                 </property>
+                 <property name="maximumSize">
+                  <size>
+                   <width>46</width>
+                   <height>44</height>
+                  </size>
+                 </property>
+                 <property name="text">
+                  <string>...</string>
+                 </property>
+                 <property name="icon">
+                  <iconset>
+                   <normaloff>img/curseurEpee.png</normaloff>img/curseurEpee.png</iconset>
+                 </property>
+                </widget>
+               </item>
+               <item>
+                <widget class="QToolButton" name="combatAttaqueDist">
+                 <property name="minimumSize">
+                  <size>
+                   <width>23</width>
+                   <height>44</height>
+                  </size>
+                 </property>
+                 <property name="maximumSize">
+                  <size>
+                   <width>46</width>
+                   <height>44</height>
+                  </size>
+                 </property>
+                 <property name="text">
+                  <string>...</string>
+                 </property>
+                 <property name="icon">
+                  <iconset>
+                   <normaloff>img/arc.png</normaloff>img/arc.png</iconset>
+                 </property>
+                </widget>
+               </item>
+               <item>
+                <widget class="QToolButton" name="combatAttaqueZone">
+                 <property name="minimumSize">
+                  <size>
+                   <width>23</width>
+                   <height>44</height>
+                  </size>
+                 </property>
+                 <property name="maximumSize">
+                  <size>
+                   <width>46</width>
+                   <height>44</height>
+                  </size>
+                 </property>
+                 <property name="text">
+                  <string>...</string>
+                 </property>
+                 <property name="icon">
+                  <iconset>
+                   <normaloff>img/bombe.png</normaloff>img/bombe.png</iconset>
+                 </property>
+                </widget>
+               </item>
+               <item>
+                <widget class="QToolButton" name="combatVol">
+                 <property name="minimumSize">
+                  <size>
+                   <width>23</width>
+                   <height>44</height>
+                  </size>
+                 </property>
+                 <property name="maximumSize">
+                  <size>
+                   <width>46</width>
+                   <height>44</height>
+                  </size>
+                 </property>
+                 <property name="text">
+                  <string>...</string>
+                 </property>
+                 <property name="icon">
+                  <iconset>
+                   <normaloff>img/etatVol.png</normaloff>img/etatVol.png</iconset>
+                 </property>
+                </widget>
+               </item>
+               <item>
+                <widget class="QSpinBox" name="combatVol_altitude">
+                 <property name="minimumSize">
+                  <size>
+                   <width>40</width>
+                   <height>44</height>
+                  </size>
+                 </property>
+                 <property name="maximumSize">
+                  <size>
+                   <width>60</width>
+                   <height>16777215</height>
+                  </size>
+                 </property>
+                 <property name="font">
+                  <font>
+                   <pointsize>12</pointsize>
+                   <weight>75</weight>
+                   <bold>true</bold>
+                  </font>
+                 </property>
+                </widget>
+               </item>
+               <item>
+                <widget class="QToolButton" name="combatZone_ligne">
+                 <property name="minimumSize">
+                  <size>
+                   <width>23</width>
+                   <height>44</height>
+                  </size>
+                 </property>
+                 <property name="maximumSize">
+                  <size>
+                   <width>46</width>
+                   <height>44</height>
+                  </size>
+                 </property>
+                 <property name="text">
+                  <string/>
+                 </property>
+                 <property name="icon">
+                  <iconset>
+                   <normaloff>img/formeLigne.png</normaloff>img/formeLigne.png</iconset>
+                 </property>
+                </widget>
+               </item>
+               <item>
+                <widget class="QToolButton" name="combatZone_disque">
+                 <property name="minimumSize">
+                  <size>
+                   <width>23</width>
+                   <height>44</height>
+                  </size>
+                 </property>
+                 <property name="maximumSize">
+                  <size>
+                   <width>46</width>
+                   <height>44</height>
+                  </size>
+                 </property>
+                 <property name="text">
+                  <string/>
+                 </property>
+                 <property name="icon">
+                  <iconset>
+                   <normaloff>img/formeEllipsePlein.png</normaloff>img/formeEllipsePlein.png</iconset>
+                 </property>
+                </widget>
+               </item>
+               <item>
+                <widget class="QSpinBox" name="combatZone_disqueRayon">
+                 <property name="minimumSize">
+                  <size>
+                   <width>40</width>
+                   <height>44</height>
+                  </size>
+                 </property>
+                 <property name="font">
+                  <font>
+                   <pointsize>12</pointsize>
+                   <weight>75</weight>
+                   <italic>false</italic>
+                   <bold>true</bold>
+                  </font>
+                 </property>
+                 <property name="minimum">
+                  <number>1</number>
+                 </property>
+                 <property name="maximum">
+                  <number>30</number>
+                 </property>
+                </widget>
+               </item>
+               <item>
+                <widget class="QToolButton" name="combatZone_cone">
+                 <property name="minimumSize">
+                  <size>
+                   <width>23</width>
+                   <height>44</height>
+                  </size>
+                 </property>
+                 <property name="maximumSize">
+                  <size>
+                   <width>46</width>
+                   <height>44</height>
+                  </size>
+                 </property>
+                 <property name="text">
+                  <string/>
+                 </property>
+                 <property name="icon">
+                  <iconset>
+                   <normaloff>img/cone.png</normaloff>img/cone.png</iconset>
+                 </property>
+                </widget>
+               </item>
+               <item>
+                <widget class="QToolButton" name="combatRetour">
+                 <property name="minimumSize">
+                  <size>
+                   <width>23</width>
+                   <height>44</height>
+                  </size>
+                 </property>
+                 <property name="maximumSize">
+                  <size>
+                   <width>46</width>
+                   <height>44</height>
+                  </size>
+                 </property>
+                 <property name="text">
+                  <string/>
+                 </property>
+                 <property name="icon">
+                  <iconset>
+                   <normaloff>img/retour.png</normaloff>img/retour.png</iconset>
+                 </property>
+                </widget>
+               </item>
+               <item>
+                <widget class="QLabel" name="combatPionSelectionne_img">
+                 <property name="text">
+                  <string>logo</string>
+                 </property>
+                </widget>
+               </item>
+               <item>
+                <widget class="QLabel" name="combatPionSelectionne">
+                 <property name="text">
+                  <string>Pas de pion selectionné</string>
+                 </property>
+                </widget>
+               </item>
+               <item>
+                <widget class="QPushButton" name="combatPasserTour">
+                 <property name="minimumSize">
+                  <size>
+                   <width>0</width>
+                   <height>44</height>
+                  </size>
+                 </property>
+                 <property name="maximumSize">
+                  <size>
+                   <width>16777215</width>
+                   <height>44</height>
+                  </size>
+                 </property>
+                 <property name="text">
+                  <string>Finir le tour</string>
+                 </property>
+                </widget>
+               </item>
+               <item>
+                <widget class="QToolButton" name="combatInventaire">
+                 <property name="minimumSize">
+                  <size>
+                   <width>23</width>
+                   <height>44</height>
+                  </size>
+                 </property>
+                 <property name="maximumSize">
+                  <size>
+                   <width>46</width>
+                   <height>44</height>
+                  </size>
+                 </property>
+                 <property name="text">
+                  <string>...</string>
+                 </property>
+                 <property name="icon">
+                  <iconset>
+                   <normaloff>img/sac.png</normaloff>img/sac.png</iconset>
+                 </property>
+                </widget>
+               </item>
+              </layout>
+             </widget>
+            </item>
+           </layout>
+          </item>
+          <item>
+           <layout class="QVBoxLayout" name="panneauOutilsPlateau" stretch="0,0,0">
+            <property name="spacing">
+             <number>0</number>
+            </property>
+            <item>
+             <layout class="QHBoxLayout" name="layoutBoutonsPlateau">
+              <property name="spacing">
+               <number>1</number>
+              </property>
+              <item>
+               <widget class="QPushButton" name="modeCombatPlateau">
+                <property name="minimumSize">
+                 <size>
+                  <width>34</width>
+                  <height>24</height>
+                 </size>
+                </property>
+                <property name="maximumSize">
+                 <size>
+                  <width>34</width>
+                  <height>24</height>
+                 </size>
+                </property>
+                <property name="toolTip">
+                 <string>Passer en mode Combat</string>
+                </property>
+                <property name="text">
+                 <string/>
+                </property>
+                <property name="icon">
+                 <iconset>
+                  <normaloff>img/btn_ModeCombat.png</normaloff>img/btn_ModeCombat.png</iconset>
+                </property>
+               </widget>
+              </item>
+              <item>
+               <widget class="QPushButton" name="modeCreationPlateau">
+                <property name="minimumSize">
+                 <size>
+                  <width>34</width>
+                  <height>24</height>
+                 </size>
+                </property>
+                <property name="maximumSize">
+                 <size>
+                  <width>34</width>
+                  <height>24</height>
+                 </size>
+                </property>
+                <property name="toolTip">
+                 <string>Passer en mode Création</string>
+                </property>
+                <property name="text">
+                 <string/>
+                </property>
+                <property name="icon">
+                 <iconset>
+                  <normaloff>img/btnCreation.png</normaloff>img/btnCreation.png</iconset>
+                </property>
+               </widget>
+              </item>
+              <item>
+               <widget class="QPushButton" name="sauverPlateau">
+                <property name="minimumSize">
+                 <size>
+                  <width>34</width>
+                  <height>24</height>
+                 </size>
+                </property>
+                <property name="maximumSize">
+                 <size>
+                  <width>34</width>
+                  <height>24</height>
+                 </size>
+                </property>
+                <property name="toolTip">
+                 <string>Enregistrer le plateau</string>
+                </property>
+                <property name="text">
+                 <string/>
+                </property>
+                <property name="icon">
+                 <iconset>
+                  <normaloff>img/btnEnregistrer.png</normaloff>img/btnEnregistrer.png</iconset>
+                </property>
+               </widget>
+              </item>
+              <item>
+               <widget class="QPushButton" name="fermerPlateau">
+                <property name="minimumSize">
+                 <size>
+                  <width>34</width>
+                  <height>24</height>
+                 </size>
+                </property>
+                <property name="maximumSize">
+                 <size>
+                  <width>34</width>
+                  <height>24</height>
+                 </size>
+                </property>
+                <property name="toolTip">
+                 <string>Fermer le plateau</string>
+                </property>
+                <property name="text">
+                 <string/>
+                </property>
+                <property name="icon">
+                 <iconset>
+                  <normaloff>img/btnFermer.png</normaloff>img/btnFermer.png</iconset>
+                </property>
+               </widget>
+              </item>
+             </layout>
+            </item>
+            <item>
+             <layout class="QHBoxLayout" name="layoutPanneauPlateau" stretch="0,1">
+              <property name="spacing">
+               <number>0</number>
+              </property>
+              <item>
+               <widget class="QToolBox" name="outilsEditionPlateau">
+                <property name="minimumSize">
+                 <size>
+                  <width>120</width>
+                  <height>0</height>
+                 </size>
+                </property>
+                <property name="maximumSize">
+                 <size>
+                  <width>120</width>
+                  <height>16777215</height>
+                 </size>
+                </property>
+                <property name="font">
+                 <font>
+                  <weight>50</weight>
+                  <italic>false</italic>
+                  <bold>false</bold>
+                  <underline>false</underline>
+                 </font>
+                </property>
+                <property name="autoFillBackground">
+                 <bool>true</bool>
+                </property>
+                <property name="frameShape">
+                 <enum>QFrame::StyledPanel</enum>
+                </property>
+                <property name="frameShadow">
+                 <enum>QFrame::Sunken</enum>
+                </property>
+                <property name="lineWidth">
+                 <number>1</number>
+                </property>
+                <property name="midLineWidth">
+                 <number>0</number>
+                </property>
+                <property name="currentIndex">
+                 <number>0</number>
+                </property>
+                <property name="tabSpacing">
+                 <number>2</number>
+                </property>
+                <widget class="QWidget" name="editPlateau_Terrain">
+                 <property name="geometry">
+                  <rect>
+                   <x>0</x>
+                   <y>0</y>
+                   <width>118</width>
+                   <height>491</height>
+                  </rect>
+                 </property>
+                 <attribute name="label">
+                  <string>Terrains</string>
+                 </attribute>
+                 <widget class="QPushButton" name="terrainCouleur">
+                  <property name="geometry">
+                   <rect>
+                    <x>80</x>
+                    <y>190</y>
+                    <width>31</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="contextMenuPolicy">
+                   <enum>Qt::DefaultContextMenu</enum>
+                  </property>
+                  <property name="toolTip">
+                   <string>Autres couleurs</string>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                  <property name="icon">
+                   <iconset>
+                    <normaloff>img/btnCouleurs.png</normaloff>img/btnCouleurs.png</iconset>
+                  </property>
+                 </widget>
+                 <widget class="QTableWidget" name="listTerrains">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>260</y>
+                    <width>101</width>
+                    <height>151</height>
+                   </rect>
+                  </property>
+                  <property name="minimumSize">
+                   <size>
+                    <width>81</width>
+                    <height>0</height>
+                   </size>
+                  </property>
+                  <property name="horizontalScrollBarPolicy">
+                   <enum>Qt::ScrollBarAlwaysOff</enum>
+                  </property>
+                  <property name="editTriggers">
+                   <set>QAbstractItemView::AnyKeyPressed|QAbstractItemView::DoubleClicked</set>
+                  </property>
+                  <property name="iconSize">
+                   <size>
+                    <width>2</width>
+                    <height>2</height>
+                   </size>
+                  </property>
+                  <property name="textElideMode">
+                   <enum>Qt::ElideMiddle</enum>
+                  </property>
+                  <property name="columnCount">
+                   <number>2</number>
+                  </property>
+                  <attribute name="horizontalHeaderVisible">
+                   <bool>false</bool>
+                  </attribute>
+                  <attribute name="verticalHeaderVisible">
+                   <bool>false</bool>
+                  </attribute>
+                  <column>
+                   <property name="text">
+                    <string>code</string>
+                   </property>
+                  </column>
+                  <column>
+                   <property name="text">
+                    <string>Terrain</string>
+                   </property>
+                   <property name="font">
+                    <font>
+                     <pointsize>9</pointsize>
+                    </font>
+                   </property>
+                  </column>
+                 </widget>
+                 <widget class="QPushButton" name="terrainNouveau">
+                  <property name="geometry">
+                   <rect>
+                    <x>90</x>
+                    <y>220</y>
+                    <width>21</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                  <property name="icon">
+                   <iconset>
+                    <normaloff>img/plus.png</normaloff>img/plus.png</iconset>
+                  </property>
+                 </widget>
+                 <widget class="QPushButton" name="terrainEdit">
+                  <property name="geometry">
+                   <rect>
+                    <x>70</x>
+                    <y>220</y>
+                    <width>21</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                  <property name="icon">
+                   <iconset>
+                    <normaloff>img/editer.png</normaloff>img/editer.png</iconset>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="effFeu">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>438</y>
+                    <width>21</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="toolTip">
+                   <string>Feu</string>
+                  </property>
+                  <property name="whatsThis">
+                   <string/>
+                  </property>
+                  <property name="text">
+                   <string>...</string>
+                  </property>
+                  <property name="icon">
+                   <iconset>
+                    <normaloff>img/effFeu.jpg</normaloff>img/effFeu.jpg</iconset>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="effEau">
+                  <property name="geometry">
+                   <rect>
+                    <x>30</x>
+                    <y>438</y>
+                    <width>21</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="toolTip">
+                   <string>Eau</string>
+                  </property>
+                  <property name="whatsThis">
+                   <string/>
+                  </property>
+                  <property name="text">
+                   <string>...</string>
+                  </property>
+                  <property name="icon">
+                   <iconset>
+                    <normaloff>img/etatEau.png</normaloff>img/etatEau.png</iconset>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="effGlace">
+                  <property name="geometry">
+                   <rect>
+                    <x>50</x>
+                    <y>438</y>
+                    <width>21</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="toolTip">
+                   <string>Glace</string>
+                  </property>
+                  <property name="whatsThis">
+                   <string/>
+                  </property>
+                  <property name="text">
+                   <string>...</string>
+                  </property>
+                  <property name="icon">
+                   <iconset>
+                    <normaloff>img/effGlace.jpg</normaloff>img/effGlace.jpg</iconset>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="effPoison">
+                  <property name="geometry">
+                   <rect>
+                    <x>70</x>
+                    <y>438</y>
+                    <width>21</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="toolTip">
+                   <string>Poison</string>
+                  </property>
+                  <property name="whatsThis">
+                   <string/>
+                  </property>
+                  <property name="text">
+                   <string>...</string>
+                  </property>
+                  <property name="icon">
+                   <iconset>
+                    <normaloff>img/effPoison.png</normaloff>img/effPoison.png</iconset>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="effEffacer">
+                  <property name="geometry">
+                   <rect>
+                    <x>90</x>
+                    <y>438</y>
+                    <width>21</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="toolTip">
+                   <string>Effacer</string>
+                  </property>
+                  <property name="whatsThis">
+                   <string/>
+                  </property>
+                  <property name="text">
+                   <string>...</string>
+                  </property>
+                  <property name="icon">
+                   <iconset>
+                    <normaloff>img/gomme.png</normaloff>img/gomme.png</iconset>
+                  </property>
+                 </widget>
+                 <widget class="QComboBox" name="listeCategoriesTerrains">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>241</y>
+                    <width>101</width>
+                    <height>20</height>
+                   </rect>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="formeLigne">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>40</y>
+                    <width>31</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="toolTip">
+                   <string>Ligne</string>
+                  </property>
+                  <property name="text">
+                   <string>...</string>
+                  </property>
+                  <property name="icon">
+                   <iconset>
+                    <normaloff>img/formeLigne.png</normaloff>img/formeLigne.png</iconset>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="formeRectVide">
+                  <property name="geometry">
+                   <rect>
+                    <x>40</x>
+                    <y>80</y>
+                    <width>31</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="toolTip">
+                   <string>Rectangle (vide)</string>
+                  </property>
+                  <property name="statusTip">
+                   <string/>
+                  </property>
+                  <property name="text">
+                   <string>...</string>
+                  </property>
+                  <property name="icon">
+                   <iconset>
+                    <normaloff>img/formeRectVide.png</normaloff>img/formeRectVide.png</iconset>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="formeRectPlein">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>80</y>
+                    <width>31</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="toolTip">
+                   <string>Rectangle (plein)</string>
+                  </property>
+                  <property name="statusTip">
+                   <string/>
+                  </property>
+                  <property name="text">
+                   <string>...</string>
+                  </property>
+                  <property name="icon">
+                   <iconset>
+                    <normaloff>img/formeRectPlein.png</normaloff>img/formeRectPlein.png</iconset>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="formeEllipseVide">
+                  <property name="geometry">
+                   <rect>
+                    <x>40</x>
+                    <y>60</y>
+                    <width>31</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="toolTip">
+                   <string>Ellipse (vide)</string>
+                  </property>
+                  <property name="statusTip">
+                   <string/>
+                  </property>
+                  <property name="text">
+                   <string>...</string>
+                  </property>
+                  <property name="icon">
+                   <iconset>
+                    <normaloff>img/formeEllipseVide.png</normaloff>img/formeEllipseVide.png</iconset>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="formeEllipsePlein">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>60</y>
+                    <width>31</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="toolTip">
+                   <string>Ellipse (pleine)</string>
+                  </property>
+                  <property name="statusTip">
+                   <string/>
+                  </property>
+                  <property name="text">
+                   <string>...</string>
+                  </property>
+                  <property name="icon">
+                   <iconset>
+                    <normaloff>img/formeEllipsePlein.png</normaloff>img/formeEllipsePlein.png</iconset>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="formeLigneOrientee">
+                  <property name="geometry">
+                   <rect>
+                    <x>40</x>
+                    <y>40</y>
+                    <width>31</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="toolTip">
+                   <string>Frontière</string>
+                  </property>
+                  <property name="statusTip">
+                   <string/>
+                  </property>
+                  <property name="text">
+                   <string>...</string>
+                  </property>
+                  <property name="icon">
+                   <iconset>
+                    <normaloff>img/formeLigneOrientee.png</normaloff>img/formeLigneOrientee.png</iconset>
+                  </property>
+                 </widget>
+                 <widget class="QLabel" name="valeurEpaisseurPinceau">
+                  <property name="geometry">
+                   <rect>
+                    <x>80</x>
+                    <y>20</y>
+                    <width>16</width>
+                    <height>19</height>
+                   </rect>
+                  </property>
+                  <property name="minimumSize">
+                   <size>
+                    <width>16</width>
+                    <height>19</height>
+                   </size>
+                  </property>
+                  <property name="maximumSize">
+                   <size>
+                    <width>16</width>
+                    <height>19</height>
+                   </size>
+                  </property>
+                  <property name="font">
+                   <font>
+                    <pointsize>9</pointsize>
+                    <weight>75</weight>
+                    <bold>true</bold>
+                   </font>
+                  </property>
+                  <property name="text">
+                   <string>1</string>
+                  </property>
+                  <property name="alignment">
+                   <set>Qt::AlignCenter</set>
+                  </property>
+                 </widget>
+                 <widget class="QSlider" name="epaisseurPinceau">
+                  <property name="geometry">
+                   <rect>
+                    <x>90</x>
+                    <y>20</y>
+                    <width>20</width>
+                    <height>81</height>
+                   </rect>
+                  </property>
+                  <property name="minimum">
+                   <number>1</number>
+                  </property>
+                  <property name="maximum">
+                   <number>5</number>
+                  </property>
+                  <property name="value">
+                   <number>1</number>
+                  </property>
+                  <property name="orientation">
+                   <enum>Qt::Vertical</enum>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="formeSimple">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>20</y>
+                    <width>31</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="toolTip">
+                   <string>Ligne</string>
+                  </property>
+                  <property name="text">
+                   <string>...</string>
+                  </property>
+                  <property name="icon">
+                   <iconset>
+                    <normaloff>img/curseurPinceau.png</normaloff>img/curseurPinceau.png</iconset>
+                  </property>
+                 </widget>
+                 <widget class="QDoubleSpinBox" name="altitudeCase">
+                  <property name="geometry">
+                   <rect>
+                    <x>60</x>
+                    <y>461</y>
+                    <width>51</width>
+                    <height>20</height>
+                   </rect>
+                  </property>
+                  <property name="decimals">
+                   <number>0</number>
+                  </property>
+                  <property name="minimum">
+                   <double>-200.000000000000000</double>
+                  </property>
+                  <property name="maximum">
+                   <double>200.000000000000000</double>
+                  </property>
+                  <property name="value">
+                   <double>0.000000000000000</double>
+                  </property>
+                 </widget>
+                 <widget class="QLabel" name="label_9">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>460</y>
+                    <width>51</width>
+                    <height>20</height>
+                   </rect>
+                  </property>
+                  <property name="font">
+                   <font>
+                    <italic>true</italic>
+                    <underline>false</underline>
+                   </font>
+                  </property>
+                  <property name="text">
+                   <string>Altitude :</string>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="terrainCouleurPerso1">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>130</y>
+                    <width>16</width>
+                    <height>16</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="terrainCouleurPerso2">
+                  <property name="geometry">
+                   <rect>
+                    <x>30</x>
+                    <y>130</y>
+                    <width>16</width>
+                    <height>16</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="terrainCouleurPerso3">
+                  <property name="geometry">
+                   <rect>
+                    <x>50</x>
+                    <y>130</y>
+                    <width>16</width>
+                    <height>16</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="terrainCouleurPerso4">
+                  <property name="geometry">
+                   <rect>
+                    <x>70</x>
+                    <y>130</y>
+                    <width>16</width>
+                    <height>16</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="terrainCouleurPerso5">
+                  <property name="geometry">
+                   <rect>
+                    <x>90</x>
+                    <y>130</y>
+                    <width>16</width>
+                    <height>16</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="terrainCouleurPerso6">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>150</y>
+                    <width>16</width>
+                    <height>16</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="terrainCouleurPerso7">
+                  <property name="geometry">
+                   <rect>
+                    <x>30</x>
+                    <y>150</y>
+                    <width>16</width>
+                    <height>16</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="terrainCouleurPerso8">
+                  <property name="geometry">
+                   <rect>
+                    <x>50</x>
+                    <y>150</y>
+                    <width>16</width>
+                    <height>16</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="terrainCouleurPerso9">
+                  <property name="geometry">
+                   <rect>
+                    <x>70</x>
+                    <y>150</y>
+                    <width>16</width>
+                    <height>16</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="terrainCouleurPerso10">
+                  <property name="geometry">
+                   <rect>
+                    <x>90</x>
+                    <y>150</y>
+                    <width>16</width>
+                    <height>16</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="terrainCouleurPerso11">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>170</y>
+                    <width>16</width>
+                    <height>16</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="terrainCouleurPerso12">
+                  <property name="geometry">
+                   <rect>
+                    <x>30</x>
+                    <y>170</y>
+                    <width>16</width>
+                    <height>16</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="terrainCouleurPerso13">
+                  <property name="geometry">
+                   <rect>
+                    <x>50</x>
+                    <y>170</y>
+                    <width>16</width>
+                    <height>16</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="terrainCouleurPerso14">
+                  <property name="geometry">
+                   <rect>
+                    <x>70</x>
+                    <y>170</y>
+                    <width>16</width>
+                    <height>16</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="terrainCouleurPerso15">
+                  <property name="geometry">
+                   <rect>
+                    <x>90</x>
+                    <y>170</y>
+                    <width>16</width>
+                    <height>16</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="terrainCouleurPerso16">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>190</y>
+                    <width>16</width>
+                    <height>16</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="terrainCopie">
+                  <property name="geometry">
+                   <rect>
+                    <x>40</x>
+                    <y>190</y>
+                    <width>31</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="toolTip">
+                   <string>Ligne</string>
+                  </property>
+                  <property name="text">
+                   <string>...</string>
+                  </property>
+                  <property name="icon">
+                   <iconset>
+                    <normaloff>img/curseurSeringue.png</normaloff>img/curseurSeringue.png</iconset>
+                  </property>
+                 </widget>
+                 <widget class="QLabel" name="label_7">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>0</y>
+                    <width>91</width>
+                    <height>16</height>
+                   </rect>
+                  </property>
+                  <property name="font">
+                   <font>
+                    <italic>true</italic>
+                   </font>
+                  </property>
+                  <property name="text">
+                   <string>Forme du pinceau</string>
+                  </property>
+                 </widget>
+                 <widget class="QLabel" name="label_8">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>110</y>
+                    <width>81</width>
+                    <height>16</height>
+                   </rect>
+                  </property>
+                  <property name="font">
+                   <font>
+                    <italic>true</italic>
+                   </font>
+                  </property>
+                  <property name="text">
+                   <string>Couleur simple</string>
+                  </property>
+                 </widget>
+                 <widget class="QLabel" name="label_10">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>220</y>
+                    <width>61</width>
+                    <height>16</height>
+                   </rect>
+                  </property>
+                  <property name="font">
+                   <font>
+                    <italic>true</italic>
+                   </font>
+                  </property>
+                  <property name="text">
+                   <string>Terrains</string>
+                  </property>
+                 </widget>
+                 <widget class="QLabel" name="label_11">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>420</y>
+                    <width>91</width>
+                    <height>16</height>
+                   </rect>
+                  </property>
+                  <property name="font">
+                   <font>
+                    <italic>true</italic>
+                   </font>
+                  </property>
+                  <property name="text">
+                   <string>Effets spéciaux</string>
+                  </property>
+                 </widget>
+                </widget>
+                <widget class="QWidget" name="editPlateau_Decors">
+                 <property name="geometry">
+                  <rect>
+                   <x>0</x>
+                   <y>0</y>
+                   <width>98</width>
+                   <height>28</height>
+                  </rect>
+                 </property>
+                 <attribute name="label">
+                  <string>Décors</string>
+                 </attribute>
+                 <widget class="QPushButton" name="decorEdit">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>410</y>
+                    <width>51</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string>Editer</string>
+                  </property>
+                 </widget>
+                 <widget class="QTableWidget" name="listDecors">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>30</y>
+                    <width>101</width>
+                    <height>381</height>
+                   </rect>
+                  </property>
+                  <property name="minimumSize">
+                   <size>
+                    <width>81</width>
+                    <height>0</height>
+                   </size>
+                  </property>
+                  <property name="editTriggers">
+                   <set>QAbstractItemView::AnyKeyPressed|QAbstractItemView::DoubleClicked</set>
+                  </property>
+                  <property name="iconSize">
+                   <size>
+                    <width>2</width>
+                    <height>2</height>
+                   </size>
+                  </property>
+                  <property name="columnCount">
+                   <number>2</number>
+                  </property>
+                  <attribute name="horizontalHeaderVisible">
+                   <bool>false</bool>
+                  </attribute>
+                  <attribute name="verticalHeaderVisible">
+                   <bool>false</bool>
+                  </attribute>
+                  <column>
+                   <property name="text">
+                    <string>code</string>
+                   </property>
+                  </column>
+                  <column>
+                   <property name="text">
+                    <string>Decor</string>
+                   </property>
+                   <property name="font">
+                    <font>
+                     <pointsize>9</pointsize>
+                    </font>
+                   </property>
+                  </column>
+                 </widget>
+                 <widget class="QPushButton" name="decorNouveau">
+                  <property name="geometry">
+                   <rect>
+                    <x>60</x>
+                    <y>410</y>
+                    <width>51</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string>Nouveau</string>
+                  </property>
+                 </widget>
+                 <widget class="QComboBox" name="listeCategoriesDecors">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>10</y>
+                    <width>101</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="decorSupprimer">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>440</y>
+                    <width>31</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string>...</string>
+                  </property>
+                  <property name="icon">
+                   <iconset>
+                    <normaloff>img/gomme.png</normaloff>img/gomme.png</iconset>
+                  </property>
+                 </widget>
+                </widget>
+                <widget class="QWidget" name="editPlateau_Pions">
+                 <property name="geometry">
+                  <rect>
+                   <x>0</x>
+                   <y>0</y>
+                   <width>98</width>
+                   <height>28</height>
+                  </rect>
+                 </property>
+                 <attribute name="label">
+                  <string>Pions</string>
+                 </attribute>
+                 <widget class="QPushButton" name="pionCouleur">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>20</y>
+                    <width>31</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="contextMenuPolicy">
+                   <enum>Qt::DefaultContextMenu</enum>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                  <property name="icon">
+                   <iconset>
+                    <normaloff>img/btnCouleurs.png</normaloff>img/btnCouleurs.png</iconset>
+                  </property>
+                 </widget>
+                 <widget class="QPushButton" name="pionSimpleCreer">
+                  <property name="geometry">
+                   <rect>
+                    <x>60</x>
+                    <y>40</y>
+                    <width>51</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string>Créer</string>
+                  </property>
+                 </widget>
+                 <widget class="QTableWidget" name="listCreatures">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>90</y>
+                    <width>101</width>
+                    <height>351</height>
+                   </rect>
+                  </property>
+                  <property name="minimumSize">
+                   <size>
+                    <width>81</width>
+                    <height>0</height>
+                   </size>
+                  </property>
+                  <property name="editTriggers">
+                   <set>QAbstractItemView::AnyKeyPressed|QAbstractItemView::DoubleClicked</set>
+                  </property>
+                  <property name="iconSize">
+                   <size>
+                    <width>2</width>
+                    <height>2</height>
+                   </size>
+                  </property>
+                  <property name="columnCount">
+                   <number>2</number>
+                  </property>
+                  <attribute name="horizontalHeaderVisible">
+                   <bool>false</bool>
+                  </attribute>
+                  <attribute name="verticalHeaderVisible">
+                   <bool>false</bool>
+                  </attribute>
+                  <column>
+                   <property name="text">
+                    <string>code</string>
+                   </property>
+                  </column>
+                  <column>
+                   <property name="text">
+                    <string>Creature</string>
+                   </property>
+                   <property name="font">
+                    <font>
+                     <pointsize>9</pointsize>
+                    </font>
+                   </property>
+                  </column>
+                 </widget>
+                 <widget class="QPushButton" name="creatureEdit">
+                  <property name="geometry">
+                   <rect>
+                    <x>70</x>
+                    <y>70</y>
+                    <width>21</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                  <property name="icon">
+                   <iconset>
+                    <normaloff>img/editer.png</normaloff>img/editer.png</iconset>
+                  </property>
+                 </widget>
+                 <widget class="QPushButton" name="creatureNouveau">
+                  <property name="geometry">
+                   <rect>
+                    <x>90</x>
+                    <y>70</y>
+                    <width>21</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string/>
+                  </property>
+                  <property name="icon">
+                   <iconset>
+                    <normaloff>img/plus.png</normaloff>img/plus.png</iconset>
+                  </property>
+                 </widget>
+                 <widget class="QLabel" name="label_4">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>0</y>
+                    <width>61</width>
+                    <height>16</height>
+                   </rect>
+                  </property>
+                  <property name="font">
+                   <font>
+                    <weight>50</weight>
+                    <italic>true</italic>
+                    <bold>false</bold>
+                    <underline>false</underline>
+                   </font>
+                  </property>
+                  <property name="text">
+                   <string>Pion simple </string>
+                  </property>
+                 </widget>
+                 <widget class="QLineEdit" name="pionSimple_nom">
+                  <property name="geometry">
+                   <rect>
+                    <x>40</x>
+                    <y>20</y>
+                    <width>71</width>
+                    <height>20</height>
+                   </rect>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="pionSupprimer">
+                  <property name="geometry">
+                   <rect>
+                    <x>70</x>
+                    <y>450</y>
+                    <width>31</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string>...</string>
+                  </property>
+                  <property name="icon">
+                   <iconset>
+                    <normaloff>img/gomme.png</normaloff>img/gomme.png</iconset>
+                  </property>
+                 </widget>
+                 <widget class="QLabel" name="label_12">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>70</y>
+                    <width>61</width>
+                    <height>16</height>
+                   </rect>
+                  </property>
+                  <property name="font">
+                   <font>
+                    <weight>50</weight>
+                    <italic>true</italic>
+                    <bold>false</bold>
+                    <underline>false</underline>
+                   </font>
+                  </property>
+                  <property name="text">
+                   <string>Créatures</string>
+                  </property>
+                 </widget>
+                 <widget class="QLabel" name="label_13">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>440</y>
+                    <width>61</width>
+                    <height>41</height>
+                   </rect>
+                  </property>
+                  <property name="font">
+                   <font>
+                    <weight>50</weight>
+                    <italic>true</italic>
+                    <bold>false</bold>
+                    <underline>false</underline>
+                   </font>
+                  </property>
+                  <property name="text">
+                   <string>Supprimer 
+ pions :</string>
+                  </property>
+                 </widget>
+                </widget>
+                <widget class="QWidget" name="editPlateau_parametres">
+                 <property name="geometry">
+                  <rect>
+                   <x>0</x>
+                   <y>0</y>
+                   <width>98</width>
+                   <height>28</height>
+                  </rect>
+                 </property>
+                 <attribute name="label">
+                  <string>Autre</string>
+                 </attribute>
+                 <widget class="QToolButton" name="definirEntree">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>100</y>
+                    <width>41</width>
+                    <height>31</height>
+                   </rect>
+                  </property>
+                  <property name="toolTip">
+                   <string>Marquer l'entrée</string>
+                  </property>
+                  <property name="text">
+                   <string>...</string>
+                  </property>
+                  <property name="icon">
+                   <iconset>
+                    <normaloff>img/btnEntree.png</normaloff>img/btnEntree.png</iconset>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="definirSortie">
+                  <property name="geometry">
+                   <rect>
+                    <x>70</x>
+                    <y>100</y>
+                    <width>41</width>
+                    <height>31</height>
+                   </rect>
+                  </property>
+                  <property name="toolTip">
+                   <string>Marquer la/les sortie(s)</string>
+                  </property>
+                  <property name="text">
+                   <string>...</string>
+                  </property>
+                  <property name="icon">
+                   <iconset>
+                    <normaloff>img/btnSortie.png</normaloff>img/btnSortie.png</iconset>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="definirZonePlacement">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>140</y>
+                    <width>41</width>
+                    <height>31</height>
+                   </rect>
+                  </property>
+                  <property name="toolTip">
+                   <string>Définir la zone de placement des joueurs</string>
+                  </property>
+                  <property name="text">
+                   <string>...</string>
+                  </property>
+                  <property name="icon">
+                   <iconset>
+                    <normaloff>img/btnZonePlacement.png</normaloff>img/btnZonePlacement.png</iconset>
+                  </property>
+                 </widget>
+                 <widget class="QCommandLinkButton" name="publierPlateau">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>170</y>
+                    <width>101</width>
+                    <height>41</height>
+                   </rect>
+                  </property>
+                  <property name="toolTip">
+                   <string>Rendre le plateau publique</string>
+                  </property>
+                  <property name="text">
+                   <string>Publier</string>
+                  </property>
+                 </widget>
+                 <widget class="QTextEdit" name="notesMjPlateau">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>240</y>
+                    <width>101</width>
+                    <height>191</height>
+                   </rect>
+                  </property>
+                 </widget>
+                 <widget class="QLabel" name="label_5">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>220</y>
+                    <width>46</width>
+                    <height>13</height>
+                   </rect>
+                  </property>
+                  <property name="font">
+                   <font>
+                    <italic>true</italic>
+                   </font>
+                  </property>
+                  <property name="text">
+                   <string>Notes : </string>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="agrandirNotesMjPlateau">
+                  <property name="geometry">
+                   <rect>
+                    <x>90</x>
+                    <y>220</y>
+                    <width>25</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string>...</string>
+                  </property>
+                  <property name="icon">
+                   <iconset>
+                    <normaloff>img/agrandir.png</normaloff>img/agrandir.png</iconset>
+                  </property>
+                 </widget>
+                 <widget class="QLabel" name="label_6">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>0</y>
+                    <width>61</width>
+                    <height>20</height>
+                   </rect>
+                  </property>
+                  <property name="font">
+                   <font>
+                    <italic>true</italic>
+                   </font>
+                  </property>
+                  <property name="text">
+                   <string>Caches</string>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="plateauCache1">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>20</y>
+                    <width>21</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string>1</string>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="plateauCache2">
+                  <property name="geometry">
+                   <rect>
+                    <x>30</x>
+                    <y>20</y>
+                    <width>21</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string>2</string>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="plateauCache3">
+                  <property name="geometry">
+                   <rect>
+                    <x>50</x>
+                    <y>20</y>
+                    <width>21</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string>3</string>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="plateauCache4">
+                  <property name="geometry">
+                   <rect>
+                    <x>70</x>
+                    <y>20</y>
+                    <width>21</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string>4</string>
+                  </property>
+                 </widget>
+                 <widget class="QToolButton" name="plateauCache5">
+                  <property name="geometry">
+                   <rect>
+                    <x>90</x>
+                    <y>20</y>
+                    <width>21</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string>5</string>
+                  </property>
+                 </widget>
+                 <widget class="QGroupBox" name="groupBox">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>40</y>
+                    <width>101</width>
+                    <height>51</height>
+                   </rect>
+                  </property>
+                  <property name="title">
+                   <string/>
+                  </property>
+                  <widget class="QCheckBox" name="cacheActif">
+                   <property name="geometry">
+                    <rect>
+                     <x>10</x>
+                     <y>0</y>
+                     <width>70</width>
+                     <height>17</height>
+                    </rect>
+                   </property>
+                   <property name="text">
+                    <string>Actif</string>
+                   </property>
+                  </widget>
+                  <widget class="QPushButton" name="cachePlacer">
+                   <property name="geometry">
+                    <rect>
+                     <x>10</x>
+                     <y>20</y>
+                     <width>81</width>
+                     <height>21</height>
+                    </rect>
+                   </property>
+                   <property name="text">
+                    <string>Placer</string>
+                   </property>
+                  </widget>
+                  <widget class="QToolButton" name="cacheVoir">
+                   <property name="geometry">
+                    <rect>
+                     <x>70</x>
+                     <y>0</y>
+                     <width>21</width>
+                     <height>19</height>
+                    </rect>
+                   </property>
+                   <property name="text">
+                    <string/>
+                   </property>
+                   <property name="icon">
+                    <iconset>
+                     <normaloff>img/oeil.png</normaloff>img/oeil.png</iconset>
+                   </property>
+                  </widget>
+                 </widget>
+                 <widget class="QPushButton" name="plateauRafraichir">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>440</y>
+                    <width>101</width>
+                    <height>23</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string>Rafraichir (debug)</string>
+                  </property>
+                 </widget>
+                </widget>
+               </widget>
+              </item>
+              <item>
+               <widget class="QToolBox" name="outilsCombatPlateau">
+                <property name="minimumSize">
+                 <size>
+                  <width>120</width>
+                  <height>0</height>
+                 </size>
+                </property>
+                <property name="maximumSize">
+                 <size>
+                  <width>120</width>
+                  <height>16777215</height>
+                 </size>
+                </property>
+                <property name="frameShape">
+                 <enum>QFrame::StyledPanel</enum>
+                </property>
+                <property name="frameShadow">
+                 <enum>QFrame::Sunken</enum>
+                </property>
+                <property name="currentIndex">
+                 <number>0</number>
+                </property>
+                <widget class="QWidget" name="page">
+                 <property name="geometry">
+                  <rect>
+                   <x>0</x>
+                   <y>0</y>
+                   <width>118</width>
+                   <height>529</height>
+                  </rect>
+                 </property>
+                 <attribute name="label">
+                  <string>Page 1</string>
+                 </attribute>
+                 <widget class="QTableWidget" name="listeAttributs">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>0</y>
+                    <width>101</width>
+                    <height>151</height>
+                   </rect>
+                  </property>
+                  <property name="palette">
+                   <palette>
+                    <active>
+                     <colorrole role="Base">
+                      <brush brushstyle="SolidPattern">
+                       <color alpha="150">
+                        <red>255</red>
+                        <green>255</green>
+                        <blue>255</blue>
+                       </color>
+                      </brush>
+                     </colorrole>
+                    </active>
+                    <inactive>
+                     <colorrole role="Base">
+                      <brush brushstyle="SolidPattern">
+                       <color alpha="150">
+                        <red>255</red>
+                        <green>255</green>
+                        <blue>255</blue>
+                       </color>
+                      </brush>
+                     </colorrole>
+                    </inactive>
+                    <disabled>
+                     <colorrole role="Base">
+                      <brush brushstyle="SolidPattern">
+                       <color alpha="255">
+                        <red>240</red>
+                        <green>240</green>
+                        <blue>240</blue>
+                       </color>
+                      </brush>
+                     </colorrole>
+                    </disabled>
+                   </palette>
+                  </property>
+                  <property name="frameShape">
+                   <enum>QFrame::WinPanel</enum>
+                  </property>
+                  <property name="horizontalScrollBarPolicy">
+                   <enum>Qt::ScrollBarAlwaysOff</enum>
+                  </property>
+                  <property name="editTriggers">
+                   <set>QAbstractItemView::AllEditTriggers</set>
+                  </property>
+                  <property name="alternatingRowColors">
+                   <bool>true</bool>
+                  </property>
+                  <property name="selectionMode">
+                   <enum>QAbstractItemView::NoSelection</enum>
+                  </property>
+                  <property name="showGrid">
+                   <bool>true</bool>
+                  </property>
+                  <attribute name="horizontalHeaderVisible">
+                   <bool>false</bool>
+                  </attribute>
+                  <attribute name="horizontalHeaderDefaultSectionSize">
+                   <number>50</number>
+                  </attribute>
+                  <attribute name="verticalHeaderVisible">
+                   <bool>false</bool>
+                  </attribute>
+                  <column>
+                   <property name="text">
+                    <string>Nouvelle colonne</string>
+                   </property>
+                  </column>
+                  <column>
+                   <property name="text">
+                    <string>Valeur</string>
+                   </property>
+                  </column>
+                 </widget>
+                 <widget class="QTextEdit" name="notesPion">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>420</y>
+                    <width>104</width>
+                    <height>51</height>
+                   </rect>
+                  </property>
+                  <property name="documentTitle">
+                   <string/>
+                  </property>
+                 </widget>
+                 <widget class="QGroupBox" name="panneauAttaqueEC">
+                  <property name="geometry">
+                   <rect>
+                    <x>2</x>
+                    <y>280</y>
+                    <width>115</width>
+                    <height>131</height>
+                   </rect>
+                  </property>
+                  <property name="title">
+                   <string/>
+                  </property>
+                  <widget class="QTextEdit" name="notesAttaqueEC">
+                   <property name="geometry">
+                    <rect>
+                     <x>10</x>
+                     <y>90</y>
+                     <width>100</width>
+                     <height>31</height>
+                    </rect>
+                   </property>
+                  </widget>
+                  <widget class="QTableWidget" name="listeAttributsAttaqueEC">
+                   <property name="geometry">
+                    <rect>
+                     <x>10</x>
+                     <y>10</y>
+                     <width>100</width>
+                     <height>81</height>
+                    </rect>
+                   </property>
+                   <property name="palette">
+                    <palette>
+                     <active>
+                      <colorrole role="Base">
+                       <brush brushstyle="SolidPattern">
+                        <color alpha="150">
+                         <red>255</red>
+                         <green>255</green>
+                         <blue>255</blue>
+                        </color>
+                       </brush>
+                      </colorrole>
+                     </active>
+                     <inactive>
+                      <colorrole role="Base">
+                       <brush brushstyle="SolidPattern">
+                        <color alpha="150">
+                         <red>255</red>
+                         <green>255</green>
+                         <blue>255</blue>
+                        </color>
+                       </brush>
+                      </colorrole>
+                     </inactive>
+                     <disabled>
+                      <colorrole role="Base">
+                       <brush brushstyle="SolidPattern">
+                        <color alpha="255">
+                         <red>240</red>
+                         <green>240</green>
+                         <blue>240</blue>
+                        </color>
+                       </brush>
+                      </colorrole>
+                     </disabled>
+                    </palette>
+                   </property>
+                   <property name="frameShape">
+                    <enum>QFrame::WinPanel</enum>
+                   </property>
+                   <property name="horizontalScrollBarPolicy">
+                    <enum>Qt::ScrollBarAlwaysOff</enum>
+                   </property>
+                   <property name="editTriggers">
+                    <set>QAbstractItemView::AllEditTriggers</set>
+                   </property>
+                   <property name="alternatingRowColors">
+                    <bool>true</bool>
+                   </property>
+                   <property name="selectionMode">
+                    <enum>QAbstractItemView::NoSelection</enum>
+                   </property>
+                   <property name="showGrid">
+                    <bool>true</bool>
+                   </property>
+                   <attribute name="horizontalHeaderVisible">
+                    <bool>false</bool>
+                   </attribute>
+                   <attribute name="horizontalHeaderDefaultSectionSize">
+                    <number>50</number>
+                   </attribute>
+                   <attribute name="verticalHeaderVisible">
+                    <bool>false</bool>
+                   </attribute>
+                   <column>
+                    <property name="text">
+                     <string>Nouvelle colonne</string>
+                    </property>
+                   </column>
+                   <column>
+                    <property name="text">
+                     <string>Valeur</string>
+                    </property>
+                   </column>
+                  </widget>
+                 </widget>
+                 <widget class="QPushButton" name="afficherGestionCombat">
+                  <property name="geometry">
+                   <rect>
+                    <x>9</x>
+                    <y>480</y>
+                    <width>105</width>
+                    <height>45</height>
+                   </rect>
+                  </property>
+                  <property name="minimumSize">
+                   <size>
+                    <width>80</width>
+                    <height>45</height>
+                   </size>
+                  </property>
+                  <property name="maximumSize">
+                   <size>
+                    <width>110</width>
+                    <height>45</height>
+                   </size>
+                  </property>
+                  <property name="font">
+                   <font>
+                    <weight>75</weight>
+                    <bold>true</bold>
+                   </font>
+                  </property>
+                  <property name="text">
+                   <string>Tableau 
+de bord</string>
+                  </property>
+                 </widget>
+                 <widget class="QTableWidget" name="listeAttaques">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>170</y>
+                    <width>101</width>
+                    <height>101</height>
+                   </rect>
+                  </property>
+                  <property name="palette">
+                   <palette>
+                    <active>
+                     <colorrole role="Base">
+                      <brush brushstyle="SolidPattern">
+                       <color alpha="255">
+                        <red>247</red>
+                        <green>247</green>
+                        <blue>247</blue>
+                       </color>
+                      </brush>
+                     </colorrole>
+                     <colorrole role="Highlight">
+                      <brush brushstyle="SolidPattern">
+                       <color alpha="150">
+                        <red>255</red>
+                        <green>170</green>
+                        <blue>0</blue>
+                       </color>
+                      </brush>
+                     </colorrole>
+                     <colorrole role="HighlightedText">
+                      <brush brushstyle="SolidPattern">
+                       <color alpha="255">
+                        <red>255</red>
+                        <green>255</green>
+                        <blue>255</blue>
+                       </color>
+                      </brush>
+                     </colorrole>
+                    </active>
+                    <inactive>
+                     <colorrole role="Base">
+                      <brush brushstyle="SolidPattern">
+                       <color alpha="255">
+                        <red>247</red>
+                        <green>247</green>
+                        <blue>247</blue>
+                       </color>
+                      </brush>
+                     </colorrole>
+                     <colorrole role="Highlight">
+                      <brush brushstyle="SolidPattern">
+                       <color alpha="150">
+                        <red>255</red>
+                        <green>170</green>
+                        <blue>0</blue>
+                       </color>
+                      </brush>
+                     </colorrole>
+                     <colorrole role="HighlightedText">
+                      <brush brushstyle="SolidPattern">
+                       <color alpha="255">
+                        <red>255</red>
+                        <green>255</green>
+                        <blue>255</blue>
+                       </color>
+                      </brush>
+                     </colorrole>
+                    </inactive>
+                    <disabled>
+                     <colorrole role="Base">
+                      <brush brushstyle="SolidPattern">
+                       <color alpha="255">
+                        <red>240</red>
+                        <green>240</green>
+                        <blue>240</blue>
+                       </color>
+                      </brush>
+                     </colorrole>
+                     <colorrole role="Highlight">
+                      <brush brushstyle="SolidPattern">
+                       <color alpha="255">
+                        <red>51</red>
+                        <green>153</green>
+                        <blue>255</blue>
+                       </color>
+                      </brush>
+                     </colorrole>
+                     <colorrole role="HighlightedText">
+                      <brush brushstyle="SolidPattern">
+                       <color alpha="255">
+                        <red>255</red>
+                        <green>255</green>
+                        <blue>255</blue>
+                       </color>
+                      </brush>
+                     </colorrole>
+                    </disabled>
+                   </palette>
+                  </property>
+                  <property name="frameShape">
+                   <enum>QFrame::Box</enum>
+                  </property>
+                  <property name="horizontalScrollBarPolicy">
+                   <enum>Qt::ScrollBarAlwaysOff</enum>
+                  </property>
+                  <property name="editTriggers">
+                   <set>QAbstractItemView::NoEditTriggers</set>
+                  </property>
+                  <property name="alternatingRowColors">
+                   <bool>true</bool>
+                  </property>
+                  <property name="selectionMode">
+                   <enum>QAbstractItemView::SingleSelection</enum>
+                  </property>
+                  <property name="selectionBehavior">
+                   <enum>QAbstractItemView::SelectRows</enum>
+                  </property>
+                  <property name="textElideMode">
+                   <enum>Qt::ElideMiddle</enum>
+                  </property>
+                  <property name="showGrid">
+                   <bool>false</bool>
+                  </property>
+                  <attribute name="horizontalHeaderVisible">
+                   <bool>false</bool>
+                  </attribute>
+                  <attribute name="horizontalHeaderDefaultSectionSize">
+                   <number>50</number>
+                  </attribute>
+                  <attribute name="verticalHeaderVisible">
+                   <bool>false</bool>
+                  </attribute>
+                  <column>
+                   <property name="text">
+                    <string>numAttaque</string>
+                   </property>
+                  </column>
+                  <column>
+                   <property name="text">
+                    <string>typeAttaque</string>
+                   </property>
+                  </column>
+                  <column>
+                   <property name="text">
+                    <string>nomAttaque</string>
+                   </property>
+                  </column>
+                 </widget>
+                 <widget class="QToolButton" name="editerAttaques">
+                  <property name="geometry">
+                   <rect>
+                    <x>90</x>
+                    <y>150</y>
+                    <width>21</width>
+                    <height>20</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string>...</string>
+                  </property>
+                  <property name="icon">
+                   <iconset>
+                    <normaloff>img/editer.png</normaloff>img/editer.png</iconset>
+                  </property>
+                 </widget>
+                 <widget class="QLabel" name="titreAttaques">
+                  <property name="geometry">
+                   <rect>
+                    <x>10</x>
+                    <y>150</y>
+                    <width>71</width>
+                    <height>21</height>
+                   </rect>
+                  </property>
+                  <property name="text">
+                   <string>Attaques : </string>
+                  </property>
+                 </widget>
+                </widget>
+                <widget class="QWidget" name="page_2">
+                 <property name="geometry">
+                  <rect>
+                   <x>0</x>
+                   <y>0</y>
+                   <width>98</width>
+                   <height>28</height>
+                  </rect>
+                 </property>
+                 <attribute name="label">
+                  <string>Page 2</string>
+                 </attribute>
+                </widget>
+               </widget>
+              </item>
+             </layout>
+            </item>
+            <item>
+             <layout class="QHBoxLayout" name="layoutAffichagePlateau" stretch="1,4">
+              <property name="spacing">
+               <number>2</number>
+              </property>
+              <item>
+               <widget class="QLabel" name="etiquetteModeAffichagePlateau">
+                <property name="maximumSize">
+                 <size>
+                  <width>50</width>
+                  <height>16777215</height>
+                 </size>
+                </property>
+                <property name="text">
+                 <string>Affichage:</string>
+                </property>
+               </widget>
+              </item>
+              <item>
+               <widget class="QComboBox" name="modeAffichagePlateau">
+                <property name="minimumSize">
+                 <size>
+                  <width>70</width>
+                  <height>20</height>
+                 </size>
+                </property>
+                <property name="maximumSize">
+                 <size>
+                  <width>70</width>
+                  <height>20</height>
+                 </size>
+                </property>
+                <item>
+                 <property name="text">
+                  <string>Normal</string>
+                 </property>
+                </item>
+                <item>
+                 <property name="text">
+                  <string>Altitude</string>
+                 </property>
+                </item>
+                <item>
+                 <property name="text">
+                  <string>Terrains</string>
+                 </property>
+                </item>
+                <item>
+                 <property name="text">
+                  <string>Tactique</string>
+                 </property>
+                </item>
+               </widget>
+              </item>
+             </layout>
+            </item>
+           </layout>
+          </item>
+         </layout>
+        </item>
+       </layout>
+       <zorder></zorder>
+      </widget>
+      <widget class="QWidget" name="Monde_tab">
+       <attribute name="title">
+        <string>Monde</string>
+       </attribute>
+       <widget class="QFrame" name="frame">
+        <property name="geometry">
+         <rect>
+          <x>0</x>
+          <y>0</y>
+          <width>71</width>
+          <height>531</height>
+         </rect>
+        </property>
+        <property name="palette">
+         <palette>
+          <active>
+           <colorrole role="Button">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>170</red>
+              <green>170</green>
+              <blue>255</blue>
+             </color>
+            </brush>
+           </colorrole>
+           <colorrole role="Base">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>170</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </active>
+          <inactive>
+           <colorrole role="Button">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>170</red>
+              <green>170</green>
+              <blue>255</blue>
+             </color>
+            </brush>
+           </colorrole>
+           <colorrole role="Base">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>170</red>
+              <green>0</green>
+              <blue>0</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </inactive>
+          <disabled>
+           <colorrole role="Button">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>170</red>
+              <green>170</green>
+              <blue>255</blue>
+             </color>
+            </brush>
+           </colorrole>
+           <colorrole role="Base">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>240</red>
+              <green>240</green>
+              <blue>240</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </disabled>
+         </palette>
+        </property>
+        <property name="frameShape">
+         <enum>QFrame::StyledPanel</enum>
+        </property>
+        <property name="frameShadow">
+         <enum>QFrame::Raised</enum>
+        </property>
+        <widget class="QPushButton" name="points">
+         <property name="geometry">
+          <rect>
+           <x>0</x>
+           <y>0</y>
+           <width>71</width>
+           <height>31</height>
+          </rect>
+         </property>
+         <property name="text">
+          <string>Points</string>
+         </property>
+        </widget>
+        <widget class="QPushButton" name="itineraire">
+         <property name="geometry">
+          <rect>
+           <x>0</x>
+           <y>30</y>
+           <width>71</width>
+           <height>31</height>
+          </rect>
+         </property>
+         <property name="text">
+          <string>Itinéraire</string>
+         </property>
+        </widget>
+        <widget class="QPushButton" name="texte_2">
+         <property name="geometry">
+          <rect>
+           <x>0</x>
+           <y>60</y>
+           <width>71</width>
+           <height>31</height>
+          </rect>
+         </property>
+         <property name="text">
+          <string>Texte</string>
+         </property>
+        </widget>
+        <widget class="QPushButton" name="dessin">
+         <property name="geometry">
+          <rect>
+           <x>0</x>
+           <y>90</y>
+           <width>71</width>
+           <height>31</height>
+          </rect>
+         </property>
+         <property name="text">
+          <string>Dessin</string>
+         </property>
+        </widget>
+        <widget class="QPushButton" name="supp">
+         <property name="geometry">
+          <rect>
+           <x>0</x>
+           <y>120</y>
+           <width>71</width>
+           <height>31</height>
+          </rect>
+         </property>
+         <property name="text">
+          <string>Supprimer</string>
+         </property>
+        </widget>
+       </widget>
+      </widget>
+      <widget class="QWidget" name="Groupe_tab">
+       <attribute name="title">
+        <string>Groupe</string>
+       </attribute>
+       <widget class="QListWidget" name="listePerso">
+        <property name="geometry">
+         <rect>
+          <x>10</x>
+          <y>10</y>
+          <width>961</width>
+          <height>91</height>
+         </rect>
+        </property>
+        <property name="palette">
+         <palette>
+          <active>
+           <colorrole role="Base">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>241</red>
+              <green>241</green>
+              <blue>241</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </active>
+          <inactive>
+           <colorrole role="Base">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>241</red>
+              <green>241</green>
+              <blue>241</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </inactive>
+          <disabled>
+           <colorrole role="Base">
+            <brush brushstyle="SolidPattern">
+             <color alpha="255">
+              <red>240</red>
+              <green>240</green>
+              <blue>240</blue>
+             </color>
+            </brush>
+           </colorrole>
+          </disabled>
+         </palette>
+        </property>
+        <property name="lineWidth">
+         <number>1</number>
+        </property>
+        <property name="verticalScrollBarPolicy">
+         <enum>Qt::ScrollBarAlwaysOff</enum>
+        </property>
+        <property name="editTriggers">
+         <set>QAbstractItemView::DoubleClicked</set>
+        </property>
+        <property name="flow">
+         <enum>QListView::LeftToRight</enum>
+        </property>
+        <property name="gridSize">
+         <size>
+          <width>0</width>
+          <height>0</height>
+         </size>
+        </property>
+        <property name="viewMode">
+         <enum>QListView::ListMode</enum>
+        </property>
+        <property name="modelColumn">
+         <number>0</number>
+        </property>
+        <property name="uniformItemSizes">
+         <bool>true</bool>
+        </property>
+        <item>
+         <property name="text">
+          <string>1</string>
+         </property>
+        </item>
+        <item>
+         <property name="text">
+          <string>2</string>
+         </property>
+        </item>
+       </widget>
+      </widget>
+     </widget>
+    </item>
+    <item>
+     <layout class="QVBoxLayout" name="layoutPanneauDroite" stretch="1,7,1,1,10,1,1">
+      <property name="sizeConstraint">
+       <enum>QLayout::SetFixedSize</enum>
+      </property>
+      <item>
+       <widget class="QLabel" name="label">
+        <property name="minimumSize">
+         <size>
+          <width>199</width>
+          <height>13</height>
+         </size>
+        </property>
+        <property name="maximumSize">
+         <size>
+          <width>259</width>
+          <height>16777215</height>
+         </size>
+        </property>
+        <property name="font">
+         <font>
+          <weight>75</weight>
+          <bold>true</bold>
+         </font>
+        </property>
+        <property name="text">
+         <string>Evenements</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QListWidget" name="listEvenement">
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
+          <horstretch>20</horstretch>
+          <verstretch>20</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="minimumSize">
+         <size>
+          <width>199</width>
+          <height>73</height>
+         </size>
+        </property>
+        <property name="maximumSize">
+         <size>
+          <width>259</width>
+          <height>16777215</height>
+         </size>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <layout class="QHBoxLayout" name="layoutDes" stretch="1,1,3">
+        <property name="spacing">
+         <number>3</number>
+        </property>
+        <property name="sizeConstraint">
+         <enum>QLayout::SetDefaultConstraint</enum>
+        </property>
+        <property name="leftMargin">
+         <number>0</number>
+        </property>
+        <item>
+         <widget class="QPushButton" name="d20">
+          <property name="sizePolicy">
+           <sizepolicy hsizetype="Ignored" vsizetype="Fixed">
+            <horstretch>0</horstretch>
+            <verstretch>0</verstretch>
+           </sizepolicy>
+          </property>
+          <property name="minimumSize">
+           <size>
+            <width>53</width>
+            <height>23</height>
+           </size>
+          </property>
+          <property name="maximumSize">
+           <size>
+            <width>53</width>
+            <height>16777215</height>
+           </size>
+          </property>
+          <property name="text">
+           <string>D20</string>
+          </property>
+          <property name="autoDefault">
+           <bool>false</bool>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QPushButton" name="d100">
+          <property name="sizePolicy">
+           <sizepolicy hsizetype="Ignored" vsizetype="Fixed">
+            <horstretch>0</horstretch>
+            <verstretch>0</verstretch>
+           </sizepolicy>
+          </property>
+          <property name="minimumSize">
+           <size>
+            <width>52</width>
+            <height>23</height>
+           </size>
+          </property>
+          <property name="maximumSize">
+           <size>
+            <width>52</width>
+            <height>16777215</height>
+           </size>
+          </property>
+          <property name="text">
+           <string>D100</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QLineEdit" name="inJetDes">
+          <property name="minimumSize">
+           <size>
+            <width>86</width>
+            <height>20</height>
+           </size>
+          </property>
+          <property name="maximumSize">
+           <size>
+            <width>146</width>
+            <height>16777215</height>
+           </size>
+          </property>
+          <property name="whatsThis">
+           <string/>
+          </property>
+          <property name="inputMask">
+           <string/>
+          </property>
+          <property name="placeholderText">
+           <string>Autre lancer (ex: 1d4+6d6)</string>
+          </property>
+         </widget>
+        </item>
+       </layout>
+      </item>
+      <item>
+       <layout class="QHBoxLayout" name="layoutEnTeteChat" stretch="1,2">
+        <property name="spacing">
+         <number>6</number>
+        </property>
+        <property name="sizeConstraint">
+         <enum>QLayout::SetDefaultConstraint</enum>
+        </property>
+        <item>
+         <widget class="QLabel" name="label_3">
+          <property name="minimumSize">
+           <size>
+            <width>10</width>
+            <height>23</height>
+           </size>
+          </property>
+          <property name="maximumSize">
+           <size>
+            <width>161</width>
+            <height>16777215</height>
+           </size>
+          </property>
+          <property name="font">
+           <font>
+            <weight>75</weight>
+            <bold>true</bold>
+           </font>
+          </property>
+          <property name="text">
+           <string>Chat</string>
+          </property>
+         </widget>
+        </item>
+        <item>
+         <widget class="QPushButton" name="chatVoc">
+          <property name="sizePolicy">
+           <sizepolicy hsizetype="Ignored" vsizetype="Fixed">
+            <horstretch>0</horstretch>
+            <verstretch>0</verstretch>
+           </sizepolicy>
+          </property>
+          <property name="minimumSize">
+           <size>
+            <width>64</width>
+            <height>23</height>
+           </size>
+          </property>
+          <property name="maximumSize">
+           <size>
+            <width>90</width>
+            <height>16777215</height>
+           </size>
+          </property>
+          <property name="text">
+           <string>Chat vocal</string>
+          </property>
+         </widget>
+        </item>
+       </layout>
+      </item>
+      <item>
+       <widget class="QListWidget" name="listAffichage">
+        <property name="minimumSize">
+         <size>
+          <width>199</width>
+          <height>96</height>
+         </size>
+        </property>
+        <property name="maximumSize">
+         <size>
+          <width>259</width>
+          <height>16777215</height>
+         </size>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QLineEdit" name="inChat">
+        <property name="minimumSize">
+         <size>
+          <width>199</width>
+          <height>20</height>
+         </size>
+        </property>
+        <property name="maximumSize">
+         <size>
+          <width>259</width>
+          <height>16777215</height>
+         </size>
+        </property>
+        <property name="placeholderText">
+         <string>Entrez votre message...</string>
+        </property>
+       </widget>
+      </item>
+      <item>
+       <widget class="QTabWidget" name="tabStatutAppli">
+        <property name="minimumSize">
+         <size>
+          <width>201</width>
+          <height>151</height>
+         </size>
+        </property>
+        <property name="maximumSize">
+         <size>
+          <width>259</width>
+          <height>16777215</height>
+         </size>
+        </property>
+        <property name="currentIndex">
+         <number>0</number>
+        </property>
+        <widget class="QWidget" name="tabConnexion">
+         <attribute name="title">
+          <string>Connexion</string>
+         </attribute>
+         <layout class="QVBoxLayout" name="verticalLayout_2">
+          <item>
+           <widget class="QLabel" name="txtStatutCoPseudo">
+            <property name="minimumSize">
+             <size>
+              <width>179</width>
+              <height>13</height>
+             </size>
+            </property>
+            <property name="maximumSize">
+             <size>
+              <width>16777215</width>
+              <height>18</height>
+             </size>
+            </property>
+            <property name="text">
+             <string>Pseudo : </string>
+            </property>
+           </widget>
+          </item>
+          <item>
+           <widget class="QLabel" name="txtStatutCoServeur">
+            <property name="minimumSize">
+             <size>
+              <width>179</width>
+              <height>13</height>
+             </size>
+            </property>
+            <property name="maximumSize">
+             <size>
+              <width>16777215</width>
+              <height>18</height>
+             </size>
+            </property>
+            <property name="text">
+             <string>Serveur : Aucun serveur</string>
+            </property>
+           </widget>
+          </item>
+          <item>
+           <widget class="QLabel" name="txtStatutCoServeurVoc">
+            <property name="minimumSize">
+             <size>
+              <width>179</width>
+              <height>13</height>
+             </size>
+            </property>
+            <property name="maximumSize">
+             <size>
+              <width>16777215</width>
+              <height>17</height>
+             </size>
+            </property>
+            <property name="text">
+             <string>Serveur vocal : Aucun serveur vocal</string>
+            </property>
+           </widget>
+          </item>
+          <item>
+           <widget class="QLabel" name="txtStatutCoDebits">
+            <property name="minimumSize">
+             <size>
+              <width>179</width>
+              <height>0</height>
+             </size>
+            </property>
+            <property name="maximumSize">
+             <size>
+              <width>16777215</width>
+              <height>18</height>
+             </size>
+            </property>
+            <property name="text">
+             <string>Débits : E 0 ko/s  -  R 0 ko/s</string>
+            </property>
+           </widget>
+          </item>
+          <item>
+           <widget class="QPushButton" name="txtStatutCoEcranCo">
+            <property name="minimumSize">
+             <size>
+              <width>179</width>
+              <height>23</height>
+             </size>
+            </property>
+            <property name="maximumSize">
+             <size>
+              <width>345</width>
+              <height>23</height>
+             </size>
+            </property>
+            <property name="text">
+             <string>Ecran de connexion</string>
+            </property>
+           </widget>
+          </item>
+         </layout>
+        </widget>
+        <widget class="QWidget" name="tabJoueurs">
+         <attribute name="title">
+          <string>Joueurs</string>
+         </attribute>
+         <layout class="QVBoxLayout" name="verticalLayout">
+          <item>
+           <widget class="QListWidget" name="lstStatutJoueurs">
+            <property name="minimumSize">
+             <size>
+              <width>177</width>
+              <height>0</height>
+             </size>
+            </property>
+            <property name="font">
+             <font>
+              <family>Segoe UI Semibold</family>
+              <pointsize>10</pointsize>
+              <weight>50</weight>
+              <bold>false</bold>
+             </font>
+            </property>
+            <property name="frameShape">
+             <enum>QFrame::WinPanel</enum>
+            </property>
+           </widget>
+          </item>
+          <item>
+           <widget class="QLabel" name="label_2">
+            <property name="font">
+             <font>
+              <italic>true</italic>
+             </font>
+            </property>
+            <property name="text">
+             <string>Double-cliquer pour ouvrir un chat privé</string>
+            </property>
+            <property name="wordWrap">
+             <bool>false</bool>
+            </property>
+           </widget>
+          </item>
+         </layout>
+        </widget>
+        <widget class="QWidget" name="tabFichiers">
+         <attribute name="title">
+          <string>Fichiers</string>
+         </attribute>
+         <layout class="QGridLayout" name="gridLayout">
+          <item row="1" column="0">
+           <widget class="QPushButton" name="repReceptionFichiers">
+            <property name="minimumSize">
+             <size>
+              <width>85</width>
+              <height>23</height>
+             </size>
+            </property>
+            <property name="maximumSize">
+             <size>
+              <width>114</width>
+              <height>16777215</height>
+             </size>
+            </property>
+            <property name="text">
+             <string>Rep. recept.</string>
+            </property>
+           </widget>
+          </item>
+          <item row="1" column="1">
+           <widget class="QPushButton" name="envoiFichier">
+            <property name="minimumSize">
+             <size>
+              <width>86</width>
+              <height>23</height>
+             </size>
+            </property>
+            <property name="maximumSize">
+             <size>
+              <width>115</width>
+              <height>16777215</height>
+             </size>
+            </property>
+            <property name="text">
+             <string>Envoi fichier</string>
+            </property>
+           </widget>
+          </item>
+          <item row="0" column="0" colspan="2">
+           <widget class="QTreeWidget" name="listFichiers">
+            <property name="minimumSize">
+             <size>
+              <width>177</width>
+              <height>78</height>
+             </size>
+            </property>
+            <property name="maximumSize">
+             <size>
+              <width>235</width>
+              <height>16777215</height>
+             </size>
+            </property>
+            <property name="baseSize">
+             <size>
+              <width>0</width>
+              <height>0</height>
+             </size>
+            </property>
+            <property name="frameShape">
+             <enum>QFrame::WinPanel</enum>
+            </property>
+            <property name="indentation">
+             <number>2</number>
+            </property>
+            <property name="columnCount">
+             <number>3</number>
+            </property>
+            <attribute name="headerDefaultSectionSize">
+             <number>28</number>
+            </attribute>
+            <attribute name="headerMinimumSectionSize">
+             <number>27</number>
+            </attribute>
+            <column>
+             <property name="text">
+              <string>E/R</string>
+             </property>
+            </column>
+            <column>
+             <property name="text">
+              <string>%</string>
+             </property>
+            </column>
+            <column>
+             <property name="text">
+              <string>Fichier</string>
+             </property>
+            </column>
+           </widget>
+          </item>
+         </layout>
+        </widget>
+       </widget>
+      </item>
+     </layout>
+    </item>
+   </layout>
+  </widget>
+  <widget class="QMenuBar" name="menubar">
+   <property name="geometry">
+    <rect>
+     <x>0</x>
+     <y>0</y>
+     <width>1225</width>
+     <height>21</height>
+    </rect>
+   </property>
+   <widget class="QMenu" name="menuFichier">
+    <property name="title">
+     <string>Fichier</string>
+    </property>
+    <addaction name="actionOuvrir"/>
+    <addaction name="actionEnregistrer"/>
+    <addaction name="separator"/>
+    <addaction name="actionQuitter"/>
+   </widget>
+   <widget class="QMenu" name="menuEditer">
+    <property name="title">
+     <string>Editer</string>
+    </property>
+    <addaction name="actionParam_tres"/>
+   </widget>
+   <widget class="QMenu" name="menuAide">
+    <property name="title">
+     <string>Aide</string>
+    </property>
+    <addaction name="actionA_propos_de_D_Monde"/>
+    <addaction name="actionLexique"/>
+   </widget>
+   <addaction name="menuFichier"/>
+   <addaction name="menuEditer"/>
+   <addaction name="menuAide"/>
+  </widget>
+  <widget class="QStatusBar" name="statusbar"/>
+  <action name="actionOuvrir">
+   <property name="text">
+    <string>Ouvrir</string>
+   </property>
+  </action>
+  <action name="actionEnregistrer">
+   <property name="text">
+    <string>Enregistrer</string>
+   </property>
+  </action>
+  <action name="actionQuitter">
+   <property name="text">
+    <string>Quitter</string>
+   </property>
+  </action>
+  <action name="actionA_propos_de_D_Monde">
+   <property name="text">
+    <string>A propos de DéMonde...</string>
+   </property>
+  </action>
+  <action name="actionParam_tres">
+   <property name="text">
+    <string>Paramètres</string>
+   </property>
+  </action>
+  <action name="actionLexique">
+   <property name="text">
+    <string>Lexique</string>
+   </property>
+  </action>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>

+ 12 - 0
lib/ui/notes nouvelle interfac.txt

@@ -0,0 +1,12 @@
+- redimensionner la largeur des onglets:
+self.tabWidget.setStyleSheet("QTabBar::tab { width: 38px; }")
+
+- couleurs rapides;
+blanc, gris clair, gris foncé, gris trés foncé, noir, 
+bleu clair, bleu foncé, 
+jaune pale, orange, bordeaux, 
+marron clair, marron foncé, 
+vert clair, vert foncé, vert trés foncé, 
+..., ...
+
+

+ 45 - 0
lib/ui/test.ui

@@ -0,0 +1,45 @@
+<?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>340</width>
+    <height>404</height>
+   </rect>
+  </property>
+  <property name="windowTitle">
+   <string>MainWindow</string>
+  </property>
+  <widget class="QWidget" name="centralwidget">
+   <widget class="QComboBox" name="comboBox">
+    <property name="geometry">
+     <rect>
+      <x>60</x>
+      <y>40</y>
+      <width>91</width>
+      <height>31</height>
+     </rect>
+    </property>
+    <property name="frame">
+     <bool>true</bool>
+    </property>
+   </widget>
+  </widget>
+  <widget class="QMenuBar" name="menubar">
+   <property name="geometry">
+    <rect>
+     <x>0</x>
+     <y>0</y>
+     <width>340</width>
+     <height>21</height>
+    </rect>
+   </property>
+  </widget>
+  <widget class="QStatusBar" name="statusbar"/>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>

+ 26 - 0
lib/ui/test_ui.py

@@ -0,0 +1,26 @@
+from sys import exit, argv
+from PyQt4.QtCore import *
+from PyQt4.QtGui import *
+from PyQt4 import uic
+import os
+
+Ui, _ = uic.loadUiType(os.path.join(
+    os.path.dirname(__file__), 'test.ui'))
+
+class FenetreTest(QMainWindow, Ui):
+    """affiche une fenetre permettant l'accesen lecture/ecriture aux differents parametres utilises par le plugin""" 
+    def __init__(self, parent=None):
+        """Construction de la fenetre, remplissage des listes, et maj de l'affichage"""
+        super(FenetreTest, self).__init__(parent)
+        #creation de l'interface
+        self.setupUi(self)
+        self.majInterface()
+
+    def majInterface(self):
+        pass
+    
+app = QApplication(argv)
+dm = FenetreTest()
+dm.show()
+r = app.exec_()
+exit(r)      

BIN
parties/partie1/svg/0.p


Some files were not shown because too many files changed in this diff