A few new icons...
[kdeaccessibility.git] / kmouth / wordcompletion / kdedocsourceui.ui.h
blob4c42b3249c80ea99c38507c9004691279f9cc44c
1 /****************************************************************************
2 ** ui.h extension file, included from the uic-generated form implementation.
3 **
4 ** If you wish to add, delete or rename functions or slots use
5 ** Qt Designer which will update this file, preserving your code. Create an
6 ** init() function in place of a constructor, and a destroy() function in
7 ** place of a destructor.
8 *****************************************************************************/
10 void KDEDocSourceUI::init() {
11 languageButton = new KLanguageButton (this, "languageButton");
12 KDEDocSourceUILayout->addWidget (languageButton, 0, 1);
13 languageLabel->setBuddy (languageButton);
14 QWhatsThis::add (languageButton, i18n("With this combo box you select which of the installed languages is used for creating the new dictionary. KMouth will only parse documentation files of this language."));
16 loadLanguageList(languageButton);
18 ooDictURL->setFilter ("*.dic");