2#include <QAbstractButton>
15class StoreProjectDialog;
37 opOverwritePrompt = 1 << 2,
39 opNoPartChange = 1 << 3,
41 opPartSelect = 1 << 4,
91 void changedPartSelection();
92 void changedProjectSelection();
96 void nameChanged(
const QString&);
101 void changeHandler(
void* sender);
106 bool canClose()
const;
111 void clicked(QAbstractButton* button);
116 Ui::StoreProjectDialog* ui;
Definition PartProject.h:10
Dialog to select a part and project to 'open' or 'save'.
Definition StoreProjectDialog.h:22
int exec() override
Overridden from base class.
QFlags< EOption > Options
Options type.
Definition StoreProjectDialog.h:49
Options options() const
Gets the options set with setOptions and see EOption for the information.
EOption
Options flags for behavior of this dialog.
Definition StoreProjectDialog.h:31
const PartProject * getPartProject() const
Gets the local part project pointer.
StoreProjectDialog(QWidget *parent=nullptr)
Default Qt constructor.
void setPartProject(const PartProject *part_project)
Assigns the data from the given part project to teh local one.
~StoreProjectDialog() override
Overridden destructor.
void setOptions(Options options)
Sets the options for operation of the dialog and see EOption for the information.
#define _IPJ_CLASS
Definition ipj/iface/global.h:35
Definition ApplicationPropertyPage.h:7
Definition Application.h:10