Warning, /multimedia/amarok/src/configdialog/dialogs/ScriptsConfig.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>Peter Zhou and Ian Monroe</author>
0004  <class>ScriptsConfig</class>
0005  <widget class="QWidget" name="ScriptsConfig">
0006   <property name="geometry">
0007    <rect>
0008     <x>0</x>
0009     <y>0</y>
0010     <width>590</width>
0011     <height>115</height>
0012    </rect>
0013   </property>
0014   <property name="sizePolicy">
0015    <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0016     <horstretch>0</horstretch>
0017     <verstretch>0</verstretch>
0018    </sizepolicy>
0019   </property>
0020   <layout class="QVBoxLayout" name="verticalLayout">
0021    <item>
0022     <widget class="ScriptSelector" name="scriptSelector" native="true">
0023      <property name="sizePolicy">
0024       <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
0025        <horstretch>0</horstretch>
0026        <verstretch>0</verstretch>
0027       </sizepolicy>
0028      </property>
0029     </widget>
0030    </item>
0031    <item>
0032     <layout class="QHBoxLayout" name="horizontalLayout_3">
0033      <item>
0034       <widget class="QPushButton" name="uninstallButton">
0035        <property name="text">
0036         <string>Uninstall Script</string>
0037        </property>
0038       </widget>
0039      </item>
0040      <item>
0041       <widget class="QPushButton" name="installButton">
0042        <property name="text">
0043         <string>Install Local Script</string>
0044        </property>
0045       </widget>
0046      </item>
0047     </layout>
0048    </item>
0049    <item>
0050     <layout class="QHBoxLayout" name="horizontalLayout">
0051      <item>
0052       <widget class="QCheckBox" name="kcfg_AutoUpdateScripts">
0053        <property name="toolTip">
0054         <string>Automatically download and install updates for the built-in scripts from the Amarok website if available</string>
0055        </property>
0056        <property name="whatsThis">
0057         <string>Automatically download and install updates for the built-in scripts from the Amarok website if available</string>
0058        </property>
0059        <property name="text">
0060         <string>Automatically update built-in scripts</string>
0061        </property>
0062       </widget>
0063      </item>
0064      <item>
0065       <spacer name="horizontalSpacer">
0066        <property name="orientation">
0067         <enum>Qt::Horizontal</enum>
0068        </property>
0069        <property name="sizeHint" stdset="0">
0070         <size>
0071          <width>40</width>
0072          <height>20</height>
0073         </size>
0074        </property>
0075       </spacer>
0076      </item>
0077      <item>
0078       <widget class="QPushButton" name="manageButton">
0079        <property name="toolTip">
0080         <string>Browse, install, and uninstall scripts</string>
0081        </property>
0082        <property name="text">
0083         <string>Manage Scripts</string>
0084        </property>
0085       </widget>
0086      </item>
0087      <item>
0088       <widget class="QPushButton" name="reloadButton">
0089        <property name="sizePolicy">
0090         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
0091          <horstretch>0</horstretch>
0092          <verstretch>0</verstretch>
0093         </sizepolicy>
0094        </property>
0095        <property name="icon">
0096         <iconset theme="view-refresh">
0097          <normaloff/>
0098         </iconset>
0099        </property>
0100       </widget>
0101      </item>
0102     </layout>
0103    </item>
0104    <item>
0105     <widget class="QGroupBox" name="m_scriptConsoleGroup">
0106      <property name="title">
0107       <string>Script Console</string>
0108      </property>
0109      <layout class="QVBoxLayout" name="verticalLayout_2">
0110       <item>
0111        <widget class="QCheckBox" name="kcfg_EnableScriptConsole">
0112         <property name="enabled">
0113          <bool>true</bool>
0114         </property>
0115         <property name="statusTip">
0116          <string>Enable the script console.</string>
0117         </property>
0118         <property name="whatsThis">
0119          <string>Enable the script console.</string>
0120         </property>
0121         <property name="text">
0122          <string>Enable Script Console</string>
0123         </property>
0124        </widget>
0125       </item>
0126      </layout>
0127     </widget>
0128    </item>
0129   </layout>
0130  </widget>
0131  <layoutdefault spacing="6" margin="0"/>
0132  <customwidgets>
0133   <customwidget>
0134    <class>QPushButton</class>
0135    <extends>QPushButton</extends>
0136    <header>qpushbutton.h</header>
0137   </customwidget>
0138   <customwidget>
0139    <class>ScriptSelector</class>
0140    <extends>QWidget</extends>
0141    <header>configdialog/dialogs/ScriptSelector.h</header>
0142    <container>1</container>
0143   </customwidget>
0144  </customwidgets>
0145  <resources/>
0146  <connections/>
0147 </ui>