summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2019-04-28 22:09:30 +0200
committerPaweł Redman <pawel.redman@gmail.com>2019-04-28 22:09:30 +0200
commit8f4c3bdff4f15dd16458f16aa751d9f75e2f21c6 (patch)
tree49756da166b6664d827d1d2570c80e6289be3918
parent9d14198253d2107d93ab19c14b2bb5cf2ae226f2 (diff)
Add an actual picture
-rw-r--r--3.woz1
-rw-r--r--jones.jpgbin0 -> 32066 bytes
-rw-r--r--src/ui.py2
3 files changed, 2 insertions, 1 deletions
diff --git a/3.woz b/3.woz
new file mode 100644
index 0000000..62018a7
--- /dev/null
+++ b/3.woz
@@ -0,0 +1 @@
+{"version": 1, "ignore": [false, false, false, false], "elements": [{"type": "linear", "angle": 0.0, "delta": 0.0, "ref": false}, {"type": "quarterwave", "angle": 0.0, "delta": 0.0, "ref": 0}, {"type": "quarterwave", "angle": 0.0, "delta": 1.5707963267948966, "ref": false}, {"type": "linear", "angle": 0.0, "delta": 0.0, "ref": false}]} \ No newline at end of file
diff --git a/jones.jpg b/jones.jpg
new file mode 100644
index 0000000..c5f06c8
--- /dev/null
+++ b/jones.jpg
Binary files differ
diff --git a/src/ui.py b/src/ui.py
index 1e27ead..d58ab3a 100644
--- a/src/ui.py
+++ b/src/ui.py
@@ -390,7 +390,7 @@ def setup(win, system_):
rhs = QVBoxLayout()
- Widocques.image = QImage("/home/enneract/lab/test/c.jpg")
+ Widocques.image = QImage("jones.jpg")
GUI.widok = Widocques()
rhs.addWidget(GUI.widok)