| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>chercherModelePlateau</class>
- <widget class="QDialog" name="chercherModelePlateau">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>399</width>
- <height>279</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <family>Verdana</family>
- </font>
- </property>
- <property name="windowTitle">
- <string>Chercher un modèle de plateau</string>
- </property>
- <widget class="QListWidget" name="selectionModele">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>141</width>
- <height>251</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>
- </active>
- <inactive>
- <colorrole role="Base">
- <brush brushstyle="SolidPattern">
- <color alpha="255">
- <red>247</red>
- <green>247</green>
- <blue>247</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::Box</enum>
- </property>
- <item>
- <property name="text">
- <string>Prairie</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Caverne</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Plage</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Marais</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Cour du chateau</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Salle du trône</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Crypte</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Maison bourgeoise</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Forêt</string>
- </property>
- </item>
- </widget>
- <widget class="QLabel" name="modele_dimensions">
- <property name="geometry">
- <rect>
- <x>270</x>
- <y>10</y>
- <width>91</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>dim</string>
- </property>
- </widget>
- <widget class="QLabel" name="modele_apercu">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>40</y>
- <width>201</width>
- <height>161</height>
- </rect>
- </property>
- <property name="frameShape">
- <enum>QFrame::StyledPanel</enum>
- </property>
- <property name="text">
- <string>(Aperçu non disponible)</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignCenter</set>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>170</x>
- <y>10</y>
- <width>91</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string>Dimensions :</string>
- </property>
- </widget>
- <widget class="QPushButton" name="chargerModele">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>270</x>
- <y>230</y>
- <width>100</width>
- <height>30</height>
- </rect>
- </property>
- <property name="text">
- <string>Ok</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|