Add option to not use native file dialogs

Thanks to Patrick Chevalley for updated french tranlation
This commit is contained in:
2022-12-15 20:36:19 +01:00
parent ad91adf1d9
commit f1ff04382b
8 changed files with 34 additions and 12 deletions
+2
View File
@@ -3,6 +3,7 @@
#include <QDialog>
#include <QSpinBox>
#include <QCheckBox>
class SettingsDialog : public QDialog
{
@@ -15,6 +16,7 @@ private:
QSpinBox *m_preloadImages;
QSpinBox *m_thumSize;
QCheckBox *m_useNativeDialog;
};
#endif // SETTINGSDIALOG_H