mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
remove enabling of OK button
This commit is contained in:
parent
9d718d0ade
commit
2d73394064
@ -93,7 +93,6 @@ void QgsMapLayerSaveStyleDialog::showAll()
|
||||
QModelIndex index = mModel->index( i, 0 );
|
||||
mModel->setData( index, Qt::Checked, Qt::CheckStateRole );
|
||||
}
|
||||
buttonBox->button( QDialogButtonBox::Ok )->setEnabled( true );
|
||||
}
|
||||
|
||||
void QgsMapLayerSaveStyleDialog::hideAll()
|
||||
@ -103,7 +102,6 @@ void QgsMapLayerSaveStyleDialog::hideAll()
|
||||
QModelIndex index = mModel->index( i, 0 );
|
||||
mModel->setData( index, Qt::Unchecked, Qt::CheckStateRole );
|
||||
}
|
||||
buttonBox->button( QDialogButtonBox::Ok )->setEnabled( true );
|
||||
}
|
||||
|
||||
void QgsMapLayerSaveStyleDialog::populateStyleComboBox()
|
||||
|
Loading…
x
Reference in New Issue
Block a user