From c46d8da153ac658c8bd145376e22b1218db1090a Mon Sep 17 00:00:00 2001 From: kali Date: Sun, 22 Jul 2012 21:10:15 -0700 Subject: initial import --- data/TODO | 1 + data/images/conn_connected.png | Bin 0 -> 3031 bytes data/images/conn_connecting.png | Bin 0 -> 3213 bytes data/images/conn_error.png | Bin 0 -> 3571 bytes data/images/leapfrog.jpg | Bin 0 -> 1767 bytes data/resources/mainwindow.qrc | 8 ++++++++ 6 files changed, 9 insertions(+) create mode 100644 data/TODO create mode 100644 data/images/conn_connected.png create mode 100644 data/images/conn_connecting.png create mode 100644 data/images/conn_error.png create mode 100644 data/images/leapfrog.jpg create mode 100644 data/resources/mainwindow.qrc (limited to 'data') diff --git a/data/TODO b/data/TODO new file mode 100644 index 00000000..580227ac --- /dev/null +++ b/data/TODO @@ -0,0 +1 @@ +icons file and stuff should be moved here at some point! diff --git a/data/images/conn_connected.png b/data/images/conn_connected.png new file mode 100644 index 00000000..6a5bcba9 Binary files /dev/null and b/data/images/conn_connected.png differ diff --git a/data/images/conn_connecting.png b/data/images/conn_connecting.png new file mode 100644 index 00000000..35cb0f6a Binary files /dev/null and b/data/images/conn_connecting.png differ diff --git a/data/images/conn_error.png b/data/images/conn_error.png new file mode 100644 index 00000000..ac1391df Binary files /dev/null and b/data/images/conn_error.png differ diff --git a/data/images/leapfrog.jpg b/data/images/leapfrog.jpg new file mode 100644 index 00000000..a1ddf4bb Binary files /dev/null and b/data/images/leapfrog.jpg differ diff --git a/data/resources/mainwindow.qrc b/data/resources/mainwindow.qrc new file mode 100644 index 00000000..9a2531c9 --- /dev/null +++ b/data/resources/mainwindow.qrc @@ -0,0 +1,8 @@ + + + ../images/conn_error.png + ../images/conn_connecting.png + ../images/conn_connected.png + ../images/leapfrog.jpg + + -- cgit v1.2.3