A few new icons...
[kdeaccessibility.git] / kmouth / wordcompletion / creationsourceui.ui.h
blobd78a439aa597e81f921a07dcbebe5c3591bf26c4
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 *****************************************************************************/
11 void CreationSourceUI::init() {
12 group1 = new QButtonGroup (0);
13 group1->insert (createButton);
14 group1->insert (mergeButton);
15 group1->insert (emptyButton);
16 group2 = new QButtonGroup (0);
17 group2->insert (kdeDocButton);
18 group2->insert (fileButton);
19 group2->insert (directoryButton);
23 void CreationSourceUI::destroy() {
24 delete group1;
25 delete group2;