summaryrefslogtreecommitdiff
path: root/editor/widget.h
diff options
context:
space:
mode:
authordeva <deva>2008-07-14 09:32:45 +0000
committerdeva <deva>2008-07-14 09:32:45 +0000
commit48f92d13fa3a42007a068baf1d63f418b22a2b3e (patch)
treed5a2f314b6da4162e5a45afcf5473529152da288 /editor/widget.h
parent0ca2a008e3d6f2578246326ba4180cf21d8064ca (diff)
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.
Diffstat (limited to 'editor/widget.h')
-rw-r--r--editor/widget.h4
1 files changed, 1 insertions, 3 deletions
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: