editerImage.ui 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>edi_fenetre</class>
  4. <widget class="QDialog" name="edi_fenetre">
  5. <property name="windowModality">
  6. <enum>Qt::ApplicationModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>329</width>
  13. <height>142</height>
  14. </rect>
  15. </property>
  16. <property name="minimumSize">
  17. <size>
  18. <width>329</width>
  19. <height>142</height>
  20. </size>
  21. </property>
  22. <property name="maximumSize">
  23. <size>
  24. <width>329</width>
  25. <height>142</height>
  26. </size>
  27. </property>
  28. <property name="font">
  29. <font>
  30. <family>Verdana</family>
  31. </font>
  32. </property>
  33. <property name="windowTitle">
  34. <string>Editer l'image</string>
  35. </property>
  36. <widget class="DmLineEdit" name="edi_nom">
  37. <property name="geometry">
  38. <rect>
  39. <x>10</x>
  40. <y>10</y>
  41. <width>311</width>
  42. <height>31</height>
  43. </rect>
  44. </property>
  45. <property name="palette">
  46. <palette>
  47. <active>
  48. <colorrole role="Base">
  49. <brush brushstyle="SolidPattern">
  50. <color alpha="255">
  51. <red>249</red>
  52. <green>249</green>
  53. <blue>249</blue>
  54. </color>
  55. </brush>
  56. </colorrole>
  57. </active>
  58. <inactive>
  59. <colorrole role="Base">
  60. <brush brushstyle="SolidPattern">
  61. <color alpha="255">
  62. <red>249</red>
  63. <green>249</green>
  64. <blue>249</blue>
  65. </color>
  66. </brush>
  67. </colorrole>
  68. </inactive>
  69. <disabled>
  70. <colorrole role="Base">
  71. <brush brushstyle="SolidPattern">
  72. <color alpha="255">
  73. <red>240</red>
  74. <green>240</green>
  75. <blue>240</blue>
  76. </color>
  77. </brush>
  78. </colorrole>
  79. </disabled>
  80. </palette>
  81. </property>
  82. </widget>
  83. <widget class="QComboBox" name="edi_sType">
  84. <property name="geometry">
  85. <rect>
  86. <x>10</x>
  87. <y>50</y>
  88. <width>311</width>
  89. <height>31</height>
  90. </rect>
  91. </property>
  92. <property name="minimumSize">
  93. <size>
  94. <width>170</width>
  95. <height>22</height>
  96. </size>
  97. </property>
  98. <property name="maximumSize">
  99. <size>
  100. <width>1000</width>
  101. <height>10000</height>
  102. </size>
  103. </property>
  104. <item>
  105. <property name="text">
  106. <string>Créature (portrait)</string>
  107. </property>
  108. </item>
  109. <item>
  110. <property name="text">
  111. <string>Créature (pion)</string>
  112. </property>
  113. </item>
  114. <item>
  115. <property name="text">
  116. <string>Décor (portrait)</string>
  117. </property>
  118. </item>
  119. <item>
  120. <property name="text">
  121. <string>Décor (pion)</string>
  122. </property>
  123. </item>
  124. <item>
  125. <property name="text">
  126. <string>Terrain</string>
  127. </property>
  128. </item>
  129. <item>
  130. <property name="text">
  131. <string>Autre</string>
  132. </property>
  133. </item>
  134. </widget>
  135. <widget class="QPushButton" name="edi_enregistrer">
  136. <property name="geometry">
  137. <rect>
  138. <x>180</x>
  139. <y>100</y>
  140. <width>141</width>
  141. <height>31</height>
  142. </rect>
  143. </property>
  144. <property name="text">
  145. <string>Enregistrer</string>
  146. </property>
  147. <property name="autoDefault">
  148. <bool>false</bool>
  149. </property>
  150. <property name="default">
  151. <bool>true</bool>
  152. </property>
  153. </widget>
  154. <widget class="QPushButton" name="edi_annuler">
  155. <property name="geometry">
  156. <rect>
  157. <x>10</x>
  158. <y>100</y>
  159. <width>101</width>
  160. <height>31</height>
  161. </rect>
  162. </property>
  163. <property name="text">
  164. <string>Annuler</string>
  165. </property>
  166. </widget>
  167. </widget>
  168. <customwidgets>
  169. <customwidget>
  170. <class>DmLineEdit</class>
  171. <extends>QLineEdit</extends>
  172. <header location="global">dm.h</header>
  173. </customwidget>
  174. </customwidgets>
  175. <resources>
  176. <include location="ressource.qrc"/>
  177. </resources>
  178. <connections/>
  179. </ui>