123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>etVoiceTest</class>
- <widget class="QWidget" name="etVoiceTest">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>732</width>
- <height>523</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QWidget" name="widget_etvt_voice" native="true">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>60</y>
- <width>401</width>
- <height>80</height>
- </rect>
- </property>
- <widget class="QPushButton" name="btn_etvt_play">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>30</y>
- <width>31</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QSlider" name="hslider_etvt_voice">
- <property name="geometry">
- <rect>
- <x>120</x>
- <y>30</y>
- <width>71</width>
- <height>22</height>
- </rect>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_etvt_volume">
- <property name="geometry">
- <rect>
- <x>200</x>
- <y>30</y>
- <width>31</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QPushButton" name="btn_etvt_download">
- <property name="geometry">
- <rect>
- <x>300</x>
- <y>30</y>
- <width>31</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QSlider" name="hslider_etvt_volume">
- <property name="geometry">
- <rect>
- <x>240</x>
- <y>30</y>
- <width>51</width>
- <height>22</height>
- </rect>
- </property>
- <property name="maximum">
- <number>100</number>
- </property>
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- </widget>
- <widget class="QLabel" name="label_etvt_time">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>30</y>
- <width>71</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>00:00 / 00:00</string>
- </property>
- </widget>
- </widget>
- <widget class="QToolButton" name="btn_etvt_canotPlay">
- <property name="geometry">
- <rect>
- <x>450</x>
- <y>90</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>不能播放声音</string>
- </property>
- <property name="toolButtonStyle">
- <enum>Qt::ToolButtonTextBesideIcon</enum>
- </property>
- </widget>
- <widget class="QToolButton" name="btn_etvt_canPlay">
- <property name="geometry">
- <rect>
- <x>540</x>
- <y>90</y>
- <width>75</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>能够播放声音</string>
- </property>
- <property name="toolButtonStyle">
- <enum>Qt::ToolButtonTextBesideIcon</enum>
- </property>
- </widget>
- <widget class="QTableWidget" name="tablewt_envTest">
- <property name="geometry">
- <rect>
- <x>40</x>
- <y>190</y>
- <width>531</width>
- <height>281</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_HLine">
- <property name="geometry">
- <rect>
- <x>50</x>
- <y>160</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|