From 00bb99ac80741fc50ef8a289719373032f2391eb 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/kdeaccessibility@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmouth/wordcompletion/creationsourceui.ui | 179 ++++++++++++++++++++++++++++++ 1 file changed, 179 insertions(+) create mode 100644 kmouth/wordcompletion/creationsourceui.ui (limited to 'kmouth/wordcompletion/creationsourceui.ui') diff --git a/kmouth/wordcompletion/creationsourceui.ui b/kmouth/wordcompletion/creationsourceui.ui new file mode 100644 index 0000000..13a7c06 --- /dev/null +++ b/kmouth/wordcompletion/creationsourceui.ui @@ -0,0 +1,179 @@ + +CreationSourceUI + + + CreationSourceUI + + + + 0 + 0 + 318 + 223 + + + + + unnamed + + + + createButton + + + C&reate new dictionary: + + + true + + + If you select this box a new dictionary is created by either loading a dictionary file or by counting the individual words in a text. + + + + + mergeButton + + + &Merge dictionaries + + + If you select this box a new dictionary is created by merging existing dictionaries. + + + + + fileButton + + + true + + + + 1 + 0 + 1 + 0 + + + + From &file + + + If you select this box a new dictionary is created by loading a file. You may either select an XML file, a standard text file or a file containing a word completion dictionary. If you select a standard text file or an XML file the frequentness of the individual words is detected by simply counting the occurrences of each word. + + + + + kdeDocButton + + + true + + + + 1 + 0 + 1 + 0 + + + + From &KDE documentation + + + true + + + If you select this box a new dictionary is created by parsing the KDE documentation. The frequentness of the individual words is detect by simply counting the occurrences of each word. + + + + + directoryButton + + + true + + + + 1 + 0 + 1 + 0 + + + + From f&older + + + If you select this box a new dictionary is created by loading all files in a folder and its subdirectories. + + + + + spacer1 + + + Vertical + + + Fixed + + + + 20 + 40 + + + + + + emptyButton + + + Create an &empty wordlist + + + If you select this box a blank dictionary without any entries is created. As KMouth automatically adds newly typed words to the dictionaries it will learn your vocabulary with the time. + + + + + + + createButton + toggled(bool) + kdeDocButton + setEnabled(bool) + + + createButton + toggled(bool) + fileButton + setEnabled(bool) + + + createButton + toggled(bool) + directoryButton + setEnabled(bool) + + + + qbuttongroup.h + creationsourceui.ui.h + + + class QButtonGroup + + + QButtonGroup *group2; + QButtonGroup *group1; + + + init() + destroy() + + + -- cgit v1.2.1