From 460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 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/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kpilot/conduits/docconduit/kpalmdoc_dlgbase.ui | 435 +++++++++++++++++++++++++ 1 file changed, 435 insertions(+) create mode 100644 kpilot/conduits/docconduit/kpalmdoc_dlgbase.ui (limited to 'kpilot/conduits/docconduit/kpalmdoc_dlgbase.ui') diff --git a/kpilot/conduits/docconduit/kpalmdoc_dlgbase.ui b/kpilot/conduits/docconduit/kpalmdoc_dlgbase.ui new file mode 100644 index 000000000..8b3e89668 --- /dev/null +++ b/kpilot/conduits/docconduit/kpalmdoc_dlgbase.ui @@ -0,0 +1,435 @@ + +ConverterDlgBase + + + ConverterDlgBase + + + + 0 + 0 + 492 + 339 + + + + + unnamed + + + + tabWidget + + + + tab + + + General + + + + unnamed + + + + fPdbLabel + + + + 4 + 5 + 0 + 0 + + + + &PalmDOC file: + + + fPDBDir + + + + + fTextLabel + + + + 4 + 5 + 0 + 0 + + + + &Text file: + + + fTXTDir + + + + + fDirectories + + + Convert whole &folders + + + + + fPDBDir + + + Folder where copies of the handheld databases are kept. You can install them to any PalmOS handheld, and distribute these copies to other people (but beware of copyright infringement). + + + + + fAskOverwrite + + + &Ask before overwriting files + + + + + fVerbose + + + &Verbose messages + + + + + fTextToPDB + + + Convert Text to PalmDOC + + + + + fPDBToText + + + Convert PalmDOC to Text + + + + + spacer5 + + + Vertical + + + Expanding + + + + 20 + 16 + + + + + + fTXTDir + + + Enter the name of the folder where the text files reside on the PC. All files with extension .txt will be synced to the handheld. + + + + + fEncoding + + + + + textLabel1 + + + &Encoding: + + + fEncoding + + + + + + + tab + + + PC -> Handheld + + + + unnamed + + + + spacer6 + + + Horizontal + + + Fixed + + + + 20 + 16 + + + + + + spacer7 + + + Horizontal + + + Fixed + + + + 20 + 16 + + + + + + spacer8 + + + Horizontal + + + Fixed + + + + 20 + 16 + + + + + + fBookmarksInline + + + &Inline tags in text + + + true + + + When a <* bookmarktext *> appears somewhere in the text, a bookmark will be set at this position, and the text between the <* and the *> will be used as bookmark name. The <*...*> will be removed from the text. + + + + + fBookmarksEndtags + + + &Tags at end of text + + + Tags of the form <bookmarkname> at the end of the text will be used to search the text for the pattern between the < and >. Whenever "bookmarkname" appears in the text, a bookmark will be set there. The endtags <...> will then be removed from the end of the text. + + + + + fCompress + + + &Compress + + + true + + + Check this box, if the text should be compressed on the handheld to save memory. Most doc reader on the handheld support compressed texts. + + + The Palm doc format supports compressing the text to save memory. If you check this box, the text will consume about 50% less memory than in uncompressed state. Almost all DOC readers on the Palm support compressed texts. + + + + + fConvertBookmarks + + + Convert &bookmarks + + + true + + + Do you want to convert bookmarks? Most doc readers support bookmarks. You have to provide some information about where the bookmarks should be set and their titles. Check at least one of the bookmark types below. + + + + + fBookmarksBmk + + + Regular &expressions in .bmk file + + + Use regular expressions in a file textname.bmk (textname.txt is the filename of the text) to search the text for bookmarks.See the documentation for a description of the format of the bmk file. + + + + + spacer9 + + + Vertical + + + Expanding + + + + 21 + 200 + + + + + + + + tab + + + Handheld -> PC + + + + unnamed + + + + spacer10 + + + Vertical + + + Expanding + + + + 21 + 190 + + + + + + fPCBookmarks + + + Convert Bookmarks + + + + unnamed + + + + radioButton9 + + + false + + + Convert as &inline tags + + + 1 + + + + + radioButton8 + + + false + + + Do &not convert bookmarks + + + 0 + + + + + radioButton10 + + + false + + + Convert as &end tags + + + + + radioButton11 + + + Convert into .bmk &file + + + true + + + + + + + + + + + + + + fConvertBookmarks + toggled(bool) + fBookmarksInline + setEnabled(bool) + + + fConvertBookmarks + toggled(bool) + fBookmarksEndtags + setEnabled(bool) + + + fConvertBookmarks + toggled(bool) + fBookmarksBmk + setEnabled(bool) + + + + + kurlrequester.h + klineedit.h + kpushbutton.h + + -- cgit v1.2.1