| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266 | <?xml version="1.0" encoding="UTF-8"?><ui version="4.0"> <class>window</class> <widget class="QMainWindow" name="window">  <property name="geometry">   <rect>    <x>0</x>    <y>0</y>    <width>1045</width>    <height>487</height>   </rect>  </property>  <property name="windowTitle">   <string>pyTranscriber - v1.5 - 07/12/2020</string>  </property>  <widget class="QWidget" name="centralwidget">   <widget class="QPushButton" name="bSelectMedia">    <property name="geometry">     <rect>      <x>10</x>      <y>10</y>      <width>141</width>      <height>34</height>     </rect>    </property>    <property name="text">     <string>Select file(s)</string>    </property>   </widget>   <widget class="QPushButton" name="bConvert">    <property name="enabled">     <bool>false</bool>    </property>    <property name="geometry">     <rect>      <x>200</x>      <y>290</y>      <width>341</width>      <height>34</height>     </rect>    </property>    <property name="text">     <string>Transcribe Audio / Generate Subtitles</string>    </property>   </widget>   <widget class="QProgressBar" name="progressBar">    <property name="geometry">     <rect>      <x>20</x>      <y>340</y>      <width>1021</width>      <height>23</height>     </rect>    </property>    <property name="value">     <number>0</number>    </property>   </widget>   <widget class="QLabel" name="labelCurrentOperation">    <property name="geometry">     <rect>      <x>170</x>      <y>350</y>      <width>871</width>      <height>41</height>     </rect>    </property>    <property name="text">     <string/>    </property>   </widget>   <widget class="QPushButton" name="bOpenOutputFolder">    <property name="geometry">     <rect>      <x>550</x>      <y>290</y>      <width>241</width>      <height>34</height>     </rect>    </property>    <property name="text">     <string>Open Output Folder</string>    </property>   </widget>   <widget class="QPushButton" name="bSelectOutputFolder">    <property name="geometry">     <rect>      <x>10</x>      <y>180</y>      <width>141</width>      <height>34</height>     </rect>    </property>    <property name="text">     <string>Output Location</string>    </property>   </widget>   <widget class="QLineEdit" name="qleOutputFolder">    <property name="geometry">     <rect>      <x>160</x>      <y>180</y>      <width>861</width>      <height>32</height>     </rect>    </property>    <property name="text">     <string/>    </property>    <property name="readOnly">     <bool>true</bool>    </property>   </widget>   <widget class="QGroupBox" name="groupBox">    <property name="geometry">     <rect>      <x>160</x>      <y>10</y>      <width>871</width>      <height>161</height>     </rect>    </property>    <property name="title">     <string>&List of files to generate transcribe audio / generate subtitles</string>    </property>    <property name="alignment">     <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>    </property>    <property name="flat">     <bool>false</bool>    </property>    <property name="checkable">     <bool>false</bool>    </property>    <widget class="QListWidget" name="qlwListFilesSelected">     <property name="geometry">      <rect>       <x>10</x>       <y>30</y>       <width>851</width>       <height>121</height>      </rect>     </property>    </widget>   </widget>   <widget class="QPushButton" name="bRemoveFile">    <property name="geometry">     <rect>      <x>10</x>      <y>50</y>      <width>141</width>      <height>34</height>     </rect>    </property>    <property name="text">     <string>Remove file(s)</string>    </property>   </widget>   <widget class="QLabel" name="labelProgressFileIndex">    <property name="geometry">     <rect>      <x>30</x>      <y>350</y>      <width>131</width>      <height>41</height>     </rect>    </property>    <property name="text">     <string/>    </property>   </widget>   <widget class="QPushButton" name="bCancel">    <property name="geometry">     <rect>      <x>470</x>      <y>390</y>      <width>108</width>      <height>36</height>     </rect>    </property>    <property name="text">     <string>Cancel</string>    </property>   </widget>   <widget class="QCheckBox" name="chbxOpenOutputFilesAuto">    <property name="geometry">     <rect>      <x>10</x>      <y>220</y>      <width>291</width>      <height>32</height>     </rect>    </property>    <property name="text">     <string>Open output files automatically</string>    </property>    <property name="checked">     <bool>true</bool>    </property>   </widget>   <widget class="QWidget" name="horizontalLayoutWidget">    <property name="geometry">     <rect>      <x>200</x>      <y>250</y>      <width>591</width>      <height>34</height>     </rect>    </property>    <layout class="QHBoxLayout" name="horizontalLayout_5">     <item>      <widget class="QLabel" name="labelSelectLang">       <property name="text">        <string>Audio Language:</string>       </property>      </widget>     </item>     <item>      <widget class="QComboBox" name="cbSelectLang">       <property name="sizeAdjustPolicy">        <enum>QComboBox::AdjustToContents</enum>       </property>      </widget>     </item>    </layout>   </widget>  </widget>  <widget class="QMenuBar" name="menubar">   <property name="geometry">    <rect>     <x>0</x>     <y>0</y>     <width>1045</width>     <height>34</height>    </rect>   </property>   <widget class="QMenu" name="menuAbout">    <property name="title">     <string>Abo&ut</string>    </property>    <addaction name="actionLicense"/>    <addaction name="actionDonate"/>    <addaction name="actionAbout_pyTranscriber"/>   </widget>   <addaction name="menuAbout"/>  </widget>  <widget class="QStatusBar" name="statusbar"/>  <action name="actionLicense">   <property name="text">    <string>&License</string>   </property>  </action>  <action name="actionDonate">   <property name="text">    <string>&DONATIONS</string>   </property>  </action>  <action name="actionAbout_pyTranscriber">   <property name="text">    <string>&About pyTranscriber</string>   </property>  </action> </widget> <resources/> <connections/></ui>
 |