dlg_meta_editor.ui 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>dlgMetaEditor</class>
  4. <widget class="QDialog" name="dlgMetaEditor">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>270</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>400</width>
  16. <height>270</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>800</width>
  22. <height>270</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Editer les informations du morceau</string>
  27. </property>
  28. <layout class="QHBoxLayout" name="horizontalLayout">
  29. <item>
  30. <layout class="QVBoxLayout" name="verticalLayout">
  31. <property name="spacing">
  32. <number>10</number>
  33. </property>
  34. <item>
  35. <widget class="QLabel" name="label">
  36. <property name="font">
  37. <font>
  38. <pointsize>11</pointsize>
  39. <weight>75</weight>
  40. <bold>true</bold>
  41. </font>
  42. </property>
  43. <property name="text">
  44. <string>Editer les informations de la piste</string>
  45. </property>
  46. </widget>
  47. </item>
  48. <item>
  49. <layout class="QFormLayout" name="formLayout">
  50. <property name="horizontalSpacing">
  51. <number>17</number>
  52. </property>
  53. <property name="leftMargin">
  54. <number>6</number>
  55. </property>
  56. <property name="rightMargin">
  57. <number>6</number>
  58. </property>
  59. <item row="0" column="0">
  60. <widget class="QLabel" name="label_2">
  61. <property name="text">
  62. <string>Titre</string>
  63. </property>
  64. </widget>
  65. </item>
  66. <item row="0" column="1">
  67. <widget class="QLineEdit" name="lineTitle"/>
  68. </item>
  69. <item row="1" column="0">
  70. <widget class="QLabel" name="label_3">
  71. <property name="text">
  72. <string>Artiste</string>
  73. </property>
  74. </widget>
  75. </item>
  76. <item row="2" column="0">
  77. <widget class="QLabel" name="label_4">
  78. <property name="text">
  79. <string>Album</string>
  80. </property>
  81. </widget>
  82. </item>
  83. <item row="1" column="1">
  84. <widget class="QLineEdit" name="lineArtist"/>
  85. </item>
  86. <item row="2" column="1">
  87. <widget class="QLineEdit" name="lineAlbum"/>
  88. </item>
  89. <item row="3" column="0">
  90. <widget class="QLabel" name="label_5">
  91. <property name="text">
  92. <string>Piste n°</string>
  93. </property>
  94. </widget>
  95. </item>
  96. <item row="3" column="1">
  97. <widget class="QLineEdit" name="lineTrackNum"/>
  98. </item>
  99. </layout>
  100. </item>
  101. <item>
  102. <layout class="QHBoxLayout" name="horizontalLayout_3">
  103. <item>
  104. <widget class="QLabel" name="label_6">
  105. <property name="minimumSize">
  106. <size>
  107. <width>21</width>
  108. <height>21</height>
  109. </size>
  110. </property>
  111. <property name="maximumSize">
  112. <size>
  113. <width>21</width>
  114. <height>21</height>
  115. </size>
  116. </property>
  117. <property name="text">
  118. <string/>
  119. </property>
  120. <property name="pixmap">
  121. <pixmap resource="rsc.qrc">:/img/rsc/audio-file.png</pixmap>
  122. </property>
  123. <property name="scaledContents">
  124. <bool>true</bool>
  125. </property>
  126. </widget>
  127. </item>
  128. <item>
  129. <widget class="QLabel" name="lblPath">
  130. <property name="text">
  131. <string>...</string>
  132. </property>
  133. <property name="wordWrap">
  134. <bool>true</bool>
  135. </property>
  136. <property name="textInteractionFlags">
  137. <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
  138. </property>
  139. </widget>
  140. </item>
  141. <item>
  142. <widget class="QToolButton" name="btnOpenTrackFolder">
  143. <property name="text">
  144. <string>...</string>
  145. </property>
  146. <property name="icon">
  147. <iconset resource="rsc.qrc">
  148. <normaloff>:/img/rsc/folder.png</normaloff>:/img/rsc/folder.png</iconset>
  149. </property>
  150. </widget>
  151. </item>
  152. </layout>
  153. </item>
  154. <item>
  155. <spacer name="verticalSpacer">
  156. <property name="orientation">
  157. <enum>Qt::Vertical</enum>
  158. </property>
  159. <property name="sizeHint" stdset="0">
  160. <size>
  161. <width>20</width>
  162. <height>40</height>
  163. </size>
  164. </property>
  165. </spacer>
  166. </item>
  167. <item>
  168. <layout class="QHBoxLayout" name="horizontalLayout_2">
  169. <item>
  170. <widget class="QPushButton" name="btnCancel">
  171. <property name="minimumSize">
  172. <size>
  173. <width>120</width>
  174. <height>28</height>
  175. </size>
  176. </property>
  177. <property name="maximumSize">
  178. <size>
  179. <width>120</width>
  180. <height>28</height>
  181. </size>
  182. </property>
  183. <property name="text">
  184. <string>Annuler</string>
  185. </property>
  186. </widget>
  187. </item>
  188. <item>
  189. <spacer name="horizontalSpacer">
  190. <property name="orientation">
  191. <enum>Qt::Horizontal</enum>
  192. </property>
  193. <property name="sizeHint" stdset="0">
  194. <size>
  195. <width>40</width>
  196. <height>20</height>
  197. </size>
  198. </property>
  199. </spacer>
  200. </item>
  201. <item>
  202. <widget class="QPushButton" name="btnSave">
  203. <property name="minimumSize">
  204. <size>
  205. <width>140</width>
  206. <height>28</height>
  207. </size>
  208. </property>
  209. <property name="maximumSize">
  210. <size>
  211. <width>140</width>
  212. <height>28</height>
  213. </size>
  214. </property>
  215. <property name="text">
  216. <string>Enregistrer</string>
  217. </property>
  218. </widget>
  219. </item>
  220. </layout>
  221. </item>
  222. </layout>
  223. </item>
  224. </layout>
  225. </widget>
  226. <resources>
  227. <include location="rsc.qrc"/>
  228. </resources>
  229. <connections/>
  230. </ui>