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/wordcompletionui.ui | 293 ++++++++++++++++++++++++++++++ 1 file changed, 293 insertions(+) create mode 100644 kmouth/wordcompletion/wordcompletionui.ui (limited to 'kmouth/wordcompletion/wordcompletionui.ui') diff --git a/kmouth/wordcompletion/wordcompletionui.ui b/kmouth/wordcompletion/wordcompletionui.ui new file mode 100644 index 0000000..8036272 --- /dev/null +++ b/kmouth/wordcompletion/wordcompletionui.ui @@ -0,0 +1,293 @@ + +WordCompletionUI + + + WordCompletionUI + + + + 0 + 0 + 552 + 252 + + + + + unnamed + + + + layout1 + + + + unnamed + + + + addButton + + + + 1 + 0 + 0 + 0 + + + + Add D&ictionary... + + + With this button you can add a new dictionary to the list of available dictionaries. + + + + + deleteButton + + + false + + + + 1 + 0 + 0 + 0 + + + + &Delete Dictionary + + + With this button you delete the selected dictionary. + + + + + moveUpButton + + + false + + + + 1 + 0 + 0 + 0 + + + + Move &Up + + + With this button you move the selected dictionary up. + + + + + moveDownButton + + + false + + + + 1 + 0 + 0 + 0 + + + + &Move Down + + + With this button you move the selected dictionary down. + + + + + exportButton + + + false + + + + 1 + 0 + 0 + 0 + + + + &Export Dictionary... + + + With this button you export the selected dictionary to a file. + + + + + spacer1 + + + Vertical + + + Expanding + + + + 20 + 240 + + + + + + + + layout2 + + + + unnamed + + + + + Dictionary + + + true + + + true + + + + + Language + + + true + + + true + + + + dictionaryList + + + true + + + This list contains all available dictionaries for the word completion. KMouth will display a combo box next to the edit field in the main window if this list contains more than one dictionary. You can use this combo box in order to select the dictionary that actually gets used for the word completion. + + + + + selectedDictionaryDetails + + + false + + + + 5 + 0 + 0 + 0 + + + + &Selected Dictionary + + + + unnamed + + + + languageLabel + + + &Language: + + + With this combo box you select the language associated with the selected dictionary. + + + + + dictionaryNameLabel + + + &Name: + + + dictionaryName + + + With this input field you specify the name of the selected dictionary. + + + + + dictionaryName + + + With this input field you specify the name of the selected dictionary. + + + + + + + + + + dictionaryList + addButton + deleteButton + moveUpButton + moveDownButton + exportButton + selectedDictionaryDetails + + + kinputdialog.h + klanguagebutton.h + klanguagebuttonhelper.h + wordcompletionui.ui.h + + + class KLanguageButton + + + KLanguageButton *languageButton; + + + languageButton_activated( int index ) + + + init() + + + + kurlrequester.h + kpushbutton.h + kpushbutton.h + kpushbutton.h + kpushbutton.h + kpushbutton.h + klistview.h + kinputdialog.h + + -- cgit v1.2.1