mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
Dialog of saving options now re-tell what mesh are you going to save
This commit is contained in:
parent
073ebfef5a
commit
d48790efea
@ -48,11 +48,12 @@ void SaveMaskExporterDialog::InitDialog()
|
||||
ui->renametextureButton->setDisabled(true);
|
||||
|
||||
stdParFrame = new StdParFrame(this,glar);
|
||||
stdParFrame->loadFrameContent(*parSet);
|
||||
stdParFrame->loadFrameContent(*parSet);
|
||||
QVBoxLayout *vbox = new QVBoxLayout(this);
|
||||
vbox->addWidget(stdParFrame);
|
||||
ui->saveParBox->setLayout(vbox);
|
||||
|
||||
this->setWindowTitle("Choose Saving Options for: '"+m->label()+"'");
|
||||
// Show the additional parameters only for formats that have some.
|
||||
if(parSet->isEmpty()) ui->saveParBox->hide();
|
||||
else ui->saveParBox->show();
|
||||
@ -261,11 +262,6 @@ void SaveMaskExporterDialog::SlotSelectionNoneButton()
|
||||
ui->check_iom_camera->setChecked(false);
|
||||
}
|
||||
|
||||
void SaveMaskExporterDialog::SetTitleDialog( const QString& filename )
|
||||
{
|
||||
this->setWindowTitle("Exporting Parameters Options for " + filename);
|
||||
}
|
||||
|
||||
void SaveMaskExporterDialog::on_check_help_stateChanged(int)
|
||||
{
|
||||
stdParFrame->toggleHelp();
|
||||
|
||||
@ -55,7 +55,6 @@ public:
|
||||
void SetTextureName();
|
||||
int GetNewMask();
|
||||
void SetMaskCapability();
|
||||
void SetTitleDialog(const QString& filename);
|
||||
|
||||
private slots:
|
||||
void on_check_help_stateChanged(int);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user