Warning, /multimedia/amarok/src/configdialog/dialogs/GeneralConfig.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  <class>GeneralConfig</class>
0004  <widget class="QWidget" name="GeneralConfig">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>440</width>
0010     <height>420</height>
0011    </rect>
0012   </property>
0013   <property name="minimumSize">
0014    <size>
0015     <width>0</width>
0016     <height>340</height>
0017    </size>
0018   </property>
0019   <layout class="QVBoxLayout" name="verticalLayout">
0020    <item>
0021     <widget class="QGroupBox" name="generalBox">
0022      <property name="title">
0023       <string>General Options</string>
0024      </property>
0025      <layout class="QGridLayout" name="gridLayout">
0026       <item row="0" column="0">
0027        <widget class="QCheckBox" name="kcfg_ShowTrayIcon">
0028         <property name="toolTip">
0029          <string>Check to enable the Amarok system tray icon.</string>
0030         </property>
0031         <property name="whatsThis">
0032          <string>Check to enable the Amarok system tray icon.</string>
0033         </property>
0034         <property name="text">
0035          <string>Show tray &amp;icon</string>
0036         </property>
0037        </widget>
0038       </item>
0039       <item row="1" column="0">
0040        <widget class="QCheckBox" name="kcfg_AutoGetCoverArt">
0041         <property name="toolTip">
0042          <string>Check to enable the automatic retrieval of cover art from the Internet.</string>
0043         </property>
0044         <property name="whatsThis">
0045          <string>Check to enable the automatic retrieval of cover art from the Internet.</string>
0046         </property>
0047         <property name="text">
0048          <string>Automatically retrieve cover art</string>
0049         </property>
0050        </widget>
0051       </item>
0052       <item row="2" column="0">
0053        <widget class="QCheckBox" name="kcfg_AnimateAppletCollapse">
0054         <property name="toolTip">
0055          <string>Check to enable animations when context applets collapse.</string>
0056         </property>
0057         <property name="whatsThis">
0058          <string>Check to enable animations when context applets collapse.</string>
0059         </property>
0060         <property name="text">
0061          <string>Enable context applets collapse animations</string>
0062         </property>
0063        </widget>
0064       </item>
0065       <item row="3" column="0">
0066        <widget class="QCheckBox" name="kcfg_ShowBrowserBackgroundImage">
0067         <property name="text">
0068          <string>Show background images in the browser panel</string>
0069         </property>
0070        </widget>
0071       </item>
0072      </layout>
0073     </widget>
0074    </item>
0075    <item>
0076     <widget class="QGroupBox" name="playlistBox">
0077      <property name="title">
0078       <string>Playlist Options</string>
0079      </property>
0080      <layout class="QGridLayout" name="gridLayout_2">
0081       <item row="0" column="0">
0082        <widget class="QCheckBox" name="kcfg_AutoScrollPlaylist">
0083         <property name="toolTip">
0084          <string>Check to make the playlist scroll so the current track is always visible.</string>
0085         </property>
0086         <property name="text">
0087          <string>Automatically scroll playlist to current track</string>
0088         </property>
0089        </widget>
0090       </item>
0091      </layout>
0092     </widget>
0093    </item>
0094    <item>
0095     <widget class="QGroupBox" name="moodbarBox">
0096      <property name="title">
0097       <string>Moodbar Options</string>
0098      </property>
0099      <layout class="QGridLayout" name="gridLayout_3">
0100       <item row="2" column="0" colspan="2">
0101        <widget class="QLabel" name="moodbarNote">
0102         <property name="text">
0103          <string>&lt;b&gt;Note&lt;/b&gt;: Mood files must be generated manually. For more information, visit &lt;a href=&quot;http://userbase.kde.org/Amarok/Manual/Various/Moodbar&quot;&gt;related article on KDE UserBase&lt;/a&gt;.</string>
0104         </property>
0105         <property name="wordWrap">
0106          <bool>true</bool>
0107         </property>
0108         <property name="openExternalLinks">
0109          <bool>true</bool>
0110         </property>
0111        </widget>
0112       </item>
0113       <item row="0" column="0" colspan="2">
0114        <widget class="QCheckBox" name="kcfg_ShowMoodbarInSlider">
0115         <property name="toolTip">
0116          <string>The Moodbar makes it possible to navigate in your music visually.
0117 Please note that this feature requires the external &quot;Moodbar Generator&quot; tool.</string>
0118         </property>
0119         <property name="text">
0120          <string>Show Moodbar in Progress Slider</string>
0121         </property>
0122        </widget>
0123       </item>
0124       <item row="1" column="0">
0125        <widget class="QLabel" name="label">
0126         <property name="text">
0127          <string>Moodbar style</string>
0128         </property>
0129        </widget>
0130       </item>
0131       <item row="1" column="1">
0132        <widget class="QComboBox" name="kcfg_MoodbarPaintStyle">
0133         <property name="toolTip">
0134          <string>Choose the mood display style</string>
0135         </property>
0136         <property name="whatsThis">
0137          <string>Choose the mood display style</string>
0138         </property>
0139         <item>
0140          <property name="text">
0141           <string>Default (System colours)</string>
0142          </property>
0143         </item>
0144         <item>
0145          <property name="text">
0146           <string>Angry</string>
0147          </property>
0148         </item>
0149         <item>
0150          <property name="text">
0151           <string>Frozen</string>
0152          </property>
0153         </item>
0154         <item>
0155          <property name="text">
0156           <string>Happy</string>
0157          </property>
0158         </item>
0159         <item>
0160          <property name="text">
0161           <string>Normal</string>
0162          </property>
0163         </item>
0164        </widget>
0165       </item>
0166      </layout>
0167     </widget>
0168    </item>
0169    <item>
0170     <spacer name="verticalSpacer">
0171      <property name="orientation">
0172       <enum>Qt::Vertical</enum>
0173      </property>
0174      <property name="sizeHint" stdset="0">
0175       <size>
0176        <width>20</width>
0177        <height>40</height>
0178       </size>
0179      </property>
0180     </spacer>
0181    </item>
0182   </layout>
0183  </widget>
0184  <includes>
0185   <include location="local">kcombobox.h</include>
0186   <include location="local">qlineedit.h</include>
0187  </includes>
0188  <resources/>
0189  <connections/>
0190 </ui>