1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>DlgPrefSoundItem</class>
4 <widget class="QWidget" name="DlgPrefSoundItem">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>283</width>
10    <height>26</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string extracomment="Constructs new sound items inside the Sound Hardware Preferences, representing an AudioPath and SoundDevice">Sound Item Preferences</string>
15  </property>
16  <layout class="QHBoxLayout" name="horizontalLayout">
17   <property name="margin">
18    <number>0</number>
19   </property>
20   <item>
21    <widget class="QLabel" name="typeLabel">
22     <property name="text">
23      <string>Type (#)</string>
24     </property>
25     <property name="buddy">
26      <cstring>deviceComboBox</cstring>
27     </property>
28    </widget>
29   </item>
30   <item>
31    <widget class="QComboBox" name="deviceComboBox"/>
32   </item>
33   <item>
34    <widget class="QComboBox" name="channelComboBox"/>
35   </item>
36  </layout>
37 </widget>
38 <resources/>
39 <connections/>
40</ui>
41