| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>edi_fenetre</class>
- <widget class="QDialog" name="edi_fenetre">
- <property name="windowModality">
- <enum>Qt::ApplicationModal</enum>
- </property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>329</width>
- <height>142</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>329</width>
- <height>142</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>329</width>
- <height>142</height>
- </size>
- </property>
- <property name="font">
- <font>
- <family>Verdana</family>
- </font>
- </property>
- <property name="windowTitle">
- <string>Editer l'image</string>
- </property>
- <widget class="DmLineEdit" name="edi_nom">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>311</width>
- <height>31</height>
- </rect>
- </property>
- <property name="palette">
- <palette>
- <active>
- <colorrole role="Base">
- <brush brushstyle="SolidPattern">
- <color alpha="255">
- <red>249</red>
- <green>249</green>
- <blue>249</blue>
- </color>
- </brush>
- </colorrole>
- </active>
- <inactive>
- <colorrole role="Base">
- <brush brushstyle="SolidPattern">
- <color alpha="255">
- <red>249</red>
- <green>249</green>
- <blue>249</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>
- </widget>
- <widget class="QComboBox" name="edi_sType">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>50</y>
- <width>311</width>
- <height>31</height>
- </rect>
- </property>
- <property name="minimumSize">
- <size>
- <width>170</width>
- <height>22</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>1000</width>
- <height>10000</height>
- </size>
- </property>
- <item>
- <property name="text">
- <string>Créature (portrait)</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Créature (pion)</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Décor (portrait)</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Décor (pion)</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Terrain</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Autre</string>
- </property>
- </item>
- </widget>
- <widget class="QPushButton" name="edi_enregistrer">
- <property name="geometry">
- <rect>
- <x>180</x>
- <y>100</y>
- <width>141</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Enregistrer</string>
- </property>
- <property name="autoDefault">
- <bool>false</bool>
- </property>
- <property name="default">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="edi_annuler">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>100</y>
- <width>101</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Annuler</string>
- </property>
- </widget>
- </widget>
- <customwidgets>
- <customwidget>
- <class>DmLineEdit</class>
- <extends>QLineEdit</extends>
- <header location="global">dm.h</header>
- </customwidget>
- </customwidgets>
- <resources>
- <include location="ressource.qrc"/>
- </resources>
- <connections/>
- </ui>
|