<!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><p><b>CD-Text</b> <p>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. <p>CD-Text is an extension to the audio CD standard introduced by Sony. <p>CD-Text will only be usable on CD players that support this extension (mostly car CD players) and software like K3b, of course. <p>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&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>&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&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>