Files
cantata/gui/playbacksettings.ui
2012-03-09 18:59:00 +00:00

126 lines
3.5 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PlaybackSettings</class>
<widget class="QWidget" name="PlaybackSettings">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>356</width>
<height>256</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<property name="margin">
<number>0</number>
</property>
<item row="0" column="0" colspan="2">
<layout class="QFormLayout" name="formLayout_2">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::ExpandingFieldsGrow</enum>
</property>
<item row="0" column="0">
<widget class="QLabel" name="crossfadingLabel">
<property name="text">
<string>Crossfading:</string>
</property>
<property name="buddy">
<cstring>crossfading</cstring>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QSpinBox" name="crossfading">
<property name="suffix">
<string> seconds</string>
</property>
<property name="maximum">
<number>20</number>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="replayGainLabel">
<property name="text">
<string>Replay gain:</string>
</property>
<property name="buddy">
<cstring>replayGain</cstring>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="replayGain"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="label_6b">
<property name="text">
<string>Fadeout on stop:</string>
</property>
<property name="buddy">
<cstring>stopFadeDuration</cstring>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QSpinBox" name="stopFadeDuration"/>
</item>
<item row="3" column="0">
<widget class="QLabel" name="label_6c">
<property name="text">
<string>Stop playback on exit:</string>
</property>
<property name="buddy">
<cstring>stopOnExit</cstring>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QCheckBox" name="stopOnExit"/>
</item>
</layout>
</item>
<item row="1" column="0" colspan="2">
<widget class="QGroupBox" name="outputFrame">
<property name="title">
<string>Output</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QListWidget" name="view"/>
</item>
</layout>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="errorIcon">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QLabel" name="errorLabel">
<property name="text">
<string>&lt;i&gt;&lt;b&gt;Not Connected.&lt;/b&gt;&lt;br/&gt;Some of the entries above cannot be modified, as Cantata is not connected to MPD.&lt;/i&gt;</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>