diff options
author | deva <deva> | 2008-12-01 15:30:17 +0000 |
---|---|---|
committer | deva <deva> | 2008-12-01 15:30:17 +0000 |
commit | 4ef42a9bae0bd8c17391d1fbb5aa21d78fbe92ce (patch) | |
tree | 31f2c7d0f2c63d6681fd86c94ebfae36784a5968 /client/client.pro | |
parent | 3ab207d95e47f81cf75effee3822cd787979cae7 (diff) |
Added two new widgets: metawidget and altcombobox. Modified multilist to use 'innerwidget' attribute instead of format string.
Diffstat (limited to 'client/client.pro')
-rw-r--r-- | client/client.pro | 8 |
1 files changed, 6 insertions, 2 deletions
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 |