17 #ifndef _SAVE_DIALOG_PRIVATE_HH_
18 #define _SAVE_DIALOG_PRIVATE_HH_
TiXmlDocument modelConfig
The model's config file.
Definition: SaveDialogPrivate.hh:57
QLineEdit * modelLocationLineEdit
Editable line that holds the model's save location.
Definition: SaveDialogPrivate.hh:54
QLineEdit * modelAuthorNameLineEdit
Editable line that holds the model's author's name.
Definition: SaveDialogPrivate.hh:48
QLineEdit * modelAuthorEmailLineEdit
Editable line that holds the model's author's email.
Definition: SaveDialogPrivate.hh:51
QLabel * messageLabel
Label appearing at the top of the dialog box.
Definition: SaveDialogPrivate.hh:36
QLineEdit * modelNameLineEdit
Editable line that holds the model name.
Definition: SaveDialogPrivate.hh:39
QLineEdit * modelDescriptionLineEdit
Editable line that holds the model's description.
Definition: SaveDialogPrivate.hh:45
Private data for the SaveDialog class.
Definition: SaveDialogPrivate.hh:30
QLineEdit * modelVersionLineEdit
Editable line that holds the model's version.
Definition: SaveDialogPrivate.hh:42
QWidget * advancedOptionsWidget
Widget container to hold advanced model saving options.
Definition: SaveDialogPrivate.hh:33