dlg_playlist.ui 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349
  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="font">
  20. <font>
  21. <family>Verdana</family>
  22. </font>
  23. </property>
  24. <property name="windowTitle">
  25. <string>Ma Session</string>
  26. </property>
  27. <property name="windowIcon">
  28. <iconset resource="rsc.qrc">
  29. <normaloff>:/img/rsc/constellations.svg</normaloff>:/img/rsc/constellations.svg</iconset>
  30. </property>
  31. <property name="modal">
  32. <bool>true</bool>
  33. </property>
  34. <layout class="QHBoxLayout" name="horizontalLayout">
  35. <item>
  36. <layout class="QVBoxLayout" name="verticalLayout">
  37. <property name="leftMargin">
  38. <number>18</number>
  39. </property>
  40. <property name="rightMargin">
  41. <number>18</number>
  42. </property>
  43. <item>
  44. <layout class="QHBoxLayout" name="horizontalLayout_5">
  45. <property name="spacing">
  46. <number>15</number>
  47. </property>
  48. <property name="leftMargin">
  49. <number>5</number>
  50. </property>
  51. <property name="topMargin">
  52. <number>5</number>
  53. </property>
  54. <property name="rightMargin">
  55. <number>5</number>
  56. </property>
  57. <property name="bottomMargin">
  58. <number>5</number>
  59. </property>
  60. <item>
  61. <widget class="QLabel" name="label_5">
  62. <property name="minimumSize">
  63. <size>
  64. <width>32</width>
  65. <height>32</height>
  66. </size>
  67. </property>
  68. <property name="maximumSize">
  69. <size>
  70. <width>32</width>
  71. <height>32</height>
  72. </size>
  73. </property>
  74. <property name="text">
  75. <string/>
  76. </property>
  77. <property name="pixmap">
  78. <pixmap resource="rsc.qrc">:/img/rsc/playlist.png</pixmap>
  79. </property>
  80. <property name="scaledContents">
  81. <bool>true</bool>
  82. </property>
  83. </widget>
  84. </item>
  85. <item>
  86. <widget class="QLabel" name="label_4">
  87. <property name="font">
  88. <font>
  89. <family>Verdana</family>
  90. <pointsize>11</pointsize>
  91. <weight>75</weight>
  92. <bold>true</bold>
  93. </font>
  94. </property>
  95. <property name="text">
  96. <string>Créer / Modifier ma séance</string>
  97. </property>
  98. <property name="alignment">
  99. <set>Qt::AlignCenter</set>
  100. </property>
  101. </widget>
  102. </item>
  103. <item>
  104. <spacer name="horizontalSpacer_4">
  105. <property name="orientation">
  106. <enum>Qt::Horizontal</enum>
  107. </property>
  108. <property name="sizeType">
  109. <enum>QSizePolicy::Fixed</enum>
  110. </property>
  111. <property name="sizeHint" stdset="0">
  112. <size>
  113. <width>32</width>
  114. <height>20</height>
  115. </size>
  116. </property>
  117. </spacer>
  118. </item>
  119. </layout>
  120. </item>
  121. <item>
  122. <layout class="QHBoxLayout" name="horizontalLayout_2">
  123. <item>
  124. <widget class="QLabel" name="label">
  125. <property name="minimumSize">
  126. <size>
  127. <width>120</width>
  128. <height>0</height>
  129. </size>
  130. </property>
  131. <property name="maximumSize">
  132. <size>
  133. <width>120</width>
  134. <height>16777215</height>
  135. </size>
  136. </property>
  137. <property name="text">
  138. <string>Nom de la séance: </string>
  139. </property>
  140. </widget>
  141. </item>
  142. <item>
  143. <widget class="QLineEdit" name="lineName">
  144. <property name="minimumSize">
  145. <size>
  146. <width>320</width>
  147. <height>28</height>
  148. </size>
  149. </property>
  150. <property name="maximumSize">
  151. <size>
  152. <width>100000</width>
  153. <height>28</height>
  154. </size>
  155. </property>
  156. <property name="text">
  157. <string>Ma session</string>
  158. </property>
  159. </widget>
  160. </item>
  161. <item>
  162. <spacer name="horizontalSpacer">
  163. <property name="orientation">
  164. <enum>Qt::Horizontal</enum>
  165. </property>
  166. <property name="sizeType">
  167. <enum>QSizePolicy::Fixed</enum>
  168. </property>
  169. <property name="sizeHint" stdset="0">
  170. <size>
  171. <width>120</width>
  172. <height>20</height>
  173. </size>
  174. </property>
  175. </spacer>
  176. </item>
  177. </layout>
  178. </item>
  179. <item>
  180. <layout class="QHBoxLayout" name="horizontalLayout_3">
  181. <item>
  182. <widget class="QLabel" name="label_2">
  183. <property name="minimumSize">
  184. <size>
  185. <width>120</width>
  186. <height>0</height>
  187. </size>
  188. </property>
  189. <property name="maximumSize">
  190. <size>
  191. <width>120</width>
  192. <height>16777215</height>
  193. </size>
  194. </property>
  195. <property name="font">
  196. <font>
  197. <family>Verdana</family>
  198. <italic>true</italic>
  199. </font>
  200. </property>
  201. <property name="text">
  202. <string>Date (facultatif)</string>
  203. </property>
  204. </widget>
  205. </item>
  206. <item>
  207. <widget class="QDateTimeEdit" name="lineDate">
  208. <property name="enabled">
  209. <bool>false</bool>
  210. </property>
  211. <property name="minimumSize">
  212. <size>
  213. <width>160</width>
  214. <height>28</height>
  215. </size>
  216. </property>
  217. <property name="maximumSize">
  218. <size>
  219. <width>100000</width>
  220. <height>28</height>
  221. </size>
  222. </property>
  223. <property name="font">
  224. <font>
  225. <family>Verdana</family>
  226. </font>
  227. </property>
  228. <property name="buttonSymbols">
  229. <enum>QAbstractSpinBox::NoButtons</enum>
  230. </property>
  231. <property name="calendarPopup">
  232. <bool>true</bool>
  233. </property>
  234. </widget>
  235. </item>
  236. <item>
  237. <widget class="QCheckBox" name="chkDateEnabled">
  238. <property name="text">
  239. <string/>
  240. </property>
  241. </widget>
  242. </item>
  243. <item>
  244. <spacer name="horizontalSpacer_2">
  245. <property name="orientation">
  246. <enum>Qt::Horizontal</enum>
  247. </property>
  248. <property name="sizeType">
  249. <enum>QSizePolicy::Expanding</enum>
  250. </property>
  251. <property name="sizeHint" stdset="0">
  252. <size>
  253. <width>120</width>
  254. <height>20</height>
  255. </size>
  256. </property>
  257. </spacer>
  258. </item>
  259. </layout>
  260. </item>
  261. <item>
  262. <widget class="QLabel" name="label_3">
  263. <property name="text">
  264. <string>Notes:</string>
  265. </property>
  266. </widget>
  267. </item>
  268. <item>
  269. <widget class="QTextEdit" name="textNotes">
  270. <property name="autoFormatting">
  271. <set>QTextEdit::AutoAll</set>
  272. </property>
  273. </widget>
  274. </item>
  275. <item>
  276. <layout class="QHBoxLayout" name="horizontalLayout_4">
  277. <item>
  278. <widget class="QPushButton" name="btnCancel">
  279. <property name="minimumSize">
  280. <size>
  281. <width>120</width>
  282. <height>32</height>
  283. </size>
  284. </property>
  285. <property name="maximumSize">
  286. <size>
  287. <width>120</width>
  288. <height>32</height>
  289. </size>
  290. </property>
  291. <property name="text">
  292. <string> Annuler</string>
  293. </property>
  294. <property name="icon">
  295. <iconset resource="rsc.qrc">
  296. <normaloff>:/img/rsc/remove.png</normaloff>:/img/rsc/remove.png</iconset>
  297. </property>
  298. <property name="shortcut">
  299. <string>Ctrl+S</string>
  300. </property>
  301. </widget>
  302. </item>
  303. <item>
  304. <spacer name="horizontalSpacer_3">
  305. <property name="orientation">
  306. <enum>Qt::Horizontal</enum>
  307. </property>
  308. <property name="sizeHint" stdset="0">
  309. <size>
  310. <width>40</width>
  311. <height>20</height>
  312. </size>
  313. </property>
  314. </spacer>
  315. </item>
  316. <item>
  317. <widget class="QPushButton" name="btnSave">
  318. <property name="minimumSize">
  319. <size>
  320. <width>140</width>
  321. <height>32</height>
  322. </size>
  323. </property>
  324. <property name="maximumSize">
  325. <size>
  326. <width>140</width>
  327. <height>32</height>
  328. </size>
  329. </property>
  330. <property name="text">
  331. <string> Enregistrer</string>
  332. </property>
  333. <property name="icon">
  334. <iconset resource="rsc.qrc">
  335. <normaloff>:/img/rsc/save.png</normaloff>:/img/rsc/save.png</iconset>
  336. </property>
  337. </widget>
  338. </item>
  339. </layout>
  340. </item>
  341. </layout>
  342. </item>
  343. </layout>
  344. </widget>
  345. <resources>
  346. <include location="rsc.qrc"/>
  347. </resources>
  348. <connections/>
  349. </ui>