panneauMateriel.ui 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>pem_panneau</class>
  4. <widget class="QFrame" name="pem_panneau">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>297</width>
  10. <height>77</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>153</width>
  16. <height>54</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>338</width>
  22. <height>77</height>
  23. </size>
  24. </property>
  25. <property name="font">
  26. <font>
  27. <family>Verdana</family>
  28. </font>
  29. </property>
  30. <property name="windowTitle">
  31. <string>pem_panneau</string>
  32. </property>
  33. <property name="autoFillBackground">
  34. <bool>true</bool>
  35. </property>
  36. <property name="frameShape">
  37. <enum>QFrame::StyledPanel</enum>
  38. </property>
  39. <property name="frameShadow">
  40. <enum>QFrame::Sunken</enum>
  41. </property>
  42. <layout class="QHBoxLayout" name="horizontalLayout" stretch="1,3">
  43. <property name="leftMargin">
  44. <number>3</number>
  45. </property>
  46. <property name="topMargin">
  47. <number>3</number>
  48. </property>
  49. <property name="rightMargin">
  50. <number>3</number>
  51. </property>
  52. <property name="bottomMargin">
  53. <number>3</number>
  54. </property>
  55. <item>
  56. <widget class="DmLabel" name="pem_image">
  57. <property name="frameShape">
  58. <enum>QFrame::NoFrame</enum>
  59. </property>
  60. <property name="text">
  61. <string/>
  62. </property>
  63. <property name="alignment">
  64. <set>Qt::AlignCenter</set>
  65. </property>
  66. </widget>
  67. </item>
  68. <item>
  69. <layout class="QVBoxLayout" name="verticalLayout">
  70. <property name="leftMargin">
  71. <number>3</number>
  72. </property>
  73. <property name="topMargin">
  74. <number>4</number>
  75. </property>
  76. <property name="bottomMargin">
  77. <number>5</number>
  78. </property>
  79. <item>
  80. <widget class="DmLabel" name="pem_nom">
  81. <property name="text">
  82. <string>nom</string>
  83. </property>
  84. </widget>
  85. </item>
  86. <item>
  87. <spacer name="verticalSpacer">
  88. <property name="orientation">
  89. <enum>Qt::Vertical</enum>
  90. </property>
  91. <property name="sizeHint" stdset="0">
  92. <size>
  93. <width>20</width>
  94. <height>40</height>
  95. </size>
  96. </property>
  97. </spacer>
  98. </item>
  99. <item>
  100. <layout class="QHBoxLayout" name="horizontalLayout_2">
  101. <property name="topMargin">
  102. <number>0</number>
  103. </property>
  104. <item>
  105. <spacer name="horizontalSpacer">
  106. <property name="orientation">
  107. <enum>Qt::Horizontal</enum>
  108. </property>
  109. <property name="sizeHint" stdset="0">
  110. <size>
  111. <width>40</width>
  112. <height>20</height>
  113. </size>
  114. </property>
  115. </spacer>
  116. </item>
  117. <item>
  118. <widget class="QToolButton" name="pem_supprimer">
  119. <property name="enabled">
  120. <bool>true</bool>
  121. </property>
  122. <property name="minimumSize">
  123. <size>
  124. <width>24</width>
  125. <height>24</height>
  126. </size>
  127. </property>
  128. <property name="maximumSize">
  129. <size>
  130. <width>24</width>
  131. <height>24</height>
  132. </size>
  133. </property>
  134. <property name="text">
  135. <string/>
  136. </property>
  137. <property name="icon">
  138. <iconset resource="ressource.qrc">
  139. <normaloff>:/interface/16/ressource/corbeille_16.png</normaloff>:/interface/16/ressource/corbeille_16.png</iconset>
  140. </property>
  141. <property name="iconSize">
  142. <size>
  143. <width>12</width>
  144. <height>12</height>
  145. </size>
  146. </property>
  147. </widget>
  148. </item>
  149. <item>
  150. <widget class="QToolButton" name="pem_editer">
  151. <property name="enabled">
  152. <bool>true</bool>
  153. </property>
  154. <property name="minimumSize">
  155. <size>
  156. <width>24</width>
  157. <height>24</height>
  158. </size>
  159. </property>
  160. <property name="maximumSize">
  161. <size>
  162. <width>24</width>
  163. <height>24</height>
  164. </size>
  165. </property>
  166. <property name="text">
  167. <string>...</string>
  168. </property>
  169. <property name="icon">
  170. <iconset resource="ressource.qrc">
  171. <normaloff>:/interface/16/ressource/editer_16.png</normaloff>:/interface/16/ressource/editer_16.png</iconset>
  172. </property>
  173. <property name="iconSize">
  174. <size>
  175. <width>12</width>
  176. <height>12</height>
  177. </size>
  178. </property>
  179. </widget>
  180. </item>
  181. </layout>
  182. </item>
  183. </layout>
  184. </item>
  185. </layout>
  186. </widget>
  187. <customwidgets>
  188. <customwidget>
  189. <class>DmLabel</class>
  190. <extends>QLabel</extends>
  191. <header location="global">dm.h</header>
  192. </customwidget>
  193. </customwidgets>
  194. <resources>
  195. <include location="ressource.qrc"/>
  196. </resources>
  197. <connections/>
  198. </ui>