diff widgets/widgets.pro @ 132:5d3a483856ff

* Add Thumbwheel widget for all our zooming needs * Use QSettings to save/restore window size and position -- precursor to switching our preferences to QSettings as well -- wish I'd noticed it sooner * Only suspend writes (not reads from the underlying cache objects) from the fft caches when repainting the spectrogram -- performance should now be significantly better
author Chris Cannam
date Thu, 03 Aug 2006 15:40:11 +0000
parents 26d9d65e4941
children 5ec6b60658d8
line wrap: on
line diff
--- a/widgets/widgets.pro	Thu Aug 03 12:42:15 2006 +0000
+++ b/widgets/widgets.pro	Thu Aug 03 15:40:11 2006 +0000
@@ -23,7 +23,8 @@
            PluginParameterBox.h \
            PluginParameterDialog.h \
            PropertyBox.h \
-           PropertyStack.h
+           PropertyStack.h \
+           Thumbwheel.h
 SOURCES += AudioDial.cpp \
            Fader.cpp \
            ItemEditDialog.cpp \
@@ -33,4 +34,5 @@
            PluginParameterBox.cpp \
            PluginParameterDialog.cpp \
            PropertyBox.cpp \
-           PropertyStack.cpp
+           PropertyStack.cpp \
+           Thumbwheel.cpp