17#include "ui_SaveMesh.h"
33 QDialog* parent =
nullptr);
46 void reject()
override { this->done(QDialog::Rejected); };
A dialog window for managing properties for writing meshes to files.
void accept() override
Instructions if the OK-Button has been pressed.
void reject() override
Instructions if the Cancel-Button has been pressed.
void on_dataModeBox_currentIndexChanged(int index)
~SaveMeshDialog() override=default
void on_selectDirButton_clicked()
Selection of path to save file.
SaveMeshDialog(MeshLib::Mesh const &mesh, QDialog *parent=nullptr)
MeshLib::Mesh const & _mesh