dlg_select_playlist.ui 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>dlgSelectPlaylist</class>
  4. <widget class="QDialog" name="dlgSelectPlaylist">
  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>513</width>
  13. <height>386</height>
  14. </rect>
  15. </property>
  16. <property name="font">
  17. <font>
  18. <family>Verdana</family>
  19. </font>
  20. </property>
  21. <property name="windowTitle">
  22. <string>Séances</string>
  23. </property>
  24. <property name="modal">
  25. <bool>true</bool>
  26. </property>
  27. <layout class="QHBoxLayout" name="horizontalLayout_2">
  28. <item>
  29. <layout class="QVBoxLayout" name="verticalLayout">
  30. <property name="leftMargin">
  31. <number>10</number>
  32. </property>
  33. <property name="topMargin">
  34. <number>10</number>
  35. </property>
  36. <property name="rightMargin">
  37. <number>10</number>
  38. </property>
  39. <property name="bottomMargin">
  40. <number>10</number>
  41. </property>
  42. <item>
  43. <layout class="QHBoxLayout" name="horizontalLayout">
  44. <item>
  45. <widget class="QLabel" name="label">
  46. <property name="text">
  47. <string>Sélectionnez votre séance:</string>
  48. </property>
  49. </widget>
  50. </item>
  51. <item>
  52. <widget class="QToolButton" name="btnAddFolder">
  53. <property name="enabled">
  54. <bool>false</bool>
  55. </property>
  56. <property name="minimumSize">
  57. <size>
  58. <width>28</width>
  59. <height>28</height>
  60. </size>
  61. </property>
  62. <property name="maximumSize">
  63. <size>
  64. <width>28</width>
  65. <height>28</height>
  66. </size>
  67. </property>
  68. <property name="toolTip">
  69. <string>Nouveau dossier</string>
  70. </property>
  71. <property name="text">
  72. <string>D</string>
  73. </property>
  74. <property name="icon">
  75. <iconset resource="rsc.qrc">
  76. <normaloff>:/img/rsc/create_folder.png</normaloff>:/img/rsc/create_folder.png</iconset>
  77. </property>
  78. </widget>
  79. </item>
  80. <item>
  81. <widget class="QToolButton" name="btnAdd">
  82. <property name="minimumSize">
  83. <size>
  84. <width>28</width>
  85. <height>28</height>
  86. </size>
  87. </property>
  88. <property name="maximumSize">
  89. <size>
  90. <width>28</width>
  91. <height>28</height>
  92. </size>
  93. </property>
  94. <property name="toolTip">
  95. <string>Nouvelle séance</string>
  96. </property>
  97. <property name="text">
  98. <string>+</string>
  99. </property>
  100. <property name="icon">
  101. <iconset resource="rsc.qrc">
  102. <normaloff>:/img/rsc/plus.png</normaloff>:/img/rsc/plus.png</iconset>
  103. </property>
  104. </widget>
  105. </item>
  106. <item>
  107. <widget class="QToolButton" name="btnEdit">
  108. <property name="enabled">
  109. <bool>false</bool>
  110. </property>
  111. <property name="minimumSize">
  112. <size>
  113. <width>28</width>
  114. <height>28</height>
  115. </size>
  116. </property>
  117. <property name="maximumSize">
  118. <size>
  119. <width>28</width>
  120. <height>28</height>
  121. </size>
  122. </property>
  123. <property name="toolTip">
  124. <string>Modifier la séance</string>
  125. </property>
  126. <property name="text">
  127. <string>E</string>
  128. </property>
  129. <property name="icon">
  130. <iconset resource="rsc.qrc">
  131. <normaloff>:/img/rsc/edit.png</normaloff>:/img/rsc/edit.png</iconset>
  132. </property>
  133. </widget>
  134. </item>
  135. <item>
  136. <widget class="QToolButton" name="btnDuplicate">
  137. <property name="enabled">
  138. <bool>false</bool>
  139. </property>
  140. <property name="minimumSize">
  141. <size>
  142. <width>28</width>
  143. <height>28</height>
  144. </size>
  145. </property>
  146. <property name="maximumSize">
  147. <size>
  148. <width>28</width>
  149. <height>28</height>
  150. </size>
  151. </property>
  152. <property name="toolTip">
  153. <string>Dupliquer la séance</string>
  154. </property>
  155. <property name="text">
  156. <string>C</string>
  157. </property>
  158. <property name="icon">
  159. <iconset resource="rsc.qrc">
  160. <normaloff>:/img/rsc/duplicate.png</normaloff>:/img/rsc/duplicate.png</iconset>
  161. </property>
  162. </widget>
  163. </item>
  164. <item>
  165. <widget class="QToolButton" name="btnDelete">
  166. <property name="enabled">
  167. <bool>false</bool>
  168. </property>
  169. <property name="minimumSize">
  170. <size>
  171. <width>28</width>
  172. <height>28</height>
  173. </size>
  174. </property>
  175. <property name="maximumSize">
  176. <size>
  177. <width>28</width>
  178. <height>28</height>
  179. </size>
  180. </property>
  181. <property name="toolTip">
  182. <string>Supprimer la séance</string>
  183. </property>
  184. <property name="text">
  185. <string>-</string>
  186. </property>
  187. <property name="icon">
  188. <iconset resource="rsc.qrc">
  189. <normaloff>:/img/rsc/minus.png</normaloff>:/img/rsc/minus.png</iconset>
  190. </property>
  191. </widget>
  192. </item>
  193. </layout>
  194. </item>
  195. <item>
  196. <widget class="QTreeWidget" name="tree">
  197. <property name="horizontalScrollBarPolicy">
  198. <enum>Qt::ScrollBarAlwaysOff</enum>
  199. </property>
  200. <property name="editTriggers">
  201. <set>QAbstractItemView::NoEditTriggers</set>
  202. </property>
  203. <property name="indentation">
  204. <number>5</number>
  205. </property>
  206. <attribute name="headerVisible">
  207. <bool>false</bool>
  208. </attribute>
  209. <attribute name="headerCascadingSectionResizes">
  210. <bool>true</bool>
  211. </attribute>
  212. <column>
  213. <property name="text">
  214. <string>1</string>
  215. </property>
  216. </column>
  217. <column>
  218. <property name="text">
  219. <string>2</string>
  220. </property>
  221. </column>
  222. </widget>
  223. </item>
  224. <item>
  225. <widget class="QPushButton" name="btnSelect">
  226. <property name="enabled">
  227. <bool>false</bool>
  228. </property>
  229. <property name="minimumSize">
  230. <size>
  231. <width>0</width>
  232. <height>28</height>
  233. </size>
  234. </property>
  235. <property name="maximumSize">
  236. <size>
  237. <width>16777215</width>
  238. <height>28</height>
  239. </size>
  240. </property>
  241. <property name="toolTip">
  242. <string>Choisir cette séance</string>
  243. </property>
  244. <property name="text">
  245. <string>OK</string>
  246. </property>
  247. </widget>
  248. </item>
  249. </layout>
  250. </item>
  251. </layout>
  252. </widget>
  253. <resources>
  254. <include location="rsc.qrc"/>
  255. </resources>
  256. <connections/>
  257. </ui>