From 9910c8962ab813ab7d9a04609b689e1d9ae038e0 Mon Sep 17 00:00:00 2001 From: senator Date: Tue, 2 Oct 2007 10:08:09 +0000 Subject: selectable entries now uses xml items correctly --- client/widgets/radiobutton.h | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'client/widgets/radiobutton.h') diff --git a/client/widgets/radiobutton.h b/client/widgets/radiobutton.h index a2f06c5..74525a4 100644 --- a/client/widgets/radiobutton.h +++ b/client/widgets/radiobutton.h @@ -28,18 +28,23 @@ #define __PRACRO_RADIOBUTTON_H__ #include "widget.h" -#include +#include #include +#include +#include -class RadioButton : public QRadioButton, public Widget +class RadioButton : public QRadioButton { public: - RadioButton(QDomNode); + RadioButton(QDomNode, bool); public slots: QString getValue(); +private: + QString radio_value; + }; #endif/*__PRACRO_RADIOBUTTON_H__*/ -- cgit v1.2.3