Skip to content

Commit

Permalink
Update QgsAttributeTableDialog
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Oct 24, 2014
1 parent 27f296d commit b6e98f1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion resources/context_help/QgsAttributeTableDialog
@@ -1,5 +1,5 @@
<h3>Attribute table</h3>
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>
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>

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

<a name="Selecting">
<h4>Selecting</h4>
Expand Down Expand Up @@ -49,3 +50,10 @@ To edit values, you first have to switch the layer to editing mode. To switch to
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>
The results can be written to a new attribute column or it can be used to update values in an already existing column.<br>
The vector layer needs to be in editing mode, before you can click on the <label>Field calculator</label> icon to open the dialog.

<a name="FieldCalcBar">
<h4>Field Calculator Bar</h4>
</a>
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>
The results can be written to a new attribute column or it can be used to update values in an already existing column.<br>
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 comments on commit b6e98f1

Please sign in to comment.