Mercurial > hg > easaier-soundaccess
diff widgets/widgets.pro @ 83:76d4fbab5f20
replace the QDial by sliders
author | lbajardsilogic |
---|---|
date | Fri, 22 Jun 2007 12:49:50 +0000 |
parents | afcf540ae3a2 |
children | 6249d87b3780 |
line wrap: on
line diff
--- a/widgets/widgets.pro Fri Jun 22 09:54:00 2007 +0000 +++ b/widgets/widgets.pro Fri Jun 22 12:49:50 2007 +0000 @@ -51,7 +51,8 @@ LayerViewerWidget.h \ ItemLayerList.h \ ItemContainer.h \ - RealTimeFilterPropertyStack.h + RealTimeFilterPropertyStack.h \ + Slider.h SOURCES += AudioDial.cpp \ Fader.cpp \ ItemEditDialog.cpp \ @@ -88,5 +89,6 @@ LayerViewerWidget.cpp \ ItemLayerList.cpp \ ItemContainer.cpp \ - RealTimeFilterPropertyStack.cpp + RealTimeFilterPropertyStack.cpp \ + Slider.hcpp