"Fossies" - the Fresh Open Source Software archive

Member "k3b-2.0.2/src/option/base_k3bcddboptiontab.ui" of archive k3b-2.0.2.tar.gz:


<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>base_K3bCddbOptionTab</class>
<author>Sebastian Trueg</author>
<widget class="QWidget">
    <property name="name">
        <cstring>base_K3bCddbOptionTab</cstring>
    </property>
    <property name="caption">
        <string>CDDB Options</string>
    </property>
    <vbox>
        <property name="name">
            <cstring>unnamed</cstring>
        </property>
        <property name="margin">
            <number>11</number>
        </property>
        <property name="spacing">
            <number>6</number>
        </property>
        <widget class="QTabWidget">
            <property name="name">
                <cstring>m_mainTabbed</cstring>
            </property>
            <property name="sizePolicy">
                <sizepolicy>
                    <hsizetype>5</hsizetype>
                    <vsizetype>5</vsizetype>
                    <horstretch>0</horstretch>
                    <verstretch>0</verstretch>
                </sizepolicy>
            </property>
            <widget class="QWidget">
                <property name="name">
                    <cstring>tab</cstring>
                </property>
                <attribute name="title">
                    <string>Local</string>
                </attribute>
                <grid>
                    <property name="name">
                        <cstring>unnamed</cstring>
                    </property>
                    <widget class="QCheckBox" row="0" column="0">
                        <property name="name">
                            <cstring>m_checkUseLocalCddb</cstring>
                        </property>
                        <property name="text">
                            <string>Use local CDDB directory</string>
                        </property>
                    </widget>
                    <widget class="QCheckBox" row="1" column="0">
                        <property name="name">
                            <cstring>m_checkSaveLocalEntries</cstring>
                        </property>
                        <property name="enabled">
                            <bool>false</bool>
                        </property>
                        <property name="text">
                            <string>Save entries in local directory (the first directory in the list)</string>
                        </property>
                    </widget>
                    <widget class="QFrame" row="2" column="0">
                        <property name="name">
                            <cstring>m_boxLocalDirectory</cstring>
                        </property>
                        <property name="enabled">
                            <bool>false</bool>
                        </property>
                        <property name="frameShape">
                            <enum>NoFrame</enum>
                        </property>
                        <property name="frameShadow">
                            <enum>Raised</enum>
                        </property>
                        <property name="lineWidth">
                            <number>0</number>
                        </property>
                        <grid>
                            <property name="name">
                                <cstring>unnamed</cstring>
                            </property>
                            <property name="margin">
                                <number>0</number>
                            </property>
                            <property name="spacing">
                                <number>6</number>
                            </property>
                            <widget class="QLabel" row="0" column="0">
                                <property name="name">
                                    <cstring>TextLabel1_4</cstring>
                                </property>
                                <property name="text">
                                    <string>Directory:</string>
                                </property>
                            </widget>
                            <widget class="K3ListView" row="1" column="0" rowspan="4" colspan="2">
                                <column>
                                    <property name="text">
                                        <string>Directory</string>
                                    </property>
                                    <property name="clickable">
                                        <bool>false</bool>
                                    </property>
                                    <property name="resizable">
                                        <bool>true</bool>
                                    </property>
                                </column>
                                <property name="name">
                                    <cstring>m_viewLocalDir</cstring>
                                </property>
                                <property name="fullWidth">
                                    <bool>true</bool>
                                </property>
                            </widget>
                            <widget class="QToolButton" row="3" column="2">
                                <property name="name">
                                    <cstring>m_buttonLocalDirDown</cstring>
                                </property>
                                <property name="text">
                                    <string></string>
                                </property>
                                <property name="autoRaise">
                                    <bool>true</bool>
                                </property>
                                <property name="toolTip" stdset="0">
                                    <string>Move directory down</string>
                                </property>
                            </widget>
                            <widget class="QToolButton" row="0" column="2">
                                <property name="name">
                                    <cstring>m_buttonAddLocalDir</cstring>
                                </property>
                                <property name="text">
                                    <string></string>
                                </property>
                                <property name="autoRaise">
                                    <bool>true</bool>
                                </property>
                                <property name="toolTip" stdset="0">
                                    <string>Add directory</string>
                                </property>
                            </widget>
                            <widget class="KLineEdit" row="0" column="1">
                                <property name="name">
                                    <cstring>m_editLocalDir</cstring>
                                </property>
                                <property name="text">
                                    <string></string>
                                </property>
                            </widget>
                            <widget class="QToolButton" row="1" column="2">
                                <property name="name">
                                    <cstring>m_buttonRemoveLocalDir</cstring>
                                </property>
                                <property name="text">
                                    <string></string>
                                </property>
                                <property name="autoRaise">
                                    <bool>true</bool>
                                </property>
                                <property name="toolTip" stdset="0">
                                    <string>Remove directory</string>
                                </property>
                            </widget>
                            <widget class="QToolButton" row="2" column="2">
                                <property name="name">
                                    <cstring>m_buttonLocalDirUp</cstring>
                                </property>
                                <property name="text">
                                    <string></string>
                                </property>
                                <property name="autoRaise">
                                    <bool>true</bool>
                                </property>
                                <property name="toolTip" stdset="0">
                                    <string>Move directory up</string>
                                </property>
                            </widget>
                            <spacer row="4" column="2">
                                <property name="name">
                                    <cstring>Spacer11_2</cstring>
                                </property>
                                <property name="orientation">
                                    <enum>Vertical</enum>
                                </property>
                                <property name="sizeType">
                                    <enum>Expanding</enum>
                                </property>
                                <property name="sizeHint">
                                    <size>
                                        <width>20</width>
                                        <height>51</height>
                                    </size>
                                </property>
                            </spacer>
                        </grid>
                    </widget>
                </grid>
            </widget>
            <widget class="QWidget">
                <property name="name">
                    <cstring>tab</cstring>
                </property>
                <attribute name="title">
                    <string>Remote</string>
                </attribute>
                <grid>
                    <property name="name">
                        <cstring>unnamed</cstring>
                    </property>
                    <widget class="QFrame" row="1" column="0">
                        <property name="name">
                            <cstring>m_boxCddbServer</cstring>
                        </property>
                        <property name="enabled">
                            <bool>false</bool>
                        </property>
                        <property name="frameShape">
                            <enum>NoFrame</enum>
                        </property>
                        <property name="frameShadow">
                            <enum>Raised</enum>
                        </property>
                        <property name="lineWidth">
                            <number>0</number>
                        </property>
                        <grid>
                            <property name="name">
                                <cstring>unnamed</cstring>
                            </property>
                            <property name="margin">
                                <number>0</number>
                            </property>
                            <property name="spacing">
                                <number>6</number>
                            </property>
                            <widget class="QLabel" row="0" column="0">
                                <property name="name">
                                    <cstring>TextLabel1</cstring>
                                </property>
                                <property name="text">
                                    <string>Server:</string>
                                </property>
                            </widget>
                            <widget class="QComboBox" row="0" column="1">
                                <property name="name">
                                    <cstring>m_comboCddbType</cstring>
                                </property>
                            </widget>
                            <widget class="K3ListView" row="1" column="0" rowspan="4" colspan="4">
                                <column>
                                    <property name="text">
                                        <string>Type</string>
                                    </property>
                                    <property name="clickable">
                                        <bool>false</bool>
                                    </property>
                                    <property name="resizable">
                                        <bool>true</bool>
                                    </property>
                                </column>
                                <column>
                                    <property name="text">
                                        <string>Server</string>
                                    </property>
                                    <property name="clickable">
                                        <bool>false</bool>
                                    </property>
                                    <property name="resizable">
                                        <bool>true</bool>
                                    </property>
                                </column>
                                <column>
                                    <property name="text">
                                        <string>Port</string>
                                    </property>
                                    <property name="clickable">
                                        <bool>false</bool>
                                    </property>
                                    <property name="resizable">
                                        <bool>true</bool>
                                    </property>
                                </column>
                                <property name="name">
                                    <cstring>m_viewCddbServer</cstring>
                                </property>
                                <property name="allColumnsShowFocus">
                                    <bool>true</bool>
                                </property>
                                <property name="fullWidth">
                                    <bool>true</bool>
                                </property>
                            </widget>
                            <widget class="KLineEdit" row="0" column="2">
                                <property name="name">
                                    <cstring>m_editCddbServer</cstring>
                                </property>
                                <property name="text">
                                    <string></string>
                                </property>
                            </widget>
                            <widget class="KIntNumInput" row="0" column="3">
                                <property name="name">
                                    <cstring>m_editCddbPort</cstring>
                                </property>
                                <property name="label">
                                    <string></string>
                                </property>
                                <property name="value">
                                    <number>80</number>
                                </property>
                                <property name="minValue">
                                    <number>0</number>
                                </property>
                                <property name="maxValue">
                                    <number>64000</number>
                                </property>
                                <property name="prefix">
                                    <string>Port </string>
                                </property>
                            </widget>
                            <widget class="QToolButton" row="0" column="4">
                                <property name="name">
                                    <cstring>m_buttonAddCddbServer</cstring>
                                </property>
                                <property name="text">
                                    <string></string>
                                </property>
                                <property name="autoRaise">
                                    <bool>true</bool>
                                </property>
                                <property name="toolTip" stdset="0">
                                    <string>Add server</string>
                                </property>
                            </widget>
                            <widget class="QToolButton" row="1" column="4">
                                <property name="name">
                                    <cstring>m_buttonRemoveCddbServer</cstring>
                                </property>
                                <property name="text">
                                    <string></string>
                                </property>
                                <property name="autoRaise">
                                    <bool>true</bool>
                                </property>
                                <property name="toolTip" stdset="0">
                                    <string>Remove server</string>
                                </property>
                            </widget>
                            <widget class="QToolButton" row="2" column="4">
                                <property name="name">
                                    <cstring>m_buttonCddbServerUp</cstring>
                                </property>
                                <property name="text">
                                    <string></string>
                                </property>
                                <property name="autoRaise">
                                    <bool>true</bool>
                                </property>
                                <property name="toolTip" stdset="0">
                                    <string>Move server up</string>
                                </property>
                            </widget>
                            <widget class="QToolButton" row="3" column="4">
                                <property name="name">
                                    <cstring>m_buttonCddbServerDown</cstring>
                                </property>
                                <property name="text">
                                    <string></string>
                                </property>
                                <property name="autoRaise">
                                    <bool>true</bool>
                                </property>
                                <property name="toolTip" stdset="0">
                                    <string>Move server down</string>
                                </property>
                            </widget>
                            <spacer row="4" column="4">
                                <property name="name">
                                    <cstring>Spacer10</cstring>
                                </property>
                                <property name="orientation">
                                    <enum>Vertical</enum>
                                </property>
                                <property name="sizeType">
                                    <enum>Expanding</enum>
                                </property>
                                <property name="sizeHint">
                                    <size>
                                        <width>20</width>
                                        <height>30</height>
                                    </size>
                                </property>
                            </spacer>
                        </grid>
                    </widget>
                    <widget class="QCheckBox" row="0" column="0">
                        <property name="name">
                            <cstring>m_checkRemoteCddb</cstring>
                        </property>
                        <property name="text">
                            <string>Enable remote CDDB queries</string>
                        </property>
                    </widget>
                </grid>
            </widget>
            <widget class="QWidget">
                <property name="name">
                    <cstring>tab</cstring>
                </property>
                <attribute name="title">
                    <string>Advanced</string>
                </attribute>
                <vbox>
                    <property name="name">
                        <cstring>unnamed</cstring>
                    </property>
                    <widget class="QGroupBox">
                        <property name="name">
                            <cstring>m_groupCgi</cstring>
                        </property>
                        <property name="sizePolicy">
                            <sizepolicy>
                                <hsizetype>5</hsizetype>
                                <vsizetype>5</vsizetype>
                                <horstretch>0</horstretch>
                                <verstretch>0</verstretch>
                            </sizepolicy>
                        </property>
                        <property name="title">
                            <string>CGI Path</string>
                        </property>
                        <grid>
                            <property name="name">
                                <cstring>unnamed</cstring>
                            </property>
                            <property name="margin">
                                <number>11</number>
                            </property>
                            <property name="spacing">
                                <number>6</number>
                            </property>
                            <widget class="KLineEdit" row="2" column="1">
                                <property name="name">
                                    <cstring>m_editManualCgiPath</cstring>
                                </property>
                                <property name="enabled">
                                    <bool>false</bool>
                                </property>
                                <property name="text">
                                    <string>~/cddb/cddb.cgi</string>
                                </property>
                            </widget>
                            <widget class="QLabel" row="2" column="0">
                                <property name="name">
                                    <cstring>TextLabel3</cstring>
                                </property>
                                <property name="enabled">
                                    <bool>false</bool>
                                </property>
                                <property name="text">
                                    <string>Path:</string>
                                </property>
                            </widget>
                            <widget class="QCheckBox" row="1" column="0" rowspan="1" colspan="2">
                                <property name="name">
                                    <cstring>m_checkManualCgiPath</cstring>
                                </property>
                                <property name="text">
                                    <string>Manual CGI path</string>
                                </property>
                            </widget>
                        </grid>
                    </widget>
                    <spacer>
                        <property name="name">
                            <cstring>spacer5</cstring>
                        </property>
                        <property name="orientation">
                            <enum>Vertical</enum>
                        </property>
                        <property name="sizeType">
                            <enum>Expanding</enum>
                        </property>
                        <property name="sizeHint">
                            <size>
                                <width>31</width>
                                <height>151</height>
                            </size>
                        </property>
                    </spacer>
                </vbox>
            </widget>
        </widget>
    </vbox>
</widget>
 <customwidgets>
  <customwidget>
   <class>KIntNumInput</class>
   <extends>QWidget</extends>
   <header>knuminput.h</header>
   <container>1</container>
  </customwidget>
 </customwidgets>
<connections>
    <connection>
        <sender>m_checkManualCgiPath</sender>
        <signal>toggled(bool)</signal>
        <receiver>m_editManualCgiPath</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>m_checkManualCgiPath</sender>
        <signal>toggled(bool)</signal>
        <receiver>TextLabel3</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>m_checkUseLocalCddb</sender>
        <signal>toggled(bool)</signal>
        <receiver>m_boxLocalDirectory</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>m_checkUseLocalCddb</sender>
        <signal>toggled(bool)</signal>
        <receiver>m_checkSaveLocalEntries</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
    <connection>
        <sender>m_checkRemoteCddb</sender>
        <signal>toggled(bool)</signal>
        <receiver>m_boxCddbServer</receiver>
        <slot>setEnabled(bool)</slot>
    </connection>
</connections>
<tabstops>
    <tabstop>m_mainTabbed</tabstop>
    <tabstop>m_checkUseLocalCddb</tabstop>
    <tabstop>m_checkSaveLocalEntries</tabstop>
    <tabstop>m_editLocalDir</tabstop>
    <tabstop>m_viewLocalDir</tabstop>
    <tabstop>m_checkRemoteCddb</tabstop>
    <tabstop>m_comboCddbType</tabstop>
    <tabstop>m_editCddbServer</tabstop>
    <tabstop>m_editCddbPort</tabstop>
    <tabstop>m_viewCddbServer</tabstop>
    <tabstop>m_checkManualCgiPath</tabstop>
    <tabstop>m_editManualCgiPath</tabstop>
</tabstops>
<includehints>
    <includehint>k3listview.h</includehint>
</includehints>
</UI>