Audio recorder example updated to display level using QAudioProbe.

Change-Id: I7d5aea306aeb3cd9109615f9ed4905c53125233a
Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
This commit is contained in:
Lev Zelenskiy
2012-02-21 17:35:51 +10:00
committed by Qt by Nokia
parent 03a14a95fe
commit b37ea41ce1
6 changed files with 251 additions and 4 deletions

View File

@@ -155,6 +155,17 @@
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="levelLabel">
<property name="text">
<string>Audio Level:</string>
</property>
</widget>
</item>
<item row="3" column="1" colspan="-1">
<widget class="QAudioLevel" name="audioLevel">
</widget>
</item>
</layout>
</widget>
<widget class="QStatusBar" name="statusbar"/>