* maximal -> maximum
[kdenetwork.git] / filesharing / simple / controlcenter.ui.h
blobee1147ad51ea1bd64a0e57a32e1d1f23593002f3
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 #ifndef SIMPLE_CONTROLCENTER_UI_H
11 #define SIMPLE_CONTROLCENTER_UI_H
13 void ControlCenterGUI::changedSlot()
15 emit changed();
18 void ControlCenterGUI::listView_selectionChanged()
20 bool empty = listView->selectedItems ().isEmpty();
21 changeShareBtn->setDisabled(empty );
22 removeShareBtn->setDisabled(empty );
26 #endif // SIMPLE_CONTROLCENTER_UI_H