Warning, /libraries/phonon/settings/devicepreference.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <author>Matthias Kretz &lt;kretz@kde.org&gt;</author>
0004  <class>DevicePreference</class>
0005  <widget class="QWidget" name="DevicePreference">
0006   <property name="geometry">
0007    <rect>
0008     <x>0</x>
0009     <y>0</y>
0010     <width>600</width>
0011     <height>400</height>
0012    </rect>
0013   </property>
0014   <layout class="QGridLayout">
0015    <item row="0" column="0" rowspan="2">
0016     <layout class="QVBoxLayout">
0017      <item>
0018       <widget class="QTreeView" name="categoryTree">
0019        <property name="sizePolicy">
0020         <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
0021          <horstretch>0</horstretch>
0022          <verstretch>0</verstretch>
0023         </sizepolicy>
0024        </property>
0025        <property name="contextMenuPolicy">
0026         <enum>Qt::CustomContextMenu</enum>
0027        </property>
0028        <property name="toolTip">
0029         <string>Various categories of media use cases.  For each category, you may choose what device you prefer to be used by the Phonon applications.</string>
0030        </property>
0031        <property name="whatsThis">
0032         <string>Various categories of media use cases.  For each category, you may choose what device you prefer to be used by the Phonon applications.</string>
0033        </property>
0034        <property name="itemsExpandable">
0035         <bool>false</bool>
0036        </property>
0037       </widget>
0038      </item>
0039      <item>
0040       <layout class="QHBoxLayout" name="showAdvancedDevicesContainer">
0041        <property name="spacing">
0042         <number>0</number>
0043        </property>
0044        <item>
0045         <widget class="QCheckBox" name="showAdvancedDevicesCheckBox">
0046          <property name="text">
0047           <string>Show advanced devices</string>
0048          </property>
0049         </widget>
0050        </item>
0051        <item>
0052         <spacer name="showAdvancedDevicesSpacer">
0053          <property name="orientation">
0054           <enum>Qt::Horizontal</enum>
0055          </property>
0056          <property name="sizeType">
0057           <enum>QSizePolicy::Preferred</enum>
0058          </property>
0059          <property name="sizeHint" stdset="0">
0060           <size>
0061            <width>0</width>
0062            <height>20</height>
0063           </size>
0064          </property>
0065         </spacer>
0066        </item>
0067       </layout>
0068      </item>
0069      <item>
0070       <layout class="QHBoxLayout">
0071        <property name="spacing">
0072         <number>0</number>
0073        </property>
0074        <item>
0075         <widget class="QPushButton" name="applyPreferencesButton">
0076          <property name="toolTip">
0077           <string>Use the currently shown device list for more categories.</string>
0078          </property>
0079          <property name="whatsThis">
0080           <string>Use the currently shown device list for more categories.</string>
0081          </property>
0082          <property name="text">
0083           <string>Apply Device List To...</string>
0084          </property>
0085         </widget>
0086        </item>
0087        <item>
0088         <spacer>
0089          <property name="orientation">
0090           <enum>Qt::Horizontal</enum>
0091          </property>
0092          <property name="sizeType">
0093           <enum>QSizePolicy::Minimum</enum>
0094          </property>
0095          <property name="sizeHint" stdset="0">
0096           <size>
0097            <width>0</width>
0098            <height>20</height>
0099           </size>
0100          </property>
0101         </spacer>
0102        </item>
0103       </layout>
0104      </item>
0105     </layout>
0106    </item>
0107    <item row="0" column="1">
0108     <widget class="QTreeView" name="deviceList">
0109      <property name="acceptDrops">
0110       <bool>true</bool>
0111      </property>
0112      <property name="toolTip">
0113       <string>Devices found on your system, suitable for the selected category.  Choose the device that you wish to be used by the applications.</string>
0114      </property>
0115      <property name="whatsThis">
0116       <string>The order determines the preference of the devices. If for some reason the first device cannot be used Phonon will try to use the second, and so on.</string>
0117      </property>
0118      <property name="horizontalScrollBarPolicy">
0119       <enum>Qt::ScrollBarAsNeeded</enum>
0120      </property>
0121      <property name="dragEnabled">
0122       <bool>true</bool>
0123      </property>
0124      <property name="dragDropMode">
0125       <enum>QAbstractItemView::InternalMove</enum>
0126      </property>
0127      <property name="selectionBehavior">
0128       <enum>QAbstractItemView::SelectRows</enum>
0129      </property>
0130      <property name="iconSize">
0131       <size>
0132        <width>32</width>
0133        <height>32</height>
0134       </size>
0135      </property>
0136      <property name="textElideMode">
0137       <enum>Qt::ElideNone</enum>
0138      </property>
0139      <property name="verticalScrollMode">
0140       <enum>QAbstractItemView::ScrollPerPixel</enum>
0141      </property>
0142      <property name="horizontalScrollMode">
0143       <enum>QAbstractItemView::ScrollPerPixel</enum>
0144      </property>
0145      <property name="rootIsDecorated">
0146       <bool>false</bool>
0147      </property>
0148      <property name="itemsExpandable">
0149       <bool>false</bool>
0150      </property>
0151     </widget>
0152    </item>
0153    <item row="1" column="1">
0154     <layout class="QHBoxLayout">
0155      <item>
0156       <spacer>
0157        <property name="orientation">
0158         <enum>Qt::Horizontal</enum>
0159        </property>
0160        <property name="sizeHint" stdset="0">
0161         <size>
0162          <width>16</width>
0163          <height>29</height>
0164         </size>
0165        </property>
0166       </spacer>
0167      </item>
0168      <item>
0169       <widget class="QToolButton" name="testPlaybackButton">
0170        <property name="text">
0171         <string>Test</string>
0172        </property>
0173        <property name="checkable">
0174         <bool>true</bool>
0175        </property>
0176        <property name="toolButtonStyle">
0177         <enum>Qt::ToolButtonTextBesideIcon</enum>
0178        </property>
0179       </widget>
0180      </item>
0181      <item>
0182       <widget class="QToolButton" name="preferButton">
0183        <property name="enabled">
0184         <bool>false</bool>
0185        </property>
0186        <property name="toolTip">
0187         <string>prefer the selected device</string>
0188        </property>
0189        <property name="text">
0190         <string>Prefer</string>
0191        </property>
0192        <property name="toolButtonStyle">
0193         <enum>Qt::ToolButtonTextBesideIcon</enum>
0194        </property>
0195       </widget>
0196      </item>
0197      <item>
0198       <widget class="QToolButton" name="deferButton">
0199        <property name="enabled">
0200         <bool>false</bool>
0201        </property>
0202        <property name="toolTip">
0203         <string>no preference for the selected device</string>
0204        </property>
0205        <property name="text">
0206         <string>Defer</string>
0207        </property>
0208        <property name="toolButtonStyle">
0209         <enum>Qt::ToolButtonTextBesideIcon</enum>
0210        </property>
0211       </widget>
0212      </item>
0213     </layout>
0214    </item>
0215   </layout>
0216  </widget>
0217  <resources/>
0218  <connections/>
0219 </ui>