3#include <NDEVR/ApplicationOptions.h>
4#include <NDEVR/String.h>
8 class FileAndFolderSettingsUI;
12 class FileChooserDialog;
30 Ui::FileAndFolderSettingsUI*
ui;
The default object to store data of any type that should persist through sessions of the application.
Definition Button.h:57
Allows the user to adjust default folders or whether or not the software uses project folders or proj...
Definition FileAndFolderSettingsDialog.h:19
void updateUseProjectFolders()
bool event(QEvent *event) override
Ui::FileAndFolderSettingsUI * ui
Definition FileAndFolderSettingsDialog.h:30
void showBrowseDialog(const TranslatedString &title, Button *b)
ApplicationOption< String > * m_path_to_modify
Definition FileAndFolderSettingsDialog.h:32
FileChooserDialog * fileChooser()
FileChooserDialog * m_file_chooser_dialog
Definition FileAndFolderSettingsDialog.h:31
FileAndFolderSettingsDialog(QWidget *parent=nullptr)
A dialog designed to allow the user to navigate a filesytem and select or create one or more files or...
Definition FileChooserDialog.h:79
Any text displayed to the user should be defined as a TranslatedString which allows the program to lo...
Definition TranslatedString.h:13
Definition FontEditor.h:6