mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -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() );
|
leEditForm->setText( layer->editForm() );
|
||||||
leEditFormInit->setText( layer->editFormInit() );
|
leEditFormInit->setText( layer->editFormInit() );
|
||||||
|
|
||||||
mEditorLayoutComboBox->setCurrentIndex( layer->editorLayout() );
|
|
||||||
|
|
||||||
loadAttributeEditorTree();
|
|
||||||
updateButtons();
|
updateButtons();
|
||||||
}
|
}
|
||||||
|
|
||||||
void QgsFieldsProperties::init()
|
void QgsFieldsProperties::init()
|
||||||
{
|
{
|
||||||
loadRows();
|
loadRows();
|
||||||
|
|
||||||
|
mEditorLayoutComboBox->setCurrentIndex( mLayer->editorLayout() );
|
||||||
|
|
||||||
|
loadAttributeEditorTree();
|
||||||
}
|
}
|
||||||
|
|
||||||
void QgsFieldsProperties::onAttributeSelectionChanged()
|
void QgsFieldsProperties::onAttributeSelectionChanged()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user