dlg_playlist.ui 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>dlgPlaylist</class>
  4. <widget class="QDialog" name="dlgPlaylist">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>682</width>
  10. <height>436</height>
  11. </rect>
  12. </property>
  13. <property name="maximumSize">
  14. <size>
  15. <width>902</width>
  16. <height>810</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Ma Session</string>
  21. </property>
  22. <property name="windowIcon">
  23. <iconset resource="rsc.qrc">
  24. <normaloff>:/img/rsc/constellations.svg</normaloff>:/img/rsc/constellations.svg</iconset>
  25. </property>
  26. <property name="modal">
  27. <bool>true</bool>
  28. </property>
  29. <layout class="QHBoxLayout" name="horizontalLayout">
  30. <item>
  31. <layout class="QVBoxLayout" name="verticalLayout">
  32. <item>
  33. <layout class="QHBoxLayout" name="horizontalLayout_2">
  34. <property name="leftMargin">
  35. <number>24</number>
  36. </property>
  37. <property name="rightMargin">
  38. <number>24</number>
  39. </property>
  40. <item>
  41. <widget class="QLabel" name="label">
  42. <property name="minimumSize">
  43. <size>
  44. <width>140</width>
  45. <height>0</height>
  46. </size>
  47. </property>
  48. <property name="maximumSize">
  49. <size>
  50. <width>140</width>
  51. <height>16777215</height>
  52. </size>
  53. </property>
  54. <property name="text">
  55. <string>Nom de la session: </string>
  56. </property>
  57. </widget>
  58. </item>
  59. <item>
  60. <widget class="QLineEdit" name="lineName">
  61. <property name="minimumSize">
  62. <size>
  63. <width>320</width>
  64. <height>28</height>
  65. </size>
  66. </property>
  67. <property name="maximumSize">
  68. <size>
  69. <width>320</width>
  70. <height>28</height>
  71. </size>
  72. </property>
  73. <property name="text">
  74. <string>Ma session</string>
  75. </property>
  76. </widget>
  77. </item>
  78. <item>
  79. <spacer name="horizontalSpacer">
  80. <property name="orientation">
  81. <enum>Qt::Horizontal</enum>
  82. </property>
  83. <property name="sizeHint" stdset="0">
  84. <size>
  85. <width>40</width>
  86. <height>20</height>
  87. </size>
  88. </property>
  89. </spacer>
  90. </item>
  91. </layout>
  92. </item>
  93. <item>
  94. <layout class="QHBoxLayout" name="horizontalLayout_3">
  95. <property name="leftMargin">
  96. <number>24</number>
  97. </property>
  98. <property name="rightMargin">
  99. <number>24</number>
  100. </property>
  101. <item>
  102. <widget class="QLabel" name="label_2">
  103. <property name="minimumSize">
  104. <size>
  105. <width>140</width>
  106. <height>0</height>
  107. </size>
  108. </property>
  109. <property name="maximumSize">
  110. <size>
  111. <width>140</width>
  112. <height>16777215</height>
  113. </size>
  114. </property>
  115. <property name="font">
  116. <font>
  117. <italic>true</italic>
  118. </font>
  119. </property>
  120. <property name="text">
  121. <string>Date (facultatif)</string>
  122. </property>
  123. </widget>
  124. </item>
  125. <item>
  126. <widget class="QDateTimeEdit" name="lineDate">
  127. <property name="minimumSize">
  128. <size>
  129. <width>320</width>
  130. <height>28</height>
  131. </size>
  132. </property>
  133. <property name="maximumSize">
  134. <size>
  135. <width>320</width>
  136. <height>28</height>
  137. </size>
  138. </property>
  139. <property name="calendarPopup">
  140. <bool>true</bool>
  141. </property>
  142. </widget>
  143. </item>
  144. <item>
  145. <spacer name="horizontalSpacer_2">
  146. <property name="orientation">
  147. <enum>Qt::Horizontal</enum>
  148. </property>
  149. <property name="sizeHint" stdset="0">
  150. <size>
  151. <width>40</width>
  152. <height>20</height>
  153. </size>
  154. </property>
  155. </spacer>
  156. </item>
  157. </layout>
  158. </item>
  159. <item>
  160. <widget class="QLabel" name="label_3">
  161. <property name="text">
  162. <string>Notes:</string>
  163. </property>
  164. </widget>
  165. </item>
  166. <item>
  167. <widget class="QTextEdit" name="textNotes">
  168. <property name="autoFormatting">
  169. <set>QTextEdit::AutoAll</set>
  170. </property>
  171. </widget>
  172. </item>
  173. <item>
  174. <layout class="QHBoxLayout" name="horizontalLayout_4">
  175. <item>
  176. <widget class="QPushButton" name="btnCancel">
  177. <property name="minimumSize">
  178. <size>
  179. <width>120</width>
  180. <height>32</height>
  181. </size>
  182. </property>
  183. <property name="maximumSize">
  184. <size>
  185. <width>120</width>
  186. <height>32</height>
  187. </size>
  188. </property>
  189. <property name="text">
  190. <string> Annuler</string>
  191. </property>
  192. <property name="icon">
  193. <iconset resource="rsc.qrc">
  194. <normaloff>:/img/rsc/remove.png</normaloff>:/img/rsc/remove.png</iconset>
  195. </property>
  196. <property name="shortcut">
  197. <string>Ctrl+S</string>
  198. </property>
  199. </widget>
  200. </item>
  201. <item>
  202. <spacer name="horizontalSpacer_3">
  203. <property name="orientation">
  204. <enum>Qt::Horizontal</enum>
  205. </property>
  206. <property name="sizeHint" stdset="0">
  207. <size>
  208. <width>40</width>
  209. <height>20</height>
  210. </size>
  211. </property>
  212. </spacer>
  213. </item>
  214. <item>
  215. <widget class="QPushButton" name="btnSave">
  216. <property name="minimumSize">
  217. <size>
  218. <width>140</width>
  219. <height>32</height>
  220. </size>
  221. </property>
  222. <property name="maximumSize">
  223. <size>
  224. <width>140</width>
  225. <height>32</height>
  226. </size>
  227. </property>
  228. <property name="text">
  229. <string> Enregistrer</string>
  230. </property>
  231. <property name="icon">
  232. <iconset resource="rsc.qrc">
  233. <normaloff>:/img/rsc/save.png</normaloff>:/img/rsc/save.png</iconset>
  234. </property>
  235. </widget>
  236. </item>
  237. </layout>
  238. </item>
  239. </layout>
  240. </item>
  241. </layout>
  242. </widget>
  243. <resources>
  244. <include location="rsc.qrc"/>
  245. </resources>
  246. <connections/>
  247. </ui>