- Use '/' key to quickly access this field.
- Enter a name of repository, or repository group for quick search.
- Prefix query to allow special search:
user:admin, to search for usernames, always global
user_group:devops, to search for user groups, always global
pr:303, to search for pull request number, title, or description, always global
commit:efced4, to search for commits, scoped to repositories or groups
file:models.py, to search for file paths, scoped to repositories or groups
For advanced full text search visit: repository search
Add QML designer plugin
Added QML designer plugin for Charts. It's possible now to add all
possible series in ChartView and PolarChartView type. The properties
of ChartView and PolarChartView can be set via the QML designer. The
properties of the series are not editable via the QML designer.
Change-Id: I51cd6bf5bd33cd8d0f7b7f2fb992e7963e344dae
Task-number: QTRD-3356
Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>