[AFV] Ref T739, adv. UI component to start/stop audio and distributed audio

This commit is contained in:
Klaus Basan
2019-10-25 01:14:58 +02:00
committed by Mat Sutcliffe
parent 767b999330
commit b9acf794d8
4 changed files with 92 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
<?xml version='1.0'?>
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CAudioAdvancedDistributedComponent</class>
<widget class="QFrame" name="CAudioAdvancedDistributedComponent">
@@ -6,12 +6,30 @@
<rect>
<x>0</x>
<y>0</y>
<width>640</width>
<height>480</height>
<width>166</width>
<height>32</height>
</rect>
</property>
<property name="windowTitle">
<string>Frame</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="lbl_StartStop">
<property name="text">
<string>Start/stop audio:</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="pb_StartStop">
<property name="text">
<string>stop</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>