mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05:00
[Fix #7552] drag'n'drop form information not loaded from qml file
This commit is contained in:
parent
a928dce594
commit
83cb282ea1
@ -203,15 +203,16 @@ QgsFieldsProperties::QgsFieldsProperties( QgsVectorLayer *layer, QWidget* parent
|
||||
leEditForm->setText( layer->editForm() );
|
||||
leEditFormInit->setText( layer->editFormInit() );
|
||||
|
||||
mEditorLayoutComboBox->setCurrentIndex( layer->editorLayout() );
|
||||
|
||||
loadAttributeEditorTree();
|
||||
updateButtons();
|
||||
}
|
||||
|
||||
void QgsFieldsProperties::init()
|
||||
{
|
||||
loadRows();
|
||||
|
||||
mEditorLayoutComboBox->setCurrentIndex( mLayer->editorLayout() );
|
||||
|
||||
loadAttributeEditorTree();
|
||||
}
|
||||
|
||||
void QgsFieldsProperties::onAttributeSelectionChanged()
|
||||
|
Loading…
x
Reference in New Issue
Block a user