2018-02-10 00:32:32 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>MainWindow</class>
|
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2018-02-10 17:40:26 +08:00
|
|
|
<width>932</width>
|
2018-02-13 20:21:20 +08:00
|
|
|
<height>461</height>
|
2018-02-10 00:32:32 +08:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>MainWindow</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralWidget">
|
2018-02-10 17:40:26 +08:00
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
2018-02-13 20:21:20 +08:00
|
|
|
<item row="0" column="0" rowspan="2">
|
|
|
|
<widget class="QTabWidget" name="tabWidget">
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>0</number>
|
2018-02-12 16:58:34 +08:00
|
|
|
</property>
|
2018-02-13 20:21:20 +08:00
|
|
|
<widget class="QWidget" name="tab">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Tab 1</string>
|
|
|
|
</attribute>
|
|
|
|
<layout class="QGridLayout" name="gridLayout_4">
|
|
|
|
<item row="0" column="0" rowspan="6">
|
|
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QListWidget" name="inBit"/>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QListWidget" name="inChn"/>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="2">
|
|
|
|
<widget class="QListWidget" name="intRate"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" colspan="3">
|
|
|
|
<widget class="QListWidget" name="inputListWidget"/>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0" colspan="3">
|
|
|
|
<widget class="QLabel" name="label_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>input format</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" colspan="3">
|
|
|
|
<widget class="QLabel" name="label">
|
|
|
|
<property name="text">
|
|
|
|
<string>input device</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="1" rowspan="6">
|
|
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
|
|
<item row="3" column="0">
|
|
|
|
<widget class="QListWidget" name="outChn"/>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="1">
|
|
|
|
<widget class="QListWidget" name="outBit"/>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="2">
|
|
|
|
<widget class="QListWidget" name="outRate"/>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="0" colspan="3">
|
|
|
|
<widget class="QListWidget" name="outputListWidget"/>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="0" colspan="3">
|
|
|
|
<widget class="QLabel" name="label_4">
|
|
|
|
<property name="text">
|
|
|
|
<string>output format</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="0" colspan="3">
|
|
|
|
<widget class="QLabel" name="label_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>output device</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="0" column="2">
|
|
|
|
<widget class="QPushButton" name="pushButton">
|
|
|
|
<property name="text">
|
|
|
|
<string>start take voice and play</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="1" column="2">
|
|
|
|
<widget class="QPushButton" name="pushButton_4">
|
|
|
|
<property name="text">
|
|
|
|
<string>start take voice
|
|
|
|
and play (default device)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="2" column="2">
|
|
|
|
<widget class="QPushButton" name="pushButton_3">
|
|
|
|
<property name="text">
|
|
|
|
<string>stop (optional)</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="3" column="2">
|
|
|
|
<widget class="QPushButton" name="pushButton_2">
|
|
|
|
<property name="text">
|
|
|
|
<string>refresh device list</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item row="4" column="2">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_5">
|
|
|
|
<property name="text">
|
|
|
|
<string>input volume</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSlider" name="inHS">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
<property name="text">
|
|
|
|
<string>output volume</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSlider" name="outHS">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</item>
|
|
|
|
<item row="5" column="2">
|
|
|
|
<widget class="QWidget" name="widget" native="true">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="pushButton_5">
|
|
|
|
<property name="text">
|
|
|
|
<string>sound effect 1</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="pushButton_6">
|
|
|
|
<property name="text">
|
|
|
|
<string>sound effect 2</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="pushButton_7">
|
|
|
|
<property name="text">
|
|
|
|
<string>sound effect 3</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="pushButton_12">
|
|
|
|
<property name="text">
|
|
|
|
<string>I record this voice</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="tab_2">
|
|
|
|
<attribute name="title">
|
|
|
|
<string>Tab 2</string>
|
|
|
|
</attribute>
|
|
|
|
<widget class="QPushButton" name="pushButton_8">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>50</x>
|
|
|
|
<y>20</y>
|
|
|
|
<width>171</width>
|
|
|
|
<height>41</height>
|
|
|
|
</rect>
|
2018-02-10 17:40:26 +08:00
|
|
|
</property>
|
2018-02-12 16:58:34 +08:00
|
|
|
<property name="text">
|
2018-02-13 20:21:20 +08:00
|
|
|
<string>record 0</string>
|
2018-02-10 17:40:26 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
2018-02-13 20:21:20 +08:00
|
|
|
<widget class="QPushButton" name="pushButton_9">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>240</x>
|
|
|
|
<y>20</y>
|
|
|
|
<width>171</width>
|
|
|
|
<height>41</height>
|
|
|
|
</rect>
|
2018-02-10 17:40:26 +08:00
|
|
|
</property>
|
|
|
|
<property name="text">
|
2018-02-13 20:21:20 +08:00
|
|
|
<string>play record 0</string>
|
2018-02-10 17:40:26 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
2018-02-13 20:21:20 +08:00
|
|
|
<widget class="QPushButton" name="pushButton_10">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>50</x>
|
|
|
|
<y>60</y>
|
|
|
|
<width>171</width>
|
|
|
|
<height>41</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2018-02-12 16:58:34 +08:00
|
|
|
<property name="text">
|
2018-02-13 20:21:20 +08:00
|
|
|
<string>stop record</string>
|
2018-02-12 16:58:34 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
2018-02-13 20:21:20 +08:00
|
|
|
<widget class="QPushButton" name="pushButton_11">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>240</x>
|
|
|
|
<y>60</y>
|
|
|
|
<width>171</width>
|
|
|
|
<height>41</height>
|
|
|
|
</rect>
|
2018-02-12 16:58:34 +08:00
|
|
|
</property>
|
2018-02-10 17:40:26 +08:00
|
|
|
<property name="text">
|
2018-02-13 20:21:20 +08:00
|
|
|
<string>stop playing</string>
|
2018-02-10 17:40:26 +08:00
|
|
|
</property>
|
|
|
|
</widget>
|
2018-02-13 20:21:20 +08:00
|
|
|
</widget>
|
2018-02-10 17:40:26 +08:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2018-02-10 00:32:32 +08:00
|
|
|
</widget>
|
|
|
|
</widget>
|
|
|
|
<layoutdefault spacing="6" margin="11"/>
|
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|