dlg_select_playlist.ui 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  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="minimumSize">
  54. <size>
  55. <width>28</width>
  56. <height>28</height>
  57. </size>
  58. </property>
  59. <property name="maximumSize">
  60. <size>
  61. <width>28</width>
  62. <height>28</height>
  63. </size>
  64. </property>
  65. <property name="toolTip">
  66. <string>Nouveau dossier</string>
  67. </property>
  68. <property name="text">
  69. <string>D</string>
  70. </property>
  71. </widget>
  72. </item>
  73. <item>
  74. <widget class="QToolButton" name="btnAdd">
  75. <property name="minimumSize">
  76. <size>
  77. <width>28</width>
  78. <height>28</height>
  79. </size>
  80. </property>
  81. <property name="maximumSize">
  82. <size>
  83. <width>28</width>
  84. <height>28</height>
  85. </size>
  86. </property>
  87. <property name="toolTip">
  88. <string>Nouvelle séance</string>
  89. </property>
  90. <property name="text">
  91. <string>+</string>
  92. </property>
  93. </widget>
  94. </item>
  95. <item>
  96. <widget class="QToolButton" name="btnEdit">
  97. <property name="enabled">
  98. <bool>false</bool>
  99. </property>
  100. <property name="minimumSize">
  101. <size>
  102. <width>28</width>
  103. <height>28</height>
  104. </size>
  105. </property>
  106. <property name="maximumSize">
  107. <size>
  108. <width>28</width>
  109. <height>28</height>
  110. </size>
  111. </property>
  112. <property name="toolTip">
  113. <string>Modifier la séance</string>
  114. </property>
  115. <property name="text">
  116. <string>E</string>
  117. </property>
  118. </widget>
  119. </item>
  120. <item>
  121. <widget class="QToolButton" name="btnDuplicate">
  122. <property name="enabled">
  123. <bool>false</bool>
  124. </property>
  125. <property name="minimumSize">
  126. <size>
  127. <width>28</width>
  128. <height>28</height>
  129. </size>
  130. </property>
  131. <property name="maximumSize">
  132. <size>
  133. <width>28</width>
  134. <height>28</height>
  135. </size>
  136. </property>
  137. <property name="toolTip">
  138. <string>Dupliquer la séance</string>
  139. </property>
  140. <property name="text">
  141. <string>C</string>
  142. </property>
  143. </widget>
  144. </item>
  145. <item>
  146. <widget class="QToolButton" name="btnDelete">
  147. <property name="enabled">
  148. <bool>false</bool>
  149. </property>
  150. <property name="minimumSize">
  151. <size>
  152. <width>28</width>
  153. <height>28</height>
  154. </size>
  155. </property>
  156. <property name="maximumSize">
  157. <size>
  158. <width>28</width>
  159. <height>28</height>
  160. </size>
  161. </property>
  162. <property name="toolTip">
  163. <string>Supprimer la séance</string>
  164. </property>
  165. <property name="text">
  166. <string>-</string>
  167. </property>
  168. </widget>
  169. </item>
  170. </layout>
  171. </item>
  172. <item>
  173. <widget class="QTreeWidget" name="tree">
  174. <property name="horizontalScrollBarPolicy">
  175. <enum>Qt::ScrollBarAlwaysOff</enum>
  176. </property>
  177. <property name="editTriggers">
  178. <set>QAbstractItemView::NoEditTriggers</set>
  179. </property>
  180. <property name="indentation">
  181. <number>5</number>
  182. </property>
  183. <attribute name="headerVisible">
  184. <bool>false</bool>
  185. </attribute>
  186. <attribute name="headerCascadingSectionResizes">
  187. <bool>true</bool>
  188. </attribute>
  189. <column>
  190. <property name="text">
  191. <string>1</string>
  192. </property>
  193. </column>
  194. <column>
  195. <property name="text">
  196. <string>2</string>
  197. </property>
  198. </column>
  199. </widget>
  200. </item>
  201. <item>
  202. <widget class="QPushButton" name="btnSelect">
  203. <property name="enabled">
  204. <bool>false</bool>
  205. </property>
  206. <property name="minimumSize">
  207. <size>
  208. <width>0</width>
  209. <height>28</height>
  210. </size>
  211. </property>
  212. <property name="maximumSize">
  213. <size>
  214. <width>16777215</width>
  215. <height>28</height>
  216. </size>
  217. </property>
  218. <property name="toolTip">
  219. <string>Choisir cette séance</string>
  220. </property>
  221. <property name="text">
  222. <string>OK</string>
  223. </property>
  224. </widget>
  225. </item>
  226. </layout>
  227. </item>
  228. </layout>
  229. </widget>
  230. <resources/>
  231. <connections/>
  232. </ui>