From e2de64d6f1beb9e492daf5b886e19933c1fa41dd Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libkcddb/kcmcddb/cddbconfigwidgetbase.ui | 594 +++++++++++++++++++++++++++++++ 1 file changed, 594 insertions(+) create mode 100644 libkcddb/kcmcddb/cddbconfigwidgetbase.ui (limited to 'libkcddb/kcmcddb/cddbconfigwidgetbase.ui') diff --git a/libkcddb/kcmcddb/cddbconfigwidgetbase.ui b/libkcddb/kcmcddb/cddbconfigwidgetbase.ui new file mode 100644 index 00000000..2158159a --- /dev/null +++ b/libkcddb/kcmcddb/cddbconfigwidgetbase.ui @@ -0,0 +1,594 @@ + +CDDBConfigWidgetBase +Used for configuring libkcddb. + + + CDDBConfigWidgetBase + + + + 0 + 0 + 452 + 573 + + + + CDDB Settings + + + + unnamed + + + 0 + + + + tabWidget2 + + + + tab + + + &Lookup + + + + unnamed + + + + kcfg_cachePolicy + + + + 5 + 4 + 0 + 0 + + + + Mode + + + + unnamed + + + 6 + + + 0 + + + + cacheOnly + + + &Cache only + + + Only check in the local cache for CD information. + + + + + cacheAndRemote + + + Cache &and remote + + + Check for locally cached CD information before trying to look up at remote CDDB server. + + + + + remoteOnly + + + &Remote only + + + Only try to look up at remote CDDB server. + + + + + + + serverBox + + + CDDB Server + + + + unnamed + + + 11 + + + 6 + + + + TextLabel7 + + + CDD&B server: + + + kcfg_hostname + + + + + TextLabel9 + + + &Transport: + + + kcfg_lookupTransport + + + + + + CDDB + + + + + HTTP + + + + kcfg_lookupTransport + + + Type of lookup which should be tried at the CDDB server. + + + + + mirrorListButton + + + Show &Mirror List + + + + + kcfg_port + + + + 4 + 0 + 0 + 0 + + + + 64000 + + + 8880 + + + Port to connect to on CDDB server. + + + + + TextLabel8 + + + &Port: + + + AlignVCenter|AlignRight + + + kcfg_port + + + + + kcfg_hostname + + + + 7 + 0 + 0 + 0 + + + + freedb.freedb.org + + + Name of CDDB server which will be used to look up CD information. + + + + + + + cacheLocationsParent + + + + WStackPage + + + 0 + + + + + + spacer5 + + + Vertical + + + Expanding + + + + 41 + 260 + + + + + + + + tab + + + &Submit + + + + unnamed + + + + kcfg_emailAddress + + + + + textLabel1 + + + Email address: + + + + + spacer4 + + + Vertical + + + Expanding + + + + 21 + 240 + + + + + + kcfg_submitTransport + + + Submit Method + + + + unnamed + + + + spacer9 + + + Horizontal + + + Fixed + + + + 21 + 21 + + + + + + spacer10 + + + Horizontal + + + Fixed + + + + 21 + 21 + + + + + + textLabel2 + + + Server: + + + + + radioButton8 + + + SMTP (Email) + + + 1 + + + + + spacer7 + + + Horizontal + + + Fixed + + + + 20 + 140 + + + + + + radioButton6 + + + HTTP + + + 0 + + + + + kcfg_httpSubmitServer + + + + + textLabel1_2 + + + Port: + + + AlignVCenter|AlignRight + + + + + kcfg_httpSubmitPort + + + + + textLabel9_2 + + + Reply-To: + + + + + textLabel2_2 + + + + 4 + 5 + 0 + 0 + + + + SMTP server: + + + + + textLabel3 + + + + 5 + 5 + 0 + 0 + + + + Port: + + + + + kcfg_replyTo + + + + + needsAuthenticationBox + + + Server needs authentication + + + + + kcfg_smtpHostname + + + + + textLabel4 + + + Username: + + + + + kcfg_smtpUsername + + + false + + + + 7 + 5 + 0 + 0 + + + + + + kcfg_smtpPort + + + + 4 + 0 + 0 + 0 + + + + 65535 + + + 25 + + + + + spacer6 + + + Horizontal + + + Expanding + + + + 260 + 20 + + + + + + + + + + + + + + + cacheOnly + toggled(bool) + serverBox + setDisabled(bool) + + + cacheAndRemote + toggled(bool) + serverBox + setEnabled(bool) + + + remoteOnly + toggled(bool) + serverBox + setEnabled(bool) + + + needsAuthenticationBox + toggled(bool) + CDDBConfigWidgetBase + needAuthenticationChanged(bool) + + + kcfg_lookupTransport + activated(int) + CDDBConfigWidgetBase + protocolChanged() + + + mirrorListButton + clicked() + CDDBConfigWidgetBase + showMirrorList() + + + + tabWidget2 + cacheOnly + cacheAndRemote + remoteOnly + kcfg_hostname + kcfg_port + kcfg_lookupTransport + + + protocolChanged() + showMirrorList() + needAuthenticationChanged(bool) + + + + + kpushbutton.h + klineedit.h + + -- cgit v1.2.1