one more option

This commit is contained in:
2016-07-05 19:57:03 +03:00
parent d031c03d4d
commit c947ff96c2
2 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,7 @@ Converts any number to string.
| Field | Required | Value | Default |
| -------------------|----------|----------------------------------|------------|
| X-AW-FillChar | no | char to fill number to `X-AW-Width` | (space) |
| X-AW-ForceWidth | no | strip string after `X-AW-Width` | false |
| X-AW-Format | no | Qt specific number format, supported values are `e`, `E`, `f`, `g`, `G` | `f` |
| X-AW-Multiplier | no | float to which value will be multiplied | 1.0 |
| X-AW-Precision | no | show this count of symbols after dot | -1 (as expected) |