diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2020-02-05 14:41:14 +0000 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2020-02-14 12:34:33 +0000 |
commit | 2dc85eabe1d9e9946f39692ea9a3bf1bb635bbcc (patch) | |
tree | bafc799250835bd3e417cd60cdaf55b0c214be04 /src/qcam/assets | |
parent | fc9fe45580839cee9420415f6d04052f9dfcaa62 (diff) |
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>
Diffstat (limited to 'src/qcam/assets')
-rw-r--r-- | src/qcam/assets/feathericons/feathericons.qrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/qcam/assets/feathericons/feathericons.qrc b/src/qcam/assets/feathericons/feathericons.qrc new file mode 100644 index 00000000..b8e5c226 --- /dev/null +++ b/src/qcam/assets/feathericons/feathericons.qrc @@ -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> |