<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>AudioTransferClass</class>
|
<widget class="QWidget" name="AudioTransferClass">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>539</width>
|
<height>531</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>AudioTransfer</string>
|
</property>
|
<widget class="Line" name="line_3">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>10</y>
|
<width>20</width>
|
<height>481</height>
|
</rect>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Vertical</enum>
|
</property>
|
</widget>
|
<widget class="Line" name="line_4">
|
<property name="geometry">
|
<rect>
|
<x>520</x>
|
<y>10</y>
|
<width>20</width>
|
<height>481</height>
|
</rect>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Vertical</enum>
|
</property>
|
</widget>
|
<widget class="Line" name="line_2">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>0</y>
|
<width>521</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Horizontal</enum>
|
</property>
|
</widget>
|
<widget class="Line" name="line">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>480</y>
|
<width>521</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Horizontal</enum>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_exit">
|
<property name="geometry">
|
<rect>
|
<x>450</x>
|
<y>500</y>
|
<width>75</width>
|
<height>23</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Eixt</string>
|
</property>
|
</widget>
|
<widget class="QTreeWidget" name="treeWidget">
|
<property name="geometry">
|
<rect>
|
<x>30</x>
|
<y>20</y>
|
<width>481</width>
|
<height>231</height>
|
</rect>
|
</property>
|
<column>
|
<property name="text">
|
<string>Device tree</string>
|
</property>
|
</column>
|
</widget>
|
<widget class="QPushButton" name="pushButton_browse">
|
<property name="geometry">
|
<rect>
|
<x>340</x>
|
<y>290</y>
|
<width>81</width>
|
<height>23</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Browse</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_talkmrsend">
|
<property name="geometry">
|
<rect>
|
<x>430</x>
|
<y>290</y>
|
<width>81</width>
|
<height>23</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Send</string>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="lineEdit_sendfilepath">
|
<property name="geometry">
|
<rect>
|
<x>130</x>
|
<y>290</y>
|
<width>201</width>
|
<height>21</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label">
|
<property name="geometry">
|
<rect>
|
<x>20</x>
|
<y>290</y>
|
<width>111</width>
|
<height>20</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Audio file path</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_startmr">
|
<property name="geometry">
|
<rect>
|
<x>340</x>
|
<y>260</y>
|
<width>81</width>
|
<height>23</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Start</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_stopmr">
|
<property name="geometry">
|
<rect>
|
<x>430</x>
|
<y>260</y>
|
<width>81</width>
|
<height>23</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Stop</string>
|
</property>
|
</widget>
|
<widget class="QTableWidget" name="tableWidget">
|
<property name="geometry">
|
<rect>
|
<x>20</x>
|
<y>350</y>
|
<width>491</width>
|
<height>131</height>
|
</rect>
|
</property>
|
<column>
|
<property name="text">
|
<string>Time</string>
|
</property>
|
</column>
|
<column>
|
<property name="text">
|
<string>Handle</string>
|
</property>
|
</column>
|
<column>
|
<property name="text">
|
<string>Size</string>
|
</property>
|
</column>
|
<column>
|
<property name="text">
|
<string>Type</string>
|
</property>
|
</column>
|
<column>
|
<property name="text">
|
<string>User data</string>
|
</property>
|
</column>
|
</widget>
|
<widget class="QLabel" name="label_2">
|
<property name="geometry">
|
<rect>
|
<x>20</x>
|
<y>330</y>
|
<width>91</width>
|
<height>16</height>
|
</rect>
|
</property>
|
<property name="text">
|
<string>Receive data</string>
|
</property>
|
</widget>
|
<widget class="Line" name="line_5">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>320</y>
|
<width>521</width>
|
<height>16</height>
|
</rect>
|
</property>
|
<property name="orientation">
|
<enum>Qt::Horizontal</enum>
|
</property>
|
</widget>
|
</widget>
|
<layoutdefault spacing="6" margin="11"/>
|
<resources/>
|
<connections/>
|
</ui>
|