Mercurial > hg > svgui
diff widgets/widgets.pro @ 139:5ec6b60658d8
* Pull window type selector and shape preview out into their own widgets
(from the preferences dialog)
author | Chris Cannam |
---|---|
date | Mon, 11 Sep 2006 15:32:49 +0000 |
parents | 5d3a483856ff |
children | 8f51db2434dc |
line wrap: on
line diff
--- a/widgets/widgets.pro Tue Sep 05 16:34:54 2006 +0000 +++ b/widgets/widgets.pro Mon Sep 11 15:32:49 2006 +0000 @@ -24,7 +24,9 @@ PluginParameterDialog.h \ PropertyBox.h \ PropertyStack.h \ - Thumbwheel.h + Thumbwheel.h \ + WindowShapePreview.h \ + WindowTypeSelector.h SOURCES += AudioDial.cpp \ Fader.cpp \ ItemEditDialog.cpp \ @@ -35,4 +37,6 @@ PluginParameterDialog.cpp \ PropertyBox.cpp \ PropertyStack.cpp \ - Thumbwheel.cpp + Thumbwheel.cpp \ + WindowShapePreview.cpp \ + WindowTypeSelector.cpp