Skip to content

Commit a8e5f46

Browse files
author
g_j_m
committedJan 13, 2006

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎src/gui/qgsattributeactiondialog.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@ QgsAttributeActionDialog::QgsAttributeActionDialog(QgsAttributeAction* actions,
5353

5454
void QgsAttributeActionDialog::init()
5555
{
56-
// Can these be moved to the .ui file?
56+
Q3Header* header = attributeActionTable->horizontalHeader();
57+
header->setLabel(0, "Name");
58+
header->setLabel(1, "Action");
59+
header->setLabel(2, "Capture");
60+
5761
attributeActionTable->setColumnStretchable(0, true);
5862
attributeActionTable->setColumnStretchable(1, true);
5963
attributeActionTable->setColumnStretchable(2, true);

0 commit comments

Comments
 (0)
Please sign in to comment.