From a7ce3d715138fffe0817855468a38f6ca46b7c60 Mon Sep 17 00:00:00 2001 From: senator Date: Thu, 11 Oct 2007 07:49:03 +0000 Subject: Updated all widgets with better width height control --- client/widgets/frame.cc | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'client/widgets/frame.cc') diff --git a/client/widgets/frame.cc b/client/widgets/frame.cc index bc72a2a..0edf1fa 100644 --- a/client/widgets/frame.cc +++ b/client/widgets/frame.cc @@ -33,24 +33,6 @@ Frame::Frame(QDomNode node) { QDomElement elem = node.toElement(); - /* - if(elem.hasAttribute("caption")) { - setTitle(elem.attribute("caption")); - } else { - setTitle(elem.attribute("")); - } - */ - /* - if(elem.hasAttribute("border")) { - if(elem.attribute("border") == "true") { - setFlat(false); - } else { - setFlat(true); - } - } else { - setFlat(true); - } - */ if(elem.hasAttribute("layout")) { if(elem.attribute("layout") == "hbox") { QHBoxLayout *layout = new QHBoxLayout(); -- cgit v1.2.3