Add nearest and bicubic filtering

This commit is contained in:
2023-12-18 15:54:15 +01:00
parent 0e9c980325
commit 2134f13b06
4 changed files with 114 additions and 2 deletions
+2
View File
@@ -4,6 +4,7 @@
#include <QDialog>
#include <QSpinBox>
#include <QCheckBox>
#include <QComboBox>
class SettingsDialog : public QDialog
{
@@ -21,6 +22,7 @@ private:
QSpinBox *m_thumSize;
QDoubleSpinBox *m_saturation;
QCheckBox *m_useNativeDialog;
QComboBox *m_filtering;
};
#endif // SETTINGSDIALOG_H