diff --git a/images/connect.png b/images/connect.png
index 29cf8cb..4585bef 100644
Binary files a/images/connect.png and b/images/connect.png differ
diff --git a/images/disconnect.png b/images/disconnect.png
index 08f6c8d..f17b5a0 100644
Binary files a/images/disconnect.png and b/images/disconnect.png differ
diff --git a/images/exit.png b/images/exit.png
new file mode 100644
index 0000000..74ce708
Binary files /dev/null and b/images/exit.png differ
diff --git a/images/record.png b/images/record.png
new file mode 100644
index 0000000..947bb2a
Binary files /dev/null and b/images/record.png differ
diff --git a/images/snapshot.png b/images/snapshot.png
new file mode 100644
index 0000000..63e16b4
Binary files /dev/null and b/images/snapshot.png differ
diff --git a/images/stop.png b/images/stop.png
new file mode 100644
index 0000000..28a9e27
Binary files /dev/null and b/images/stop.png differ
diff --git a/resources.qrc b/resources.qrc
index 12ca9e0..018cd7f 100644
--- a/resources.qrc
+++ b/resources.qrc
@@ -2,5 +2,9 @@
     <qresource prefix="/">
         <file>images/disconnect.png</file>
         <file>images/connect.png</file>
+        <file>images/snapshot.png</file>
+        <file>images/record.png</file>
+        <file>images/stop.png</file>
+        <file>images/exit.png</file>
     </qresource>
 </RCC>