panneauChapitre.ui 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ch_panneau</class>
  4. <widget class="QFrame" name="ch_panneau">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>386</width>
  10. <height>199</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Frame</string>
  15. </property>
  16. <property name="frameShape">
  17. <enum>QFrame::StyledPanel</enum>
  18. </property>
  19. <property name="frameShadow">
  20. <enum>QFrame::Raised</enum>
  21. </property>
  22. <widget class="DmTextEdit" name="ch_presentation">
  23. <property name="geometry">
  24. <rect>
  25. <x>30</x>
  26. <y>90</y>
  27. <width>321</width>
  28. <height>71</height>
  29. </rect>
  30. </property>
  31. <property name="palette">
  32. <palette>
  33. <active>
  34. <colorrole role="Base">
  35. <brush brushstyle="SolidPattern">
  36. <color alpha="255">
  37. <red>249</red>
  38. <green>249</green>
  39. <blue>249</blue>
  40. </color>
  41. </brush>
  42. </colorrole>
  43. </active>
  44. <inactive>
  45. <colorrole role="Base">
  46. <brush brushstyle="SolidPattern">
  47. <color alpha="255">
  48. <red>249</red>
  49. <green>249</green>
  50. <blue>249</blue>
  51. </color>
  52. </brush>
  53. </colorrole>
  54. </inactive>
  55. <disabled>
  56. <colorrole role="Base">
  57. <brush brushstyle="SolidPattern">
  58. <color alpha="255">
  59. <red>240</red>
  60. <green>240</green>
  61. <blue>240</blue>
  62. </color>
  63. </brush>
  64. </colorrole>
  65. </disabled>
  66. </palette>
  67. </property>
  68. </widget>
  69. <widget class="DmLabel" name="ch_num">
  70. <property name="geometry">
  71. <rect>
  72. <x>20</x>
  73. <y>10</y>
  74. <width>141</width>
  75. <height>21</height>
  76. </rect>
  77. </property>
  78. <property name="font">
  79. <font>
  80. <pointsize>9</pointsize>
  81. </font>
  82. </property>
  83. <property name="text">
  84. <string>Chapitre 1</string>
  85. </property>
  86. </widget>
  87. <widget class="QLabel" name="label_4">
  88. <property name="geometry">
  89. <rect>
  90. <x>30</x>
  91. <y>70</y>
  92. <width>91</width>
  93. <height>21</height>
  94. </rect>
  95. </property>
  96. <property name="text">
  97. <string>Présentation :</string>
  98. </property>
  99. </widget>
  100. <widget class="DmLineEdit" name="ch_nom">
  101. <property name="geometry">
  102. <rect>
  103. <x>70</x>
  104. <y>40</y>
  105. <width>281</width>
  106. <height>21</height>
  107. </rect>
  108. </property>
  109. <property name="palette">
  110. <palette>
  111. <active>
  112. <colorrole role="Base">
  113. <brush brushstyle="SolidPattern">
  114. <color alpha="255">
  115. <red>249</red>
  116. <green>249</green>
  117. <blue>249</blue>
  118. </color>
  119. </brush>
  120. </colorrole>
  121. </active>
  122. <inactive>
  123. <colorrole role="Base">
  124. <brush brushstyle="SolidPattern">
  125. <color alpha="255">
  126. <red>249</red>
  127. <green>249</green>
  128. <blue>249</blue>
  129. </color>
  130. </brush>
  131. </colorrole>
  132. </inactive>
  133. <disabled>
  134. <colorrole role="Base">
  135. <brush brushstyle="SolidPattern">
  136. <color alpha="255">
  137. <red>240</red>
  138. <green>240</green>
  139. <blue>240</blue>
  140. </color>
  141. </brush>
  142. </colorrole>
  143. </disabled>
  144. </palette>
  145. </property>
  146. </widget>
  147. <widget class="QLabel" name="label_2">
  148. <property name="geometry">
  149. <rect>
  150. <x>30</x>
  151. <y>40</y>
  152. <width>41</width>
  153. <height>21</height>
  154. </rect>
  155. </property>
  156. <property name="text">
  157. <string>Titre :</string>
  158. </property>
  159. </widget>
  160. </widget>
  161. <customwidgets>
  162. <customwidget>
  163. <class>DmLabel</class>
  164. <extends>QLabel</extends>
  165. <header location="global">dm.h</header>
  166. </customwidget>
  167. <customwidget>
  168. <class>DmTextEdit</class>
  169. <extends>QTextEdit</extends>
  170. <header location="global">dm.h</header>
  171. </customwidget>
  172. <customwidget>
  173. <class>DmLineEdit</class>
  174. <extends>QLineEdit</extends>
  175. <header location="global">dm.h</header>
  176. </customwidget>
  177. </customwidgets>
  178. <resources/>
  179. <connections/>
  180. </ui>