3#include <NDEVR/GenericOption.h>
8 class FileChooserDialog;
45 QWidget* m_widget =
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
Stores a groups of GenericOptions that can be used to group them.
Definition GenericOptions.h:151
Creates a clean formatted dialog for any number of GenericOptions within a GenericOptionGroup Each op...
Definition GenericOptionsWidgets.h:55
GenericOptionsGroup(QWidget *parent=nullptr)
QGridLayout * m_layout
Definition GenericOptionsWidgets.h:68
GenericOptionsGroup(const GenericOptionGroup &option, QWidget *parent=nullptr)
const GenericOptionGroup & group()
GenericOptionGroup m_group
Definition GenericOptionsWidgets.h:69
void setOptionGroup(const GenericOptionGroup &option)
Stores a generic option of any type as well as some information about how the user might interact wit...
Definition GenericOptions.h:57