From 1c190bfef95d9c48e10bd8e2168692c84b4b4558 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 30 Jun 2008 11:47:05 +0000 Subject: Added setValue and cleaned up the code in general. --- client/widgets/radiobuttons.h | 1 + 1 file changed, 1 insertion(+) (limited to 'client/widgets/radiobuttons.h') diff --git a/client/widgets/radiobuttons.h b/client/widgets/radiobuttons.h index 67c1cd0..f1c89c4 100644 --- a/client/widgets/radiobuttons.h +++ b/client/widgets/radiobuttons.h @@ -42,6 +42,7 @@ public: public slots: bool isValid(); QString getValue(); + void setValue(QString value); private: QVector < RadioButton* > radiobutton_list; -- cgit v1.2.3