summaryrefslogtreecommitdiffstats
path: root/filesharing/simple/groupconfiggui.ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'filesharing/simple/groupconfiggui.ui.h')
-rw-r--r--filesharing/simple/groupconfiggui.ui.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/filesharing/simple/groupconfiggui.ui.h b/filesharing/simple/groupconfiggui.ui.h
new file mode 100644
index 00000000..35e82f7f
--- /dev/null
+++ b/filesharing/simple/groupconfiggui.ui.h
@@ -0,0 +1,14 @@
+/****************************************************************************
+** ui.h extension file, included from the uic-generated form implementation.
+**
+** If you wish to add, delete or rename functions or slots use
+** Qt Designer which will update this file, preserving your code. Create an
+** init() function in place of a constructor, and a destroy() function in
+** place of a destructor.
+*****************************************************************************/
+
+
+void GroupConfigGUI::listBox_selectionChanged( QListBoxItem * i)
+{
+ removeBtn->setEnabled(i);
+}