From 2dc85eabe1d9e9946f39692ea9a3bf1bb635bbcc Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Wed, 5 Feb 2020 14:41:14 +0000 Subject: 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 Reviewed-by: Laurent Pinchart --- src/qcam/assets/feathericons/feathericons.qrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/qcam/assets/feathericons/feathericons.qrc (limited to 'src/qcam/assets') 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 @@ + + +./play-circle.svg +./stop-circle.svg +./x-circle.svg + + -- cgit v1.2.1