2 <author>Matthias Kretz <kretz@kde.org></author>
3 <class>DevicePreference</class>
4 <widget class="QWidget" name="DevicePreference" >
5 <property name="geometry" >
13 <layout class="QGridLayout" >
14 <item rowspan="2" row="0" column="0" >
15 <layout class="QVBoxLayout" >
17 <widget class="QTreeView" name="categoryTree" >
18 <property name="sizePolicy" >
19 <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
20 <horstretch>0</horstretch>
21 <verstretch>0</verstretch>
24 <property name="contextMenuPolicy" >
25 <enum>Qt::CustomContextMenu</enum>
27 <property name="toolTip" >
28 <string>Various categories of outputs. For each category you may choose what device you wish to output to.</string>
30 <property name="whatsThis" >
31 <string>Various categories of outputs. For each category you may choose what device you wish to output to.</string>
33 <property name="itemsExpandable" >
39 <layout class="QHBoxLayout" >
40 <property name="spacing" >
44 <widget class="QCheckBox" name="showCheckBox" >
45 <property name="text" >
46 <string>Show advanced devices</string>
52 <property name="orientation" >
53 <enum>Qt::Horizontal</enum>
55 <property name="sizeType" >
56 <enum>QSizePolicy::Preferred</enum>
58 <property name="sizeHint" stdset="0" >
69 <layout class="QHBoxLayout" >
70 <property name="spacing" >
74 <widget class="QPushButton" name="applyPreferencesButton" >
75 <property name="text" >
76 <string>Apply Device List To...</string>
82 <property name="orientation" >
83 <enum>Qt::Horizontal</enum>
85 <property name="sizeType" >
86 <enum>QSizePolicy::Minimum</enum>
88 <property name="sizeHint" stdset="0" >
100 <item row="0" column="1" >
101 <widget class="QTreeView" name="deviceList" >
102 <property name="acceptDrops" >
105 <property name="toolTip" >
106 <string>Audio Outputs found on your system. Choose the device that you wish sound to come out of.</string>
108 <property name="whatsThis" >
109 <string>The order determines the preference of the output devices. If for some reason the first device cannot be used Phonon will try to use the second, and
112 <property name="horizontalScrollBarPolicy" >
113 <enum>Qt::ScrollBarAsNeeded</enum>
115 <property name="dragEnabled" >
118 <property name="dragDropMode" >
119 <enum>QAbstractItemView::InternalMove</enum>
121 <property name="selectionBehavior" >
122 <enum>QAbstractItemView::SelectRows</enum>
124 <property name="iconSize" >
130 <property name="textElideMode" >
131 <enum>Qt::ElideNone</enum>
133 <property name="verticalScrollMode" >
134 <enum>QAbstractItemView::ScrollPerPixel</enum>
136 <property name="horizontalScrollMode" >
137 <enum>QAbstractItemView::ScrollPerPixel</enum>
139 <property name="rootIsDecorated" >
142 <property name="itemsExpandable" >
147 <item row="1" column="1" >
148 <layout class="QHBoxLayout" >
150 <widget class="QToolButton" name="removeButton" >
151 <property name="enabled" >
154 <property name="text" >
155 <string>Remove</string>
157 <property name="toolButtonStyle" >
158 <enum>Qt::ToolButtonTextBesideIcon</enum>
164 <property name="orientation" >
165 <enum>Qt::Horizontal</enum>
167 <property name="sizeHint" stdset="0" >
176 <widget class="QToolButton" name="testPlaybackButton" >
177 <property name="text" >
178 <string>Test</string>
180 <property name="checkable" >
183 <property name="toolButtonStyle" >
184 <enum>Qt::ToolButtonTextBesideIcon</enum>
189 <widget class="QToolButton" name="preferButton" >
190 <property name="enabled" >
193 <property name="toolTip" >
194 <string>prefer the selected device</string>
196 <property name="text" >
197 <string>Prefer</string>
199 <property name="toolButtonStyle" >
200 <enum>Qt::ToolButtonTextBesideIcon</enum>
205 <widget class="QToolButton" name="deferButton" >
206 <property name="enabled" >
209 <property name="toolTip" >
210 <string>no preference for the selected device</string>
212 <property name="text" >
213 <string>Defer</string>
215 <property name="toolButtonStyle" >
216 <enum>Qt::ToolButtonTextBesideIcon</enum>
224 <layoutfunction spacing="KDialog::spacingHint" margin="KDialog::marginHint" />
226 <include location="global" >kdialog.h</include>