1<ui version="4.0" >
2 <class>pulseDeviceChooserDialog</class>
3 <widget class="QDialog" name="pulseDeviceChooserDialog" >
4  <property name="geometry" >
5   <rect>
6    <x>0</x>
7    <y>0</y>
8    <width>380</width>
9    <height>271</height>
10   </rect>
11  </property>
12  <property name="windowTitle" >
13   <string>Pulse Audio Settings</string>
14  </property>
15  <widget class="QWidget" name="layoutWidget" >
16   <property name="geometry" >
17    <rect>
18     <x>10</x>
19     <y>10</y>
20     <width>361</width>
21     <height>251</height>
22    </rect>
23   </property>
24   <layout class="QHBoxLayout" >
25    <item>
26     <layout class="QVBoxLayout" >
27      <item>
28       <widget class="QLabel" name="label" >
29        <property name="text" >
30         <string>Select a source device below.</string>
31        </property>
32       </widget>
33      </item>
34      <item>
35       <widget class="QListView" name="devicesListView" >
36        <property name="toolTip" >
37         <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
38p, li { white-space: pre-wrap; }
39&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;">
40&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Double click a source device to activate it.&lt;/p>&lt;/body>&lt;/html></string>
41        </property>
42        <property name="autoFillBackground" >
43         <bool>true</bool>
44        </property>
45        <property name="viewMode" >
46         <enum>QListView::ListMode</enum>
47        </property>
48       </widget>
49      </item>
50      <item>
51       <widget class="QCheckBox" name="tryFirstPlayBackMonitorCheckBox" >
52        <property name="toolTip" >
53         <string>This will try to find any available playback monitor on startup as the pulseaudio source device. This is a quick and dirty way to generally get projectM sound data without specifying a device explicitly.</string>
54        </property>
55        <property name="text" >
56         <string>Try first available playback monitor</string>
57        </property>
58       </widget>
59      </item>
60     </layout>
61    </item>
62    <item>
63     <widget class="QDialogButtonBox" name="buttonBox" >
64      <property name="orientation" >
65       <enum>Qt::Vertical</enum>
66      </property>
67      <property name="standardButtons" >
68       <set>QDialogButtonBox::Ok</set>
69      </property>
70     </widget>
71    </item>
72   </layout>
73  </widget>
74 </widget>
75 <resources>
76  <include location="DeviceChooser.qrc" />
77 </resources>
78 <connections>
79  <connection>
80   <sender>buttonBox</sender>
81   <signal>rejected()</signal>
82   <receiver>pulseDeviceChooserDialog</receiver>
83   <slot>reject()</slot>
84   <hints>
85    <hint type="sourcelabel" >
86     <x>316</x>
87     <y>260</y>
88    </hint>
89    <hint type="destinationlabel" >
90     <x>286</x>
91     <y>274</y>
92    </hint>
93   </hints>
94  </connection>
95  <connection>
96   <sender>buttonBox</sender>
97   <signal>accepted()</signal>
98   <receiver>pulseDeviceChooserDialog</receiver>
99   <slot>accept()</slot>
100   <hints>
101    <hint type="sourcelabel" >
102     <x>248</x>
103     <y>254</y>
104    </hint>
105    <hint type="destinationlabel" >
106     <x>157</x>
107     <y>274</y>
108    </hint>
109   </hints>
110  </connection>
111 </connections>
112</ui>
113