Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replacing all screenshots and videos that use the black buttons #512

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Binary file not shown.
Binary file not shown.
Binary file modified documentation/assets/images/collect_features.webp
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified documentation/assets/images/constraint_configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentation/assets/images/edit_geom.webp
Binary file not shown.
Binary file added documentation/assets/images/edit_topo.webp
Binary file not shown.
Binary file modified documentation/assets/images/gnss_use.webp
Binary file not shown.
Binary file added documentation/assets/images/multi_editor.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
10 changes: 5 additions & 5 deletions documentation/how-to/attributes-form.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ combobox. You can select *layer*, *key column* and *value column*. Several
options are available to change the standard behaviors: *allow null value*, *order by value* and *allow multiple selections*. The widget will
display a drop-down or multiple-select list of the referenced features.

!![](../assets/images/value_relation_widget.gif)
!![](../assets/images/value_relation_widget.webp,300px)


## Configure Conditional Visibility
Expand All @@ -182,11 +182,11 @@ make a group and configure a visibility expression for a group
"diseases". Add a field "desease" with a checkbox. Only when the
checkbox is checked, the list of diseases will be available to you.

!![Configuration of a group box that will only be shown if the checkbox "measures_taken" is checked.](../assets/images/conditional_visibility_configuration.png)
!![Configuration of a group box that will only be shown if the checkbox "desease" is checked.](../assets/images/conditional_visibility_configuration.png)

Let's see what we got on the field:

![type:video](https://player.vimeo.com/video/499565113)<!-- markdown-link-check-disable-line -->
!![](../assets/images/conditional_visibility.webp,300px)


## Define Constraints
Expand Down Expand Up @@ -305,7 +305,7 @@ with_variable(
It is possible to search value in a *value relation* or *relation reference* widget using the magnifying
glass next to the field.

![type:video](https://player.vimeo.com/video/604661919)<!-- markdown-link-check-disable-line -->
!![](../assets/images/autocomplete_search_value.webp,300px)

!!! note
Define the *display expression* for the concerned layers, this will
Expand All @@ -322,7 +322,7 @@ auto-complete in the value relation.

Here a video showing how it works on QField

![type:video](https://player.vimeo.com/video/604661919)<!-- markdown-link-check-disable-line -->
!![](../assets/images/autocomplete_typing.webp,300px)

## Define QML Widgets

Expand Down
8 changes: 4 additions & 4 deletions documentation/how-to/digitize.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ at the right of every attribute allow remembering of the last entered value for
each attribute individually so that the next time you will add a feature on the same
layer, these attributes will be automatically pre-filled.

![type:video](https://player.vimeo.com/video/526919606)<!-- markdown-link-check-disable-line -->
!![](../assets/images/remember_checkboxes.webp,250px)

## Geometry editing
:material-tablet: Fieldwork
Expand Down Expand Up @@ -149,7 +149,7 @@ is created, QField will offer the possibility of filling the ring with a new fea

A video demonstration of some editing possibilities:

![type:video](https://player.vimeo.com/video/499564854)<!-- markdown-link-check-disable-line -->
!![](../assets/images/edit_geom.webp,250px)

## Merging features

Expand Down Expand Up @@ -191,7 +191,7 @@ together when moving / deleting vertices and additional vertices are
added to segments when a new node is added from neighbouring
geometries.

![type:video](https://player.vimeo.com/video/499565314)<!-- markdown-link-check-disable-line -->
!![](../assets/images/edit_topo.webp,250px)

### Multi-editing of attributes

Expand All @@ -200,7 +200,7 @@ In some cases, it can result in very efficient workflows. To do so, identify two
features on the map, select them in the features list and merge them by selecting
the *Edit feature* button in the list's title bar.

![type:video](https://player.vimeo.com/video/499565955)<!-- markdown-link-check-disable-line -->
!![](../assets/images/multi_editor.webp,250px)

## Delete features
:material-tablet: Fieldwork
Expand Down
Loading