Skip to content

Commit

Permalink
Descriptive Titles
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Sep 28, 2017
1 parent 8f7190f commit 630b567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/qgsattributesformproperties.cpp
Expand Up @@ -18,7 +18,7 @@ QgsAttributesFormProperties::QgsAttributesFormProperties( QgsVectorLayer *layer,
mDragTree = new DnDTree( mLayer, mDragListWidget );
mDragListWidgetLayout->addWidget( mDragTree );
mDragListWidget->setLayout( mDragListWidgetLayout );
mDragTree->setHeaderLabels( QStringList() << tr( "Label" ) );
mDragTree->setHeaderLabels( QStringList() << tr( "Available Widgets" ) );
mDragTree->setType( DnDTree::Type::Drag );

// drop tree
Expand All @@ -27,7 +27,7 @@ QgsAttributesFormProperties::QgsAttributesFormProperties( QgsVectorLayer *layer,
mDropListWidgetLayout->addWidget( mDropTree );
mDropListWidgetLayout->setMargin( 0 );
mDropListWidget->setLayout( mDropListWidgetLayout );
mDropTree->setHeaderLabels( QStringList() << tr( "Label" ) );
mDropTree->setHeaderLabels( QStringList() << tr( "Form Structure" ) );
mDropTree->setType( DnDTree::Type::Drop );

// AttributeTypeDialog
Expand Down

0 comments on commit 630b567

Please sign in to comment.