Remember auto stretch on load

This commit is contained in:
2024-08-27 13:43:17 +02:00
parent e38de510a0
commit 9adfbde512
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -27,6 +27,7 @@ class StretchToolbar : public QToolBar
MTFParam m_mtfParam;
public:
explicit StretchToolbar(QWidget *parent = nullptr);
~StretchToolbar();
public slots:
void stretchImage(Image *img);
void resetMTF();