diff options
Diffstat (limited to 'kaudiocreator/cdconfig.ui')
-rw-r--r-- | kaudiocreator/cdconfig.ui | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/kaudiocreator/cdconfig.ui b/kaudiocreator/cdconfig.ui new file mode 100644 index 00000000..3c688699 --- /dev/null +++ b/kaudiocreator/cdconfig.ui @@ -0,0 +1,61 @@ +<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> +<class>CdConfig</class> +<widget class="QWidget"> + <property name="name"> + <cstring>CdConfig</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>517</width> + <height>148</height> + </rect> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="QCheckBox"> + <property name="name"> + <cstring>kcfg_performCDDBauto</cstring> + </property> + <property name="text"> + <string>&Perform CDDB lookup automatically</string> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>kcfg_autoRip</cstring> + </property> + <property name="text"> + <string>&Automatically rip all tracks upon a successful CDDB retrieval</string> + </property> + </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>20</width> + <height>20</height> + </size> + </property> + </spacer> + </vbox> +</widget> +<slots> + <slot access="protected" specifier="non virtual">configureAudioCD()</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +</UI> |