qcam: Provide initial icon buttons "Play/Stop"

Provide Quit, Play, Stop icons.

Create a Qt resource to compile icons into the binary and present them
on the toolbar.

Update the Quit button with a 'cross', and implement Play/Stop buttons.

Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Kieran Bingham
2020-02-05 14:41:14 +00:00
parent fc9fe45580
commit 2dc85eabe1
4 changed files with 25 additions and 6 deletions
@@ -0,0 +1,7 @@
<!DOCTYPE RCC><RCC version="1.0">
<qresource>
<file>./play-circle.svg</file>
<file>./stop-circle.svg</file>
<file>./x-circle.svg</file>
</qresource>
</RCC>