Skip to content

Commit b6e98f1

Browse files
committedOct 24, 2014
Update QgsAttributeTableDialog
1 parent 27f296d commit b6e98f1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
 

‎resources/context_help/QgsAttributeTableDialog

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h3>Attribute table</h3>
2-
The attribute table displays features of a selected layer. Each row in the table represents one map feature with its attributes shown in several columns. The features in the table can be searched, selected, moved or even edited. By default the attribute table is a separate window. If you opened it and cannot see it anymore, it is most likely hidden under the main QGIS window. You can make it also a docked window, by checking <label>Open attribute table in a dock window</label> in <label>Settings > Options > General</label>.<p>
2+
The attribute table displays features of a selected layer. Each row in the table represents one map feature with its attributes shown in several columns. The features in the table can be searched, selected, moved or even edited. By default the attribute table is a separate window. If you opened it and cannot see it anymore, it is most likely hidden under the main QGIS window. You can make it also a docked window, by checking <label>Open attribute table in a dock window</label> in <label>Settings > Options > Data Sources</label>.<p>
33

44
The number of total number of layer features, filtered features and selected features is printed on the window header.<p>
55
<p>
@@ -8,6 +8,7 @@ The number of total number of layer features, filtered features and selected fea
88
<a href="#Filtering">Filtering</a><br/>
99
<a href="#Editing">Editing</a><br/>
1010
<a href="#FieldCalc">Field Calculator</a><br/>
11+
<a href="#FieldCalcBar">Field Calculator bar</a><br/>
1112

1213
<a name="Selecting">
1314
<h4>Selecting</h4>
@@ -49,3 +50,10 @@ To edit values, you first have to switch the layer to editing mode. To switch to
4950
The <label>Field Calculator</label> button in the attribute table allows performing calculations on basis of existing attribute values or defined functions, e.g. to calculate length or area of geometry features.<br>
5051
The results can be written to a new attribute column or it can be used to update values in an already existing column.<br>
5152
The vector layer needs to be in editing mode, before you can click on the <label>Field calculator</label> icon to open the dialog.
53+
54+
<a name="FieldCalcBar">
55+
<h4>Field Calculator Bar</h4>
56+
</a>
57+
The <label>Field Calculator</label> button in the attribute table allows performing calculations on basis of existing attribute values or defined functions, e.g. to calculate length or area of geometry features.<br>
58+
The results can be written to a new attribute column or it can be used to update values in an already existing column.<br>
59+
The vector layer needs to be in editing mode, before you can click on the <label>Field calculator</label> icon to open the dialog.

0 commit comments

Comments
 (0)
Please sign in to comment.