make knobs easier to tune

This commit is contained in:
Andrew Kelley
2009-04-27 17:53:24 -07:00
parent f40b61045a
commit 57824bb2d1
3 changed files with 30 additions and 5 deletions

View File

@@ -141,6 +141,11 @@ private:
static textFloat * s_textFloat;
// how many pixels to get from one end of the knob to the other
static const int m_pixelHeight = 400;
// same as model()->value(), except it is a float
float m_fineModelValue;
int m_knobNum;
QString m_label;