You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
k3b/src/projects/base_k3baudiocdtextwidget.ui

222 lines
9.9 KiB

<!DOCTYPE UI><UI version="3.2" stdsetdef="1">
<class>base_K3bAudioCdTextWidget</class>
<comment>Widget to edit the global CD-Text in a K3b audio project.</comment>
<author>Sebastian Trueg</author>
<widget class="TQWidget">
<property name="name">
<cstring>K3bAudioCDTextWidget</cstring>
</property>
<property name="caption">
<string>K3bAudioCDTextWidget</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQGroupBox">
<property name="name">
<cstring>m_groupCdText</cstring>
</property>
<property name="title">
<string>Write CD-Text</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<property name="toolTip" stdset="0">
<string></string>
</property>
<property name="whatsThis" stdset="0">
<string>&lt;p&gt;&lt;b&gt;CD-Text&lt;/b&gt;
&lt;p&gt;If this option is checked K3b uses some otherwise unused space on the Audio CD to store additional information, like the artist or the CD title.
&lt;p&gt;CD-Text is an extension to the audio CD standard introduced by Sony.
&lt;p&gt;CD-Text will only be usable on CD players that support this extension (mostly car CD players) and software like K3b, of course.
&lt;p&gt;Since a CD-Text-enhanced Audio CD will work in any Hifi CD or DVD player even if the player does not support CD-Text explicitly, enabling it is never a bad idea (just remember to fill in the CD-Text information).</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQFrame">
<property name="name">
<cstring>frame3</cstring>
</property>
<property name="frameShape">
<enum>NoFrame</enum>
</property>
<property name="frameShadow">
<enum>Raised</enum>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="TQLabel" row="2" column="0">
<property name="name">
<cstring>textLabel2</cstring>
</property>
<property name="text">
<string>Perf&amp;ormer:</string>
</property>
<property name="buddy" stdset="0">
<cstring>m_editPerformer</cstring>
</property>
</widget>
<widget class="TQLayoutWidget" row="2" column="1">
<property name="name">
<cstring>layout4</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KLineEdit">
<property name="name">
<cstring>m_editPerformer</cstring>
</property>
</widget>
<widget class="TQToolButton">
<property name="name">
<cstring>m_buttonCopyPerformer</cstring>
</property>
<property name="text">
<string>...</string>
</property>
<property name="toolTip" stdset="0">
<string>Copy to all tracks</string>
</property>
</widget>
</hbox>
</widget>
<widget class="TQLayoutWidget" row="1" column="1">
<property name="name">
<cstring>layout5</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="KLineEdit">
<property name="name">
<cstring>m_editTitle</cstring>
</property>
</widget>
<widget class="TQToolButton">
<property name="name">
<cstring>m_buttonCopyTitle</cstring>
</property>
<property name="text">
<string>...</string>
</property>
<property name="toolTip" stdset="0">
<string>Copy to all tracks</string>
</property>
</widget>
</hbox>
</widget>
<widget class="TQLabel" row="1" column="0">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="text">
<string>&amp;Title:</string>
</property>
<property name="buddy" stdset="0">
<cstring>m_editTitle</cstring>
</property>
</widget>
</grid>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>layout15</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer>
<property name="name">
<cstring>spacer3</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>0</width>
<height>0</height>
</size>
</property>
</spacer>
<widget class="TQPushButton">
<property name="name">
<cstring>m_buttonMoreFields</cstring>
</property>
<property name="text">
<string>More Fiel&amp;ds...</string>
</property>
</widget>
</hbox>
</widget>
<spacer>
<property name="name">
<cstring>spacer1</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>21</width>
<height>0</height>
</size>
</property>
</spacer>
</vbox>
</widget>
</vbox>
</widget>
<connections>
<connection>
<sender>m_buttonCopyTitle</sender>
<signal>clicked()</signal>
<receiver>K3bAudioCDTextWidget</receiver>
<slot>slotCopyTitle()</slot>
</connection>
<connection>
<sender>m_buttonCopyPerformer</sender>
<signal>clicked()</signal>
<receiver>K3bAudioCDTextWidget</receiver>
<slot>slotCopyPerformer()</slot>
</connection>
</connections>
<tabstops>
<tabstop>m_editTitle</tabstop>
<tabstop>m_editPerformer</tabstop>
</tabstops>
<Q_SLOTS>
<slot access="protected" specifier="pure virtual">slotCopyTitle()</slot>
<slot access="protected" specifier="pure virtual">slotCopyPerformer()</slot>
<slot access="protected" specifier="pure virtual">slotCopyArranger()</slot>
<slot access="protected" specifier="pure virtual">slotCopyComposer()</slot>
<slot access="protected" specifier="pure virtual">slotCopySongwriter()</slot>
</Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/>
<includes>
<include location="global" impldecl="in implementation">klineedit.h</include>
</includes>
</UI>