delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git] / runtime / phonon / kcm / devicepreference.ui
blobfb0ea77bc5d97bc2dc1c242c9c4a412b900ba52f
1 <ui version="4.0" >
2  <author>Matthias Kretz &lt;kretz@kde.org></author>
3  <class>DevicePreference</class>
4  <widget class="QWidget" name="DevicePreference" >
5   <property name="geometry" >
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>600</width>
10     <height>400</height>
11    </rect>
12   </property>
13   <layout class="QGridLayout" >
14    <item rowspan="2" row="0" column="0" >
15     <layout class="QVBoxLayout" >
16      <item>
17       <widget class="QTreeView" name="categoryTree" >
18        <property name="sizePolicy" >
19         <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
20          <horstretch>0</horstretch>
21          <verstretch>0</verstretch>
22         </sizepolicy>
23        </property>
24        <property name="contextMenuPolicy" >
25         <enum>Qt::CustomContextMenu</enum>
26        </property>
27        <property name="toolTip" >
28         <string>Various categories of outputs.  For each category you may choose what device you wish to output to.</string>
29        </property>
30        <property name="whatsThis" >
31         <string>Various categories of outputs.  For each category you may choose what device you wish to output to.</string>
32        </property>
33        <property name="itemsExpandable" >
34         <bool>false</bool>
35        </property>
36       </widget>
37      </item>
38      <item>
39       <layout class="QHBoxLayout" >
40        <property name="spacing" >
41         <number>0</number>
42        </property>
43        <item>
44         <widget class="QCheckBox" name="showCheckBox" >
45          <property name="text" >
46           <string>Show advanced devices</string>
47          </property>
48         </widget>
49        </item>
50        <item>
51         <spacer>
52          <property name="orientation" >
53           <enum>Qt::Horizontal</enum>
54          </property>
55          <property name="sizeType" >
56           <enum>QSizePolicy::Preferred</enum>
57          </property>
58          <property name="sizeHint" stdset="0" >
59           <size>
60            <width>0</width>
61            <height>20</height>
62           </size>
63          </property>
64         </spacer>
65        </item>
66       </layout>
67      </item>
68      <item>
69       <layout class="QHBoxLayout" >
70        <property name="spacing" >
71         <number>0</number>
72        </property>
73        <item>
74         <widget class="QPushButton" name="applyPreferencesButton" >
75          <property name="text" >
76           <string>Apply Device List To...</string>
77          </property>
78         </widget>
79        </item>
80        <item>
81         <spacer>
82          <property name="orientation" >
83           <enum>Qt::Horizontal</enum>
84          </property>
85          <property name="sizeType" >
86           <enum>QSizePolicy::Minimum</enum>
87          </property>
88          <property name="sizeHint" stdset="0" >
89           <size>
90            <width>0</width>
91            <height>20</height>
92           </size>
93          </property>
94         </spacer>
95        </item>
96       </layout>
97      </item>
98     </layout>
99    </item>
100    <item row="0" column="1" >
101     <widget class="QTreeView" name="deviceList" >
102      <property name="acceptDrops" >
103       <bool>true</bool>
104      </property>
105      <property name="toolTip" >
106       <string>Audio Outputs found on your system.  Choose the device that you wish sound to come out of.</string>
107      </property>
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
110 so on.</string>
111      </property>
112      <property name="horizontalScrollBarPolicy" >
113       <enum>Qt::ScrollBarAsNeeded</enum>
114      </property>
115      <property name="dragEnabled" >
116       <bool>true</bool>
117      </property>
118      <property name="dragDropMode" >
119       <enum>QAbstractItemView::InternalMove</enum>
120      </property>
121      <property name="selectionBehavior" >
122       <enum>QAbstractItemView::SelectRows</enum>
123      </property>
124      <property name="iconSize" >
125       <size>
126        <width>32</width>
127        <height>32</height>
128       </size>
129      </property>
130      <property name="textElideMode" >
131       <enum>Qt::ElideNone</enum>
132      </property>
133      <property name="verticalScrollMode" >
134       <enum>QAbstractItemView::ScrollPerPixel</enum>
135      </property>
136      <property name="horizontalScrollMode" >
137       <enum>QAbstractItemView::ScrollPerPixel</enum>
138      </property>
139      <property name="rootIsDecorated" >
140       <bool>false</bool>
141      </property>
142      <property name="itemsExpandable" >
143       <bool>false</bool>
144      </property>
145     </widget>
146    </item>
147    <item row="1" column="1" >
148     <layout class="QHBoxLayout" >
149      <item>
150       <widget class="QToolButton" name="removeButton" >
151        <property name="enabled" >
152         <bool>false</bool>
153        </property>
154        <property name="text" >
155         <string>Remove</string>
156        </property>
157        <property name="toolButtonStyle" >
158         <enum>Qt::ToolButtonTextBesideIcon</enum>
159        </property>
160       </widget>
161      </item>
162      <item>
163       <spacer>
164        <property name="orientation" >
165         <enum>Qt::Horizontal</enum>
166        </property>
167        <property name="sizeHint" stdset="0" >
168         <size>
169          <width>16</width>
170          <height>29</height>
171         </size>
172        </property>
173       </spacer>
174      </item>
175      <item>
176       <widget class="QToolButton" name="testPlaybackButton" >
177        <property name="text" >
178         <string>Test</string>
179        </property>
180        <property name="checkable" >
181         <bool>true</bool>
182        </property>
183        <property name="toolButtonStyle" >
184         <enum>Qt::ToolButtonTextBesideIcon</enum>
185        </property>
186       </widget>
187      </item>
188      <item>
189       <widget class="QToolButton" name="preferButton" >
190        <property name="enabled" >
191         <bool>false</bool>
192        </property>
193        <property name="toolTip" >
194         <string>prefer the selected device</string>
195        </property>
196        <property name="text" >
197         <string>Prefer</string>
198        </property>
199        <property name="toolButtonStyle" >
200         <enum>Qt::ToolButtonTextBesideIcon</enum>
201        </property>
202       </widget>
203      </item>
204      <item>
205       <widget class="QToolButton" name="deferButton" >
206        <property name="enabled" >
207         <bool>false</bool>
208        </property>
209        <property name="toolTip" >
210         <string>no preference for the selected device</string>
211        </property>
212        <property name="text" >
213         <string>Defer</string>
214        </property>
215        <property name="toolButtonStyle" >
216         <enum>Qt::ToolButtonTextBesideIcon</enum>
217        </property>
218       </widget>
219      </item>
220     </layout>
221    </item>
222   </layout>
223  </widget>
224  <layoutfunction spacing="KDialog::spacingHint" margin="KDialog::marginHint" />
225  <includes>
226   <include location="global" >kdialog.h</include>
227  </includes>
228  <resources/>
229  <connections/>
230 </ui>