From 48f92d13fa3a42007a068baf1d63f418b22a2b3e Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 14 Jul 2008 09:32:45 +0000 Subject: Made the setValue actually set the values in the GUI. Fixed resize problem when labels got text filled into them. Added a simple toXml method to dunp xml from the contructed gui to stdout. --- editor/widget.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'editor/widget.h') diff --git a/editor/widget.h b/editor/widget.h index 20baef9..eda50b5 100644 --- a/editor/widget.h +++ b/editor/widget.h @@ -38,10 +38,8 @@ Q_OBJECT public: Widget(QDomNode &node); - QString type; - void setValue(QString name, QString value); - + QString toXml(QString tabs); QDomElement elem; protected: -- cgit v1.2.3