From 4ef42a9bae0bd8c17391d1fbb5aa21d78fbe92ce Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 1 Dec 2008 15:30:17 +0000 Subject: Added two new widgets: metawidget and altcombobox. Modified multilist to use 'innerwidget' attribute instead of format string. --- client/client.pro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'client/client.pro') diff --git a/client/client.pro b/client/client.pro index 9cc726b..61b63fb 100644 --- a/client/client.pro +++ b/client/client.pro @@ -47,7 +47,9 @@ HEADERS += \ widgets/radiobutton.h \ widgets/radiobuttons.h \ widgets/checkbox.h \ - widgets/window.h + widgets/window.h \ + widgets/altcombobox.h \ + widgets/metawidget.h SOURCES += \ pracro.cc \ @@ -74,4 +76,6 @@ SOURCES += \ widgets/radiobutton.cc \ widgets/radiobuttons.cc \ widgets/checkbox.cc \ - widgets/window.cc + widgets/window.cc \ + widgets/altcombobox.cc \ + widgets/metawidget.cc -- cgit v1.2.3