Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
131:eaae73b6bd28 | 132:5d3a483856ff |
---|---|
21 LEDButton.h \ | 21 LEDButton.h \ |
22 ListInputDialog.h \ | 22 ListInputDialog.h \ |
23 PluginParameterBox.h \ | 23 PluginParameterBox.h \ |
24 PluginParameterDialog.h \ | 24 PluginParameterDialog.h \ |
25 PropertyBox.h \ | 25 PropertyBox.h \ |
26 PropertyStack.h | 26 PropertyStack.h \ |
27 Thumbwheel.h | |
27 SOURCES += AudioDial.cpp \ | 28 SOURCES += AudioDial.cpp \ |
28 Fader.cpp \ | 29 Fader.cpp \ |
29 ItemEditDialog.cpp \ | 30 ItemEditDialog.cpp \ |
30 LayerTree.cpp \ | 31 LayerTree.cpp \ |
31 LEDButton.cpp \ | 32 LEDButton.cpp \ |
32 ListInputDialog.cpp \ | 33 ListInputDialog.cpp \ |
33 PluginParameterBox.cpp \ | 34 PluginParameterBox.cpp \ |
34 PluginParameterDialog.cpp \ | 35 PluginParameterDialog.cpp \ |
35 PropertyBox.cpp \ | 36 PropertyBox.cpp \ |
36 PropertyStack.cpp | 37 PropertyStack.cpp \ |
38 Thumbwheel.cpp |