Skip to content

Commit 386e2f3

Browse files
committed
set feature form windows title
1 parent df6ae76 commit 386e2f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/qgsattributedialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ bool QgsAttributeDialog::eventFilter( QObject* obj, QEvent* e )
144144
void QgsAttributeDialog::init( QgsVectorLayer* layer, QgsFeature* feature, QgsAttributeEditorContext& context, QWidget* parent )
145145
{
146146
mDialog = new QDialog( parent );
147+
mDialog->setWindowTitle( tr( "Feature Attributes" ) );
147148
mDialog->setLayout( new QGridLayout() );
148149
mDialog->layout()->setMargin( 0 );
149150
mAttributeForm = new QgsAttributeForm( layer, *feature, context, parent );

0 commit comments

Comments
 (0)