comparison widgets/Thumbwheel.h @ 165:793df5f0c6cb

* Make the thumbwheel widget much smoother to use, and fix a bug in positioning
author Chris Cannam
date Thu, 12 Oct 2006 15:47:38 +0000
parents 9e6b3e239b9d
children 42118892f428
comparison
equal deleted inserted replaced
164:11949d0b2739 165:793df5f0c6cb
59 private: 59 private:
60 int m_min; 60 int m_min;
61 int m_max; 61 int m_max;
62 int m_default; 62 int m_default;
63 int m_value; 63 int m_value;
64 float m_rotation;
64 Qt::Orientation m_orientation; 65 Qt::Orientation m_orientation;
65 float m_speed; 66 float m_speed;
66 bool m_tracking; 67 bool m_tracking;
67 bool m_showScale; 68 bool m_showScale;
68 bool m_clicked; 69 bool m_clicked;
69 bool m_atDefault; 70 bool m_atDefault;
70 QPoint m_clickPos; 71 QPoint m_clickPos;
71 int m_clickValue; 72 float m_clickRotation;
72 }; 73 };
73 74
74 #endif 75 #endif