Add fine tune for STF slider

This commit is contained in:
2022-12-22 12:45:47 +01:00
parent 5cc8fdd83d
commit c1aca3ca65
2 changed files with 28 additions and 3 deletions
+2
View File
@@ -11,6 +11,8 @@ class STFSlider : public QWidget
float m_midPoint;
float m_whitePoint;
int m_grabbed;
bool m_fineTune;
float m_fineTuneX;
public:
explicit STFSlider(QWidget *parent = nullptr);
float blackPoint() const;