gui.ui 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>window</class>
  4. <widget class="QMainWindow" name="window">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1045</width>
  10. <height>487</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>pyTranscriber - v1.5 - 07/12/2020</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QPushButton" name="bSelectMedia">
  18. <property name="geometry">
  19. <rect>
  20. <x>10</x>
  21. <y>10</y>
  22. <width>141</width>
  23. <height>34</height>
  24. </rect>
  25. </property>
  26. <property name="text">
  27. <string>Select file(s)</string>
  28. </property>
  29. </widget>
  30. <widget class="QPushButton" name="bConvert">
  31. <property name="enabled">
  32. <bool>false</bool>
  33. </property>
  34. <property name="geometry">
  35. <rect>
  36. <x>200</x>
  37. <y>290</y>
  38. <width>341</width>
  39. <height>34</height>
  40. </rect>
  41. </property>
  42. <property name="text">
  43. <string>Transcribe Audio / Generate Subtitles</string>
  44. </property>
  45. </widget>
  46. <widget class="QProgressBar" name="progressBar">
  47. <property name="geometry">
  48. <rect>
  49. <x>20</x>
  50. <y>340</y>
  51. <width>1021</width>
  52. <height>23</height>
  53. </rect>
  54. </property>
  55. <property name="value">
  56. <number>0</number>
  57. </property>
  58. </widget>
  59. <widget class="QLabel" name="labelCurrentOperation">
  60. <property name="geometry">
  61. <rect>
  62. <x>170</x>
  63. <y>350</y>
  64. <width>871</width>
  65. <height>41</height>
  66. </rect>
  67. </property>
  68. <property name="text">
  69. <string/>
  70. </property>
  71. </widget>
  72. <widget class="QPushButton" name="bOpenOutputFolder">
  73. <property name="geometry">
  74. <rect>
  75. <x>550</x>
  76. <y>290</y>
  77. <width>241</width>
  78. <height>34</height>
  79. </rect>
  80. </property>
  81. <property name="text">
  82. <string>Open Output Folder</string>
  83. </property>
  84. </widget>
  85. <widget class="QPushButton" name="bSelectOutputFolder">
  86. <property name="geometry">
  87. <rect>
  88. <x>10</x>
  89. <y>180</y>
  90. <width>141</width>
  91. <height>34</height>
  92. </rect>
  93. </property>
  94. <property name="text">
  95. <string>Output Location</string>
  96. </property>
  97. </widget>
  98. <widget class="QLineEdit" name="qleOutputFolder">
  99. <property name="geometry">
  100. <rect>
  101. <x>160</x>
  102. <y>180</y>
  103. <width>861</width>
  104. <height>32</height>
  105. </rect>
  106. </property>
  107. <property name="text">
  108. <string/>
  109. </property>
  110. <property name="readOnly">
  111. <bool>true</bool>
  112. </property>
  113. </widget>
  114. <widget class="QGroupBox" name="groupBox">
  115. <property name="geometry">
  116. <rect>
  117. <x>160</x>
  118. <y>10</y>
  119. <width>871</width>
  120. <height>161</height>
  121. </rect>
  122. </property>
  123. <property name="title">
  124. <string>&amp;List of files to generate transcribe audio / generate subtitles</string>
  125. </property>
  126. <property name="alignment">
  127. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  128. </property>
  129. <property name="flat">
  130. <bool>false</bool>
  131. </property>
  132. <property name="checkable">
  133. <bool>false</bool>
  134. </property>
  135. <widget class="QListWidget" name="qlwListFilesSelected">
  136. <property name="geometry">
  137. <rect>
  138. <x>10</x>
  139. <y>30</y>
  140. <width>851</width>
  141. <height>121</height>
  142. </rect>
  143. </property>
  144. </widget>
  145. </widget>
  146. <widget class="QPushButton" name="bRemoveFile">
  147. <property name="geometry">
  148. <rect>
  149. <x>10</x>
  150. <y>50</y>
  151. <width>141</width>
  152. <height>34</height>
  153. </rect>
  154. </property>
  155. <property name="text">
  156. <string>Remove file(s)</string>
  157. </property>
  158. </widget>
  159. <widget class="QLabel" name="labelProgressFileIndex">
  160. <property name="geometry">
  161. <rect>
  162. <x>30</x>
  163. <y>350</y>
  164. <width>131</width>
  165. <height>41</height>
  166. </rect>
  167. </property>
  168. <property name="text">
  169. <string/>
  170. </property>
  171. </widget>
  172. <widget class="QPushButton" name="bCancel">
  173. <property name="geometry">
  174. <rect>
  175. <x>470</x>
  176. <y>390</y>
  177. <width>108</width>
  178. <height>36</height>
  179. </rect>
  180. </property>
  181. <property name="text">
  182. <string>Cancel</string>
  183. </property>
  184. </widget>
  185. <widget class="QCheckBox" name="chbxOpenOutputFilesAuto">
  186. <property name="geometry">
  187. <rect>
  188. <x>10</x>
  189. <y>220</y>
  190. <width>291</width>
  191. <height>32</height>
  192. </rect>
  193. </property>
  194. <property name="text">
  195. <string>Open output files automatically</string>
  196. </property>
  197. <property name="checked">
  198. <bool>true</bool>
  199. </property>
  200. </widget>
  201. <widget class="QWidget" name="horizontalLayoutWidget">
  202. <property name="geometry">
  203. <rect>
  204. <x>200</x>
  205. <y>250</y>
  206. <width>591</width>
  207. <height>34</height>
  208. </rect>
  209. </property>
  210. <layout class="QHBoxLayout" name="horizontalLayout_5">
  211. <item>
  212. <widget class="QLabel" name="labelSelectLang">
  213. <property name="text">
  214. <string>Audio Language:</string>
  215. </property>
  216. </widget>
  217. </item>
  218. <item>
  219. <widget class="QComboBox" name="cbSelectLang">
  220. <property name="sizeAdjustPolicy">
  221. <enum>QComboBox::AdjustToContents</enum>
  222. </property>
  223. </widget>
  224. </item>
  225. </layout>
  226. </widget>
  227. </widget>
  228. <widget class="QMenuBar" name="menubar">
  229. <property name="geometry">
  230. <rect>
  231. <x>0</x>
  232. <y>0</y>
  233. <width>1045</width>
  234. <height>34</height>
  235. </rect>
  236. </property>
  237. <widget class="QMenu" name="menuAbout">
  238. <property name="title">
  239. <string>Abo&amp;ut</string>
  240. </property>
  241. <addaction name="actionLicense"/>
  242. <addaction name="actionDonate"/>
  243. <addaction name="actionAbout_pyTranscriber"/>
  244. </widget>
  245. <addaction name="menuAbout"/>
  246. </widget>
  247. <widget class="QStatusBar" name="statusbar"/>
  248. <action name="actionLicense">
  249. <property name="text">
  250. <string>&amp;License</string>
  251. </property>
  252. </action>
  253. <action name="actionDonate">
  254. <property name="text">
  255. <string>&amp;DONATIONS</string>
  256. </property>
  257. </action>
  258. <action name="actionAbout_pyTranscriber">
  259. <property name="text">
  260. <string>&amp;About pyTranscriber</string>
  261. </property>
  262. </action>
  263. </widget>
  264. <resources/>
  265. <connections/>
  266. </ui>