mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-17 00:09:36 -04:00
Show field names in attribute table sorting expression builder
This commit is contained in:
parent
1df5664d84
commit
d285134109
@ -70,12 +70,6 @@ QgsAttributeForm::QgsAttributeForm( QgsVectorLayer* vl, const QgsFeature &featur
|
|||||||
initPython();
|
initPython();
|
||||||
setFeature( feature );
|
setFeature( feature );
|
||||||
|
|
||||||
// Using attributeAdded() attributeDeleted() are not emitted on all fields changes (e.g. layer fields changed,
|
|
||||||
// joined fields changed) -> use updatedFields() instead
|
|
||||||
#if 0
|
|
||||||
connect( vl, SIGNAL( attributeAdded( int ) ), this, SLOT( onAttributeAdded( int ) ) );
|
|
||||||
connect( vl, SIGNAL( attributeDeleted( int ) ), this, SLOT( onAttributeDeleted( int ) ) );
|
|
||||||
#endif
|
|
||||||
connect( vl, SIGNAL( updatedFields() ), this, SLOT( onUpdatedFields() ) );
|
connect( vl, SIGNAL( updatedFields() ), this, SLOT( onUpdatedFields() ) );
|
||||||
connect( vl, SIGNAL( beforeAddingExpressionField( QString ) ), this, SLOT( preventFeatureRefresh() ) );
|
connect( vl, SIGNAL( beforeAddingExpressionField( QString ) ), this, SLOT( preventFeatureRefresh() ) );
|
||||||
connect( vl, SIGNAL( beforeRemovingExpressionField( int ) ), this, SLOT( preventFeatureRefresh() ) );
|
connect( vl, SIGNAL( beforeRemovingExpressionField( int ) ), this, SLOT( preventFeatureRefresh() ) );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user