Mercurial > hg > svgui
diff widgets/AudioDial.h @ 177:dbd34ff746c7
* Update the main sv.prf for compatibility with Qt 4.2 qmake instead of
that from 4.1. Add a README.Qt41 describing how to build with 4.1 if
preferred.
* Add OSC support for control from external scripts etc (work in progress).
author | Chris Cannam |
---|---|
date | Fri, 10 Nov 2006 13:27:57 +0000 |
parents | d4be66d61c04 |
children | 42118892f428 |
line wrap: on
line diff
--- a/widgets/AudioDial.h Mon Oct 30 12:44:45 2006 +0000 +++ b/widgets/AudioDial.h Fri Nov 10 13:27:57 2006 +0000 @@ -99,6 +99,8 @@ void setDefaultValue(int defaultValue); + void setMappedValue(float mappedValue); + protected: void drawTick(QPainter &paint, float angle, int size, bool internal); virtual void paintEvent(QPaintEvent *);