main.ui 57 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>mainWindow</class>
  4. <widget class="QMainWindow" name="mainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1029</width>
  10. <height>783</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>1029</width>
  16. <height>618</height>
  17. </size>
  18. </property>
  19. <property name="font">
  20. <font>
  21. <family>Verdana</family>
  22. <pointsize>8</pointsize>
  23. </font>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Mew~</string>
  27. </property>
  28. <property name="windowIcon">
  29. <iconset resource="rsc.qrc">
  30. <normaloff>:/img/rsc/constellations.svg</normaloff>:/img/rsc/constellations.svg</iconset>
  31. </property>
  32. <widget class="QWidget" name="centralwidget">
  33. <layout class="QVBoxLayout" name="verticalLayout">
  34. <property name="spacing">
  35. <number>3</number>
  36. </property>
  37. <property name="leftMargin">
  38. <number>3</number>
  39. </property>
  40. <property name="topMargin">
  41. <number>3</number>
  42. </property>
  43. <property name="rightMargin">
  44. <number>3</number>
  45. </property>
  46. <property name="bottomMargin">
  47. <number>3</number>
  48. </property>
  49. <item>
  50. <layout class="QHBoxLayout" name="mainLayout" stretch="1,5">
  51. <property name="spacing">
  52. <number>0</number>
  53. </property>
  54. <property name="rightMargin">
  55. <number>0</number>
  56. </property>
  57. <item>
  58. <widget class="QListWidget" name="menu">
  59. <property name="font">
  60. <font>
  61. <family>Verdana</family>
  62. <pointsize>12</pointsize>
  63. </font>
  64. </property>
  65. <property name="horizontalScrollBarPolicy">
  66. <enum>Qt::ScrollBarAlwaysOff</enum>
  67. </property>
  68. <property name="editTriggers">
  69. <set>QAbstractItemView::NoEditTriggers</set>
  70. </property>
  71. <property name="showDropIndicator" stdset="0">
  72. <bool>false</bool>
  73. </property>
  74. <property name="defaultDropAction">
  75. <enum>Qt::CopyAction</enum>
  76. </property>
  77. <property name="alternatingRowColors">
  78. <bool>true</bool>
  79. </property>
  80. <property name="iconSize">
  81. <size>
  82. <width>24</width>
  83. <height>24</height>
  84. </size>
  85. </property>
  86. <property name="currentRow">
  87. <number>-1</number>
  88. </property>
  89. </widget>
  90. </item>
  91. <item>
  92. <layout class="QVBoxLayout" name="verticalLayout_7">
  93. <property name="bottomMargin">
  94. <number>0</number>
  95. </property>
  96. <item>
  97. <widget class="QStackedWidget" name="stack">
  98. <property name="currentIndex">
  99. <number>2</number>
  100. </property>
  101. <widget class="QWidget" name="page_1">
  102. <layout class="QHBoxLayout" name="horizontalLayout_2">
  103. <item>
  104. <layout class="QVBoxLayout" name="verticalLayout_3">
  105. <property name="bottomMargin">
  106. <number>20</number>
  107. </property>
  108. <item>
  109. <layout class="QHBoxLayout" name="horizontalLayout_15">
  110. <property name="topMargin">
  111. <number>0</number>
  112. </property>
  113. <item>
  114. <widget class="QToolButton" name="sessionBtnChange">
  115. <property name="minimumSize">
  116. <size>
  117. <width>28</width>
  118. <height>28</height>
  119. </size>
  120. </property>
  121. <property name="toolTip">
  122. <string>Sélectionner une séance</string>
  123. </property>
  124. <property name="text">
  125. <string/>
  126. </property>
  127. <property name="icon">
  128. <iconset resource="rsc.qrc">
  129. <normaloff>:/img/rsc/folder.png</normaloff>:/img/rsc/folder.png</iconset>
  130. </property>
  131. </widget>
  132. </item>
  133. <item>
  134. <widget class="QLabel" name="sessionLblTitle">
  135. <property name="font">
  136. <font>
  137. <family>Verdana</family>
  138. <pointsize>8</pointsize>
  139. <weight>75</weight>
  140. <bold>true</bold>
  141. </font>
  142. </property>
  143. <property name="text">
  144. <string>(Séléctionnez une séance)</string>
  145. </property>
  146. </widget>
  147. </item>
  148. </layout>
  149. </item>
  150. <item>
  151. <layout class="QHBoxLayout" name="horizontalLayout_14" stretch="1,1">
  152. <item>
  153. <widget class="PlaylistTable" name="sessionPlaylist">
  154. <property name="enabled">
  155. <bool>false</bool>
  156. </property>
  157. <property name="editTriggers">
  158. <set>QAbstractItemView::NoEditTriggers</set>
  159. </property>
  160. <property name="selectionMode">
  161. <enum>QAbstractItemView::SingleSelection</enum>
  162. </property>
  163. <property name="selectionBehavior">
  164. <enum>QAbstractItemView::SelectRows</enum>
  165. </property>
  166. <property name="iconSize">
  167. <size>
  168. <width>8</width>
  169. <height>8</height>
  170. </size>
  171. </property>
  172. <attribute name="horizontalHeaderVisible">
  173. <bool>false</bool>
  174. </attribute>
  175. <attribute name="horizontalHeaderStretchLastSection">
  176. <bool>true</bool>
  177. </attribute>
  178. <attribute name="verticalHeaderVisible">
  179. <bool>false</bool>
  180. </attribute>
  181. <column>
  182. <property name="text">
  183. <string>id</string>
  184. </property>
  185. </column>
  186. <column>
  187. <property name="text">
  188. <string>track_id</string>
  189. </property>
  190. </column>
  191. <column>
  192. <property name="text">
  193. <string>Titre</string>
  194. </property>
  195. </column>
  196. </widget>
  197. </item>
  198. <item>
  199. <widget class="FrameNotes" name="frameNotes">
  200. <property name="frameShape">
  201. <enum>QFrame::StyledPanel</enum>
  202. </property>
  203. <property name="frameShadow">
  204. <enum>QFrame::Raised</enum>
  205. </property>
  206. </widget>
  207. </item>
  208. </layout>
  209. </item>
  210. <item>
  211. <layout class="QHBoxLayout" name="horizontalLayout_17">
  212. <item>
  213. <widget class="QPushButton" name="btnSessionStart">
  214. <property name="minimumSize">
  215. <size>
  216. <width>180</width>
  217. <height>28</height>
  218. </size>
  219. </property>
  220. <property name="maximumSize">
  221. <size>
  222. <width>16777215</width>
  223. <height>28</height>
  224. </size>
  225. </property>
  226. <property name="text">
  227. <string>Lancer la séance</string>
  228. </property>
  229. <property name="autoDefault">
  230. <bool>true</bool>
  231. </property>
  232. <property name="default">
  233. <bool>true</bool>
  234. </property>
  235. </widget>
  236. </item>
  237. <item>
  238. <spacer name="horizontalSpacer_2">
  239. <property name="orientation">
  240. <enum>Qt::Horizontal</enum>
  241. </property>
  242. <property name="sizeHint" stdset="0">
  243. <size>
  244. <width>40</width>
  245. <height>20</height>
  246. </size>
  247. </property>
  248. </spacer>
  249. </item>
  250. </layout>
  251. </item>
  252. </layout>
  253. </item>
  254. </layout>
  255. </widget>
  256. <widget class="QWidget" name="page_2">
  257. <layout class="QHBoxLayout" name="horizontalLayout_3">
  258. <item>
  259. <layout class="QVBoxLayout" name="verticalLayout_4"/>
  260. </item>
  261. </layout>
  262. </widget>
  263. <widget class="QWidget" name="page_3">
  264. <layout class="QHBoxLayout" name="horizontalLayout_4">
  265. <item>
  266. <layout class="QHBoxLayout" name="horizontalLayout_6" stretch="1,1,1">
  267. <property name="leftMargin">
  268. <number>10</number>
  269. </property>
  270. <property name="topMargin">
  271. <number>10</number>
  272. </property>
  273. <property name="rightMargin">
  274. <number>10</number>
  275. </property>
  276. <property name="bottomMargin">
  277. <number>10</number>
  278. </property>
  279. <item>
  280. <layout class="QVBoxLayout" name="verticalLayout_8">
  281. <property name="bottomMargin">
  282. <number>0</number>
  283. </property>
  284. <item>
  285. <layout class="QHBoxLayout" name="horizontalLayout_12">
  286. <item>
  287. <widget class="QLabel" name="label_3">
  288. <property name="minimumSize">
  289. <size>
  290. <width>284</width>
  291. <height>0</height>
  292. </size>
  293. </property>
  294. <property name="font">
  295. <font>
  296. <family>Verdana</family>
  297. <pointsize>8</pointsize>
  298. <underline>true</underline>
  299. </font>
  300. </property>
  301. <property name="text">
  302. <string>Mes musiques</string>
  303. </property>
  304. </widget>
  305. </item>
  306. <item>
  307. <widget class="QPushButton" name="btnExplorerRefresh">
  308. <property name="minimumSize">
  309. <size>
  310. <width>28</width>
  311. <height>28</height>
  312. </size>
  313. </property>
  314. <property name="maximumSize">
  315. <size>
  316. <width>28</width>
  317. <height>28</height>
  318. </size>
  319. </property>
  320. <property name="toolTip">
  321. <string>Rafraichir la liste</string>
  322. </property>
  323. <property name="text">
  324. <string/>
  325. </property>
  326. <property name="icon">
  327. <iconset resource="rsc.qrc">
  328. <normaloff>:/img/rsc/refresh-page-option.png</normaloff>:/img/rsc/refresh-page-option.png</iconset>
  329. </property>
  330. </widget>
  331. </item>
  332. </layout>
  333. </item>
  334. <item>
  335. <layout class="QHBoxLayout" name="horizontalLayout_21">
  336. <item>
  337. <widget class="QToolButton" name="explorerBtnSearch">
  338. <property name="minimumSize">
  339. <size>
  340. <width>28</width>
  341. <height>28</height>
  342. </size>
  343. </property>
  344. <property name="maximumSize">
  345. <size>
  346. <width>28</width>
  347. <height>28</height>
  348. </size>
  349. </property>
  350. <property name="text">
  351. <string>...</string>
  352. </property>
  353. <property name="icon">
  354. <iconset resource="rsc.qrc">
  355. <normaloff>:/img/rsc/search.png</normaloff>:/img/rsc/search.png</iconset>
  356. </property>
  357. </widget>
  358. </item>
  359. <item>
  360. <widget class="QLineEdit" name="explorerLineSearch">
  361. <property name="minimumSize">
  362. <size>
  363. <width>0</width>
  364. <height>28</height>
  365. </size>
  366. </property>
  367. <property name="maximumSize">
  368. <size>
  369. <width>16777215</width>
  370. <height>28</height>
  371. </size>
  372. </property>
  373. <property name="placeholderText">
  374. <string>Rechercher un morceau...</string>
  375. </property>
  376. <property name="clearButtonEnabled">
  377. <bool>true</bool>
  378. </property>
  379. </widget>
  380. </item>
  381. <item>
  382. <widget class="QToolButton" name="explorerBtnFilter">
  383. <property name="enabled">
  384. <bool>false</bool>
  385. </property>
  386. <property name="minimumSize">
  387. <size>
  388. <width>28</width>
  389. <height>28</height>
  390. </size>
  391. </property>
  392. <property name="maximumSize">
  393. <size>
  394. <width>28</width>
  395. <height>28</height>
  396. </size>
  397. </property>
  398. <property name="text">
  399. <string>...</string>
  400. </property>
  401. <property name="icon">
  402. <iconset resource="rsc.qrc">
  403. <normaloff>:/img/rsc/filter.png</normaloff>:/img/rsc/filter.png</iconset>
  404. </property>
  405. </widget>
  406. </item>
  407. </layout>
  408. </item>
  409. <item>
  410. <widget class="ExplorerTable" name="explorerTable">
  411. <property name="minimumSize">
  412. <size>
  413. <width>320</width>
  414. <height>0</height>
  415. </size>
  416. </property>
  417. <property name="editTriggers">
  418. <set>QAbstractItemView::NoEditTriggers</set>
  419. </property>
  420. <property name="alternatingRowColors">
  421. <bool>true</bool>
  422. </property>
  423. <property name="indentation">
  424. <number>10</number>
  425. </property>
  426. <property name="animated">
  427. <bool>true</bool>
  428. </property>
  429. <property name="wordWrap">
  430. <bool>true</bool>
  431. </property>
  432. <attribute name="headerVisible">
  433. <bool>false</bool>
  434. </attribute>
  435. <column>
  436. <property name="text">
  437. <string notr="true">1</string>
  438. </property>
  439. </column>
  440. <column>
  441. <property name="text">
  442. <string>2</string>
  443. </property>
  444. </column>
  445. </widget>
  446. </item>
  447. </layout>
  448. </item>
  449. <item>
  450. <layout class="QVBoxLayout" name="verticalLayout_5" stretch="0,0,0,0">
  451. <property name="leftMargin">
  452. <number>10</number>
  453. </property>
  454. <property name="topMargin">
  455. <number>10</number>
  456. </property>
  457. <property name="rightMargin">
  458. <number>10</number>
  459. </property>
  460. <property name="bottomMargin">
  461. <number>10</number>
  462. </property>
  463. <item>
  464. <widget class="QStackedWidget" name="explorerTrackMetaStack">
  465. <property name="minimumSize">
  466. <size>
  467. <width>220</width>
  468. <height>50</height>
  469. </size>
  470. </property>
  471. <property name="currentIndex">
  472. <number>1</number>
  473. </property>
  474. <widget class="QWidget" name="page">
  475. <layout class="QVBoxLayout" name="verticalLayout_11">
  476. <item>
  477. <widget class="QLabel" name="label_2">
  478. <property name="minimumSize">
  479. <size>
  480. <width>220</width>
  481. <height>0</height>
  482. </size>
  483. </property>
  484. <property name="text">
  485. <string>Sélectionnez une piste</string>
  486. </property>
  487. <property name="alignment">
  488. <set>Qt::AlignCenter</set>
  489. </property>
  490. </widget>
  491. </item>
  492. </layout>
  493. </widget>
  494. <widget class="QWidget" name="page_6">
  495. <layout class="QHBoxLayout" name="horizontalLayout_16">
  496. <property name="spacing">
  497. <number>0</number>
  498. </property>
  499. <property name="leftMargin">
  500. <number>0</number>
  501. </property>
  502. <property name="topMargin">
  503. <number>0</number>
  504. </property>
  505. <property name="rightMargin">
  506. <number>0</number>
  507. </property>
  508. <property name="bottomMargin">
  509. <number>0</number>
  510. </property>
  511. <item>
  512. <layout class="QVBoxLayout" name="verticalLayout_9">
  513. <property name="spacing">
  514. <number>4</number>
  515. </property>
  516. <property name="sizeConstraint">
  517. <enum>QLayout::SetMinimumSize</enum>
  518. </property>
  519. <item>
  520. <layout class="QHBoxLayout" name="horizontalLayout_13">
  521. <item>
  522. <widget class="QLabel" name="label_11">
  523. <property name="minimumSize">
  524. <size>
  525. <width>182</width>
  526. <height>0</height>
  527. </size>
  528. </property>
  529. <property name="font">
  530. <font>
  531. <family>Verdana</family>
  532. <pointsize>8</pointsize>
  533. <underline>true</underline>
  534. </font>
  535. </property>
  536. <property name="text">
  537. <string>Informations sur la piste</string>
  538. </property>
  539. </widget>
  540. </item>
  541. <item>
  542. <widget class="QToolButton" name="explorerTrackEdit">
  543. <property name="enabled">
  544. <bool>false</bool>
  545. </property>
  546. <property name="minimumSize">
  547. <size>
  548. <width>28</width>
  549. <height>28</height>
  550. </size>
  551. </property>
  552. <property name="maximumSize">
  553. <size>
  554. <width>28</width>
  555. <height>28</height>
  556. </size>
  557. </property>
  558. <property name="text">
  559. <string/>
  560. </property>
  561. <property name="icon">
  562. <iconset resource="rsc.qrc">
  563. <normaloff>:/img/rsc/edit.png</normaloff>:/img/rsc/edit.png</iconset>
  564. </property>
  565. </widget>
  566. </item>
  567. </layout>
  568. </item>
  569. <item>
  570. <layout class="QHBoxLayout" name="horizontalLayout_8">
  571. <property name="sizeConstraint">
  572. <enum>QLayout::SetMinimumSize</enum>
  573. </property>
  574. <item>
  575. <widget class="QLabel" name="label_4">
  576. <property name="minimumSize">
  577. <size>
  578. <width>80</width>
  579. <height>0</height>
  580. </size>
  581. </property>
  582. <property name="maximumSize">
  583. <size>
  584. <width>80</width>
  585. <height>16777215</height>
  586. </size>
  587. </property>
  588. <property name="text">
  589. <string>Titre</string>
  590. </property>
  591. </widget>
  592. </item>
  593. <item>
  594. <widget class="QLabel" name="explorerLblTrackTitle">
  595. <property name="minimumSize">
  596. <size>
  597. <width>130</width>
  598. <height>0</height>
  599. </size>
  600. </property>
  601. <property name="text">
  602. <string/>
  603. </property>
  604. <property name="wordWrap">
  605. <bool>true</bool>
  606. </property>
  607. </widget>
  608. </item>
  609. </layout>
  610. </item>
  611. <item>
  612. <layout class="QHBoxLayout" name="horizontalLayout_9">
  613. <item>
  614. <widget class="QLabel" name="label_6">
  615. <property name="minimumSize">
  616. <size>
  617. <width>80</width>
  618. <height>0</height>
  619. </size>
  620. </property>
  621. <property name="maximumSize">
  622. <size>
  623. <width>80</width>
  624. <height>16777215</height>
  625. </size>
  626. </property>
  627. <property name="text">
  628. <string>Artiste</string>
  629. </property>
  630. </widget>
  631. </item>
  632. <item>
  633. <widget class="QLabel" name="explorerLblTrackArtist">
  634. <property name="minimumSize">
  635. <size>
  636. <width>130</width>
  637. <height>0</height>
  638. </size>
  639. </property>
  640. <property name="text">
  641. <string/>
  642. </property>
  643. <property name="wordWrap">
  644. <bool>true</bool>
  645. </property>
  646. </widget>
  647. </item>
  648. </layout>
  649. </item>
  650. <item>
  651. <layout class="QHBoxLayout" name="horizontalLayout_10">
  652. <item>
  653. <widget class="QLabel" name="label_7">
  654. <property name="minimumSize">
  655. <size>
  656. <width>80</width>
  657. <height>0</height>
  658. </size>
  659. </property>
  660. <property name="maximumSize">
  661. <size>
  662. <width>80</width>
  663. <height>16777215</height>
  664. </size>
  665. </property>
  666. <property name="text">
  667. <string>Album</string>
  668. </property>
  669. </widget>
  670. </item>
  671. <item>
  672. <widget class="QLabel" name="explorerLblTrackAlbum">
  673. <property name="minimumSize">
  674. <size>
  675. <width>130</width>
  676. <height>0</height>
  677. </size>
  678. </property>
  679. <property name="text">
  680. <string/>
  681. </property>
  682. <property name="wordWrap">
  683. <bool>true</bool>
  684. </property>
  685. </widget>
  686. </item>
  687. </layout>
  688. </item>
  689. <item>
  690. <layout class="QHBoxLayout" name="horizontalLayout_11">
  691. <item>
  692. <widget class="QLabel" name="label_8">
  693. <property name="minimumSize">
  694. <size>
  695. <width>80</width>
  696. <height>0</height>
  697. </size>
  698. </property>
  699. <property name="maximumSize">
  700. <size>
  701. <width>80</width>
  702. <height>16777215</height>
  703. </size>
  704. </property>
  705. <property name="text">
  706. <string>N°</string>
  707. </property>
  708. </widget>
  709. </item>
  710. <item>
  711. <widget class="QLabel" name="explorerLblTrackNumber">
  712. <property name="minimumSize">
  713. <size>
  714. <width>130</width>
  715. <height>0</height>
  716. </size>
  717. </property>
  718. <property name="text">
  719. <string/>
  720. </property>
  721. <property name="wordWrap">
  722. <bool>true</bool>
  723. </property>
  724. </widget>
  725. </item>
  726. </layout>
  727. </item>
  728. <item>
  729. <layout class="QHBoxLayout" name="horizontalLayout_19">
  730. <item>
  731. <widget class="QLabel" name="label_12">
  732. <property name="font">
  733. <font>
  734. <family>Verdana</family>
  735. <pointsize>8</pointsize>
  736. <underline>true</underline>
  737. </font>
  738. </property>
  739. <property name="text">
  740. <string>Etiquettes</string>
  741. </property>
  742. </widget>
  743. </item>
  744. <item>
  745. <widget class="QLineEdit" name="lineSearchTags">
  746. <property name="minimumSize">
  747. <size>
  748. <width>0</width>
  749. <height>25</height>
  750. </size>
  751. </property>
  752. <property name="maximumSize">
  753. <size>
  754. <width>100</width>
  755. <height>16777215</height>
  756. </size>
  757. </property>
  758. <property name="placeholderText">
  759. <string>Rechercher...</string>
  760. </property>
  761. <property name="clearButtonEnabled">
  762. <bool>true</bool>
  763. </property>
  764. </widget>
  765. </item>
  766. <item>
  767. <widget class="QToolButton" name="btnEditTags">
  768. <property name="minimumSize">
  769. <size>
  770. <width>28</width>
  771. <height>28</height>
  772. </size>
  773. </property>
  774. <property name="maximumSize">
  775. <size>
  776. <width>28</width>
  777. <height>28</height>
  778. </size>
  779. </property>
  780. <property name="text">
  781. <string>...</string>
  782. </property>
  783. <property name="icon">
  784. <iconset resource="rsc.qrc">
  785. <normaloff>:/img/rsc/edit.png</normaloff>:/img/rsc/edit.png</iconset>
  786. </property>
  787. </widget>
  788. </item>
  789. </layout>
  790. </item>
  791. <item>
  792. <widget class="TagsTable" name="explorerTrackTagsTable">
  793. <property name="minimumSize">
  794. <size>
  795. <width>0</width>
  796. <height>160</height>
  797. </size>
  798. </property>
  799. <property name="maximumSize">
  800. <size>
  801. <width>16777215</width>
  802. <height>160</height>
  803. </size>
  804. </property>
  805. <property name="horizontalScrollBarPolicy">
  806. <enum>Qt::ScrollBarAlwaysOff</enum>
  807. </property>
  808. <property name="editTriggers">
  809. <set>QAbstractItemView::NoEditTriggers</set>
  810. </property>
  811. <property name="alternatingRowColors">
  812. <bool>true</bool>
  813. </property>
  814. <property name="selectionMode">
  815. <enum>QAbstractItemView::NoSelection</enum>
  816. </property>
  817. <property name="gridStyle">
  818. <enum>Qt::NoPen</enum>
  819. </property>
  820. <property name="cornerButtonEnabled">
  821. <bool>false</bool>
  822. </property>
  823. <attribute name="horizontalHeaderVisible">
  824. <bool>false</bool>
  825. </attribute>
  826. <attribute name="horizontalHeaderStretchLastSection">
  827. <bool>true</bool>
  828. </attribute>
  829. <attribute name="verticalHeaderVisible">
  830. <bool>false</bool>
  831. </attribute>
  832. <column>
  833. <property name="text">
  834. <string>id</string>
  835. </property>
  836. </column>
  837. <column>
  838. <property name="text">
  839. <string>check</string>
  840. </property>
  841. <property name="textAlignment">
  842. <set>AlignCenter</set>
  843. </property>
  844. </column>
  845. <column>
  846. <property name="text">
  847. <string>label</string>
  848. </property>
  849. </column>
  850. </widget>
  851. </item>
  852. <item>
  853. <widget class="QLabel" name="label_10">
  854. <property name="maximumSize">
  855. <size>
  856. <width>361</width>
  857. <height>14</height>
  858. </size>
  859. </property>
  860. <property name="font">
  861. <font>
  862. <family>Verdana</family>
  863. <pointsize>8</pointsize>
  864. <underline>true</underline>
  865. </font>
  866. </property>
  867. <property name="text">
  868. <string>Notes</string>
  869. </property>
  870. </widget>
  871. </item>
  872. <item>
  873. <widget class="QTextEdit" name="explorerTrackNotepad">
  874. <property name="minimumSize">
  875. <size>
  876. <width>218</width>
  877. <height>160</height>
  878. </size>
  879. </property>
  880. <property name="maximumSize">
  881. <size>
  882. <width>16777215</width>
  883. <height>160</height>
  884. </size>
  885. </property>
  886. <property name="cursor" stdset="0">
  887. <cursorShape>IBeamCursor</cursorShape>
  888. </property>
  889. <property name="autoFormatting">
  890. <set>QTextEdit::AutoAll</set>
  891. </property>
  892. <property name="undoRedoEnabled">
  893. <bool>true</bool>
  894. </property>
  895. <property name="readOnly">
  896. <bool>false</bool>
  897. </property>
  898. <property name="placeholderText">
  899. <string>Mes notes sur ce morceau...</string>
  900. </property>
  901. </widget>
  902. </item>
  903. </layout>
  904. </item>
  905. </layout>
  906. </widget>
  907. </widget>
  908. </item>
  909. <item>
  910. <widget class="QPushButton" name="explorerTrackPlay">
  911. <property name="enabled">
  912. <bool>false</bool>
  913. </property>
  914. <property name="minimumSize">
  915. <size>
  916. <width>220</width>
  917. <height>0</height>
  918. </size>
  919. </property>
  920. <property name="text">
  921. <string> Lire le morceau sélectionné</string>
  922. </property>
  923. <property name="icon">
  924. <iconset resource="rsc.qrc">
  925. <normaloff>:/img/rsc/play.png</normaloff>:/img/rsc/play.png</iconset>
  926. </property>
  927. <property name="iconSize">
  928. <size>
  929. <width>12</width>
  930. <height>12</height>
  931. </size>
  932. </property>
  933. </widget>
  934. </item>
  935. <item>
  936. <widget class="QPushButton" name="explorerAddToPlaylist">
  937. <property name="enabled">
  938. <bool>false</bool>
  939. </property>
  940. <property name="minimumSize">
  941. <size>
  942. <width>220</width>
  943. <height>0</height>
  944. </size>
  945. </property>
  946. <property name="text">
  947. <string> Ajouter à la playlist</string>
  948. </property>
  949. <property name="icon">
  950. <iconset resource="rsc.qrc">
  951. <normaloff>:/img/rsc/double-right-arrows-symbol.png</normaloff>:/img/rsc/double-right-arrows-symbol.png</iconset>
  952. </property>
  953. </widget>
  954. </item>
  955. <item>
  956. <widget class="QPushButton" name="explorerRemoveFromPlaylist">
  957. <property name="enabled">
  958. <bool>false</bool>
  959. </property>
  960. <property name="minimumSize">
  961. <size>
  962. <width>220</width>
  963. <height>0</height>
  964. </size>
  965. </property>
  966. <property name="text">
  967. <string> Retirer de la playlist</string>
  968. </property>
  969. <property name="icon">
  970. <iconset resource="rsc.qrc">
  971. <normaloff>:/img/rsc/double-left-arrows-symbol.png</normaloff>:/img/rsc/double-left-arrows-symbol.png</iconset>
  972. </property>
  973. </widget>
  974. </item>
  975. </layout>
  976. </item>
  977. <item>
  978. <layout class="QVBoxLayout" name="verticalLayout_12">
  979. <item>
  980. <widget class="QLabel" name="label_9">
  981. <property name="font">
  982. <font>
  983. <family>Verdana</family>
  984. <pointsize>8</pointsize>
  985. <underline>true</underline>
  986. </font>
  987. </property>
  988. <property name="text">
  989. <string>Ma séance: </string>
  990. </property>
  991. </widget>
  992. </item>
  993. <item>
  994. <layout class="QHBoxLayout" name="horizontalLayout_18">
  995. <property name="leftMargin">
  996. <number>6</number>
  997. </property>
  998. <property name="rightMargin">
  999. <number>6</number>
  1000. </property>
  1001. <item>
  1002. <widget class="QLabel" name="explorerLblPlaylistTitle">
  1003. <property name="text">
  1004. <string>(pas de séance en cours)</string>
  1005. </property>
  1006. </widget>
  1007. </item>
  1008. <item>
  1009. <widget class="QToolButton" name="btnSelectPlaylist">
  1010. <property name="minimumSize">
  1011. <size>
  1012. <width>28</width>
  1013. <height>28</height>
  1014. </size>
  1015. </property>
  1016. <property name="maximumSize">
  1017. <size>
  1018. <width>28</width>
  1019. <height>28</height>
  1020. </size>
  1021. </property>
  1022. <property name="text">
  1023. <string>...</string>
  1024. </property>
  1025. <property name="icon">
  1026. <iconset resource="rsc.qrc">
  1027. <normaloff>:/img/rsc/folder.png</normaloff>:/img/rsc/folder.png</iconset>
  1028. </property>
  1029. </widget>
  1030. </item>
  1031. </layout>
  1032. </item>
  1033. <item>
  1034. <widget class="PlaylistTable" name="explorerPlaylist">
  1035. <property name="enabled">
  1036. <bool>false</bool>
  1037. </property>
  1038. <property name="minimumSize">
  1039. <size>
  1040. <width>240</width>
  1041. <height>0</height>
  1042. </size>
  1043. </property>
  1044. <property name="editTriggers">
  1045. <set>QAbstractItemView::NoEditTriggers</set>
  1046. </property>
  1047. <property name="dragEnabled">
  1048. <bool>true</bool>
  1049. </property>
  1050. <property name="dragDropOverwriteMode">
  1051. <bool>false</bool>
  1052. </property>
  1053. <property name="dragDropMode">
  1054. <enum>QAbstractItemView::InternalMove</enum>
  1055. </property>
  1056. <property name="defaultDropAction">
  1057. <enum>Qt::MoveAction</enum>
  1058. </property>
  1059. <property name="alternatingRowColors">
  1060. <bool>true</bool>
  1061. </property>
  1062. <property name="selectionMode">
  1063. <enum>QAbstractItemView::SingleSelection</enum>
  1064. </property>
  1065. <property name="selectionBehavior">
  1066. <enum>QAbstractItemView::SelectRows</enum>
  1067. </property>
  1068. <property name="iconSize">
  1069. <size>
  1070. <width>8</width>
  1071. <height>8</height>
  1072. </size>
  1073. </property>
  1074. <attribute name="horizontalHeaderVisible">
  1075. <bool>false</bool>
  1076. </attribute>
  1077. <attribute name="horizontalHeaderStretchLastSection">
  1078. <bool>true</bool>
  1079. </attribute>
  1080. <attribute name="verticalHeaderVisible">
  1081. <bool>true</bool>
  1082. </attribute>
  1083. <column>
  1084. <property name="text">
  1085. <string>id</string>
  1086. </property>
  1087. </column>
  1088. <column>
  1089. <property name="text">
  1090. <string>track_id</string>
  1091. </property>
  1092. </column>
  1093. <column>
  1094. <property name="text">
  1095. <string>Label</string>
  1096. </property>
  1097. </column>
  1098. </widget>
  1099. </item>
  1100. </layout>
  1101. </item>
  1102. </layout>
  1103. </item>
  1104. </layout>
  1105. </widget>
  1106. <widget class="QWidget" name="page_4">
  1107. <layout class="QHBoxLayout" name="horizontalLayout">
  1108. <item>
  1109. <layout class="QVBoxLayout" name="verticalLayout_2">
  1110. <item>
  1111. <widget class="QLabel" name="label">
  1112. <property name="text">
  1113. <string>Page 4</string>
  1114. </property>
  1115. </widget>
  1116. </item>
  1117. </layout>
  1118. </item>
  1119. </layout>
  1120. </widget>
  1121. <widget class="QWidget" name="page_5">
  1122. <layout class="QHBoxLayout" name="horizontalLayout_5">
  1123. <item>
  1124. <layout class="QVBoxLayout" name="verticalLayout_6">
  1125. <property name="spacing">
  1126. <number>10</number>
  1127. </property>
  1128. <property name="leftMargin">
  1129. <number>20</number>
  1130. </property>
  1131. <property name="topMargin">
  1132. <number>20</number>
  1133. </property>
  1134. <property name="rightMargin">
  1135. <number>20</number>
  1136. </property>
  1137. <property name="bottomMargin">
  1138. <number>20</number>
  1139. </property>
  1140. <item>
  1141. <widget class="QLabel" name="label_5">
  1142. <property name="font">
  1143. <font>
  1144. <family>Verdana</family>
  1145. <pointsize>8</pointsize>
  1146. <weight>75</weight>
  1147. <bold>true</bold>
  1148. <underline>true</underline>
  1149. </font>
  1150. </property>
  1151. <property name="text">
  1152. <string>Mes dossiers de musique</string>
  1153. </property>
  1154. </widget>
  1155. </item>
  1156. <item>
  1157. <widget class="QTableWidget" name="settingsMusicFoldersTable">
  1158. <property name="minimumSize">
  1159. <size>
  1160. <width>0</width>
  1161. <height>192</height>
  1162. </size>
  1163. </property>
  1164. <property name="maximumSize">
  1165. <size>
  1166. <width>16777215</width>
  1167. <height>192</height>
  1168. </size>
  1169. </property>
  1170. <property name="editTriggers">
  1171. <set>QAbstractItemView::NoEditTriggers</set>
  1172. </property>
  1173. <property name="showDropIndicator" stdset="0">
  1174. <bool>false</bool>
  1175. </property>
  1176. <property name="dragDropOverwriteMode">
  1177. <bool>false</bool>
  1178. </property>
  1179. <property name="selectionMode">
  1180. <enum>QAbstractItemView::SingleSelection</enum>
  1181. </property>
  1182. <property name="selectionBehavior">
  1183. <enum>QAbstractItemView::SelectRows</enum>
  1184. </property>
  1185. <property name="showGrid">
  1186. <bool>false</bool>
  1187. </property>
  1188. <property name="cornerButtonEnabled">
  1189. <bool>false</bool>
  1190. </property>
  1191. <attribute name="horizontalHeaderCascadingSectionResizes">
  1192. <bool>true</bool>
  1193. </attribute>
  1194. <attribute name="horizontalHeaderDefaultSectionSize">
  1195. <number>70</number>
  1196. </attribute>
  1197. <attribute name="horizontalHeaderStretchLastSection">
  1198. <bool>true</bool>
  1199. </attribute>
  1200. <attribute name="verticalHeaderVisible">
  1201. <bool>false</bool>
  1202. </attribute>
  1203. <column>
  1204. <property name="text">
  1205. <string>id</string>
  1206. </property>
  1207. </column>
  1208. <column>
  1209. <property name="text">
  1210. <string>Statut</string>
  1211. </property>
  1212. </column>
  1213. <column>
  1214. <property name="text">
  1215. <string>Emplacement</string>
  1216. </property>
  1217. </column>
  1218. </widget>
  1219. </item>
  1220. <item>
  1221. <layout class="QHBoxLayout" name="horizontalLayout_7">
  1222. <property name="sizeConstraint">
  1223. <enum>QLayout::SetMinimumSize</enum>
  1224. </property>
  1225. <item>
  1226. <widget class="QPushButton" name="musicFoldersRemoveButton">
  1227. <property name="minimumSize">
  1228. <size>
  1229. <width>0</width>
  1230. <height>32</height>
  1231. </size>
  1232. </property>
  1233. <property name="text">
  1234. <string>Supprimer</string>
  1235. </property>
  1236. <property name="icon">
  1237. <iconset resource="rsc.qrc">
  1238. <normaloff>:/img/rsc/delete.png</normaloff>:/img/rsc/delete.png</iconset>
  1239. </property>
  1240. </widget>
  1241. </item>
  1242. <item>
  1243. <spacer name="horizontalSpacer">
  1244. <property name="orientation">
  1245. <enum>Qt::Horizontal</enum>
  1246. </property>
  1247. <property name="sizeHint" stdset="0">
  1248. <size>
  1249. <width>40</width>
  1250. <height>20</height>
  1251. </size>
  1252. </property>
  1253. </spacer>
  1254. </item>
  1255. <item>
  1256. <widget class="QPushButton" name="musicFoldersAddButton">
  1257. <property name="minimumSize">
  1258. <size>
  1259. <width>128</width>
  1260. <height>32</height>
  1261. </size>
  1262. </property>
  1263. <property name="text">
  1264. <string>Ajouter</string>
  1265. </property>
  1266. <property name="icon">
  1267. <iconset resource="rsc.qrc">
  1268. <normaloff>:/img/rsc/plus.png</normaloff>:/img/rsc/plus.png</iconset>
  1269. </property>
  1270. </widget>
  1271. </item>
  1272. </layout>
  1273. </item>
  1274. <item>
  1275. <widget class="Line" name="line">
  1276. <property name="orientation">
  1277. <enum>Qt::Horizontal</enum>
  1278. </property>
  1279. </widget>
  1280. </item>
  1281. <item>
  1282. <widget class="QLabel" name="label_13">
  1283. <property name="font">
  1284. <font>
  1285. <family>Verdana</family>
  1286. <pointsize>8</pointsize>
  1287. <weight>75</weight>
  1288. <bold>true</bold>
  1289. <underline>true</underline>
  1290. </font>
  1291. </property>
  1292. <property name="text">
  1293. <string>Mes étiquettes</string>
  1294. </property>
  1295. </widget>
  1296. </item>
  1297. <item>
  1298. <widget class="TagsTable" name="settingsTagsTableWidget">
  1299. <property name="minimumSize">
  1300. <size>
  1301. <width>0</width>
  1302. <height>192</height>
  1303. </size>
  1304. </property>
  1305. <property name="maximumSize">
  1306. <size>
  1307. <width>16777215</width>
  1308. <height>192</height>
  1309. </size>
  1310. </property>
  1311. <property name="horizontalScrollBarPolicy">
  1312. <enum>Qt::ScrollBarAsNeeded</enum>
  1313. </property>
  1314. <property name="selectionMode">
  1315. <enum>QAbstractItemView::SingleSelection</enum>
  1316. </property>
  1317. <property name="selectionBehavior">
  1318. <enum>QAbstractItemView::SelectRows</enum>
  1319. </property>
  1320. <property name="showGrid">
  1321. <bool>false</bool>
  1322. </property>
  1323. <property name="gridStyle">
  1324. <enum>Qt::NoPen</enum>
  1325. </property>
  1326. <property name="cornerButtonEnabled">
  1327. <bool>false</bool>
  1328. </property>
  1329. <attribute name="horizontalHeaderVisible">
  1330. <bool>false</bool>
  1331. </attribute>
  1332. <attribute name="horizontalHeaderStretchLastSection">
  1333. <bool>true</bool>
  1334. </attribute>
  1335. <attribute name="verticalHeaderVisible">
  1336. <bool>false</bool>
  1337. </attribute>
  1338. <column>
  1339. <property name="text">
  1340. <string>id</string>
  1341. </property>
  1342. </column>
  1343. <column>
  1344. <property name="text">
  1345. <string>checked</string>
  1346. </property>
  1347. <property name="textAlignment">
  1348. <set>AlignCenter</set>
  1349. </property>
  1350. </column>
  1351. <column>
  1352. <property name="text">
  1353. <string>label</string>
  1354. </property>
  1355. </column>
  1356. </widget>
  1357. </item>
  1358. <item>
  1359. <layout class="QHBoxLayout" name="horizontalLayout_20">
  1360. <property name="sizeConstraint">
  1361. <enum>QLayout::SetMinimumSize</enum>
  1362. </property>
  1363. <item>
  1364. <widget class="QPushButton" name="tableTagsRemoveButton">
  1365. <property name="minimumSize">
  1366. <size>
  1367. <width>0</width>
  1368. <height>32</height>
  1369. </size>
  1370. </property>
  1371. <property name="text">
  1372. <string>Supprimer</string>
  1373. </property>
  1374. <property name="icon">
  1375. <iconset resource="rsc.qrc">
  1376. <normaloff>:/img/rsc/delete.png</normaloff>:/img/rsc/delete.png</iconset>
  1377. </property>
  1378. </widget>
  1379. </item>
  1380. <item>
  1381. <spacer name="horizontalSpacer_3">
  1382. <property name="orientation">
  1383. <enum>Qt::Horizontal</enum>
  1384. </property>
  1385. <property name="sizeHint" stdset="0">
  1386. <size>
  1387. <width>40</width>
  1388. <height>20</height>
  1389. </size>
  1390. </property>
  1391. </spacer>
  1392. </item>
  1393. <item>
  1394. <widget class="QPushButton" name="tagsTableAddButton">
  1395. <property name="minimumSize">
  1396. <size>
  1397. <width>128</width>
  1398. <height>32</height>
  1399. </size>
  1400. </property>
  1401. <property name="text">
  1402. <string>Ajouter</string>
  1403. </property>
  1404. <property name="icon">
  1405. <iconset resource="rsc.qrc">
  1406. <normaloff>:/img/rsc/plus.png</normaloff>:/img/rsc/plus.png</iconset>
  1407. </property>
  1408. </widget>
  1409. </item>
  1410. </layout>
  1411. </item>
  1412. <item>
  1413. <spacer name="verticalSpacer">
  1414. <property name="orientation">
  1415. <enum>Qt::Vertical</enum>
  1416. </property>
  1417. <property name="sizeHint" stdset="0">
  1418. <size>
  1419. <width>20</width>
  1420. <height>40</height>
  1421. </size>
  1422. </property>
  1423. </spacer>
  1424. </item>
  1425. </layout>
  1426. </item>
  1427. </layout>
  1428. </widget>
  1429. </widget>
  1430. </item>
  1431. <item>
  1432. <widget class="VlcFrame" name="vlcFrame">
  1433. <property name="minimumSize">
  1434. <size>
  1435. <width>500</width>
  1436. <height>100</height>
  1437. </size>
  1438. </property>
  1439. <property name="maximumSize">
  1440. <size>
  1441. <width>16777215</width>
  1442. <height>100</height>
  1443. </size>
  1444. </property>
  1445. <property name="frameShape">
  1446. <enum>QFrame::StyledPanel</enum>
  1447. </property>
  1448. <property name="frameShadow">
  1449. <enum>QFrame::Raised</enum>
  1450. </property>
  1451. </widget>
  1452. </item>
  1453. </layout>
  1454. </item>
  1455. </layout>
  1456. </item>
  1457. </layout>
  1458. </widget>
  1459. <widget class="QStatusBar" name="statusbar"/>
  1460. </widget>
  1461. <customwidgets>
  1462. <customwidget>
  1463. <class>ExplorerTable</class>
  1464. <extends>QTreeWidget</extends>
  1465. <header location="global">.widgets.explorertable.h</header>
  1466. </customwidget>
  1467. <customwidget>
  1468. <class>VlcFrame</class>
  1469. <extends>QFrame</extends>
  1470. <header location="global">.widgets.vlcframe.h</header>
  1471. <container>1</container>
  1472. </customwidget>
  1473. <customwidget>
  1474. <class>PlaylistTable</class>
  1475. <extends>QTableWidget</extends>
  1476. <header location="global">.widgets.playlist_table.h</header>
  1477. </customwidget>
  1478. <customwidget>
  1479. <class>FrameNotes</class>
  1480. <extends>QFrame</extends>
  1481. <header location="global">.widgets.frame_notes.h</header>
  1482. <container>1</container>
  1483. </customwidget>
  1484. <customwidget>
  1485. <class>TagsTable</class>
  1486. <extends>QTableWidget</extends>
  1487. <header location="global">.widgets.tags_table.h</header>
  1488. </customwidget>
  1489. </customwidgets>
  1490. <resources>
  1491. <include location="rsc.qrc"/>
  1492. </resources>
  1493. <connections/>
  1494. </ui>