aboutsummaryrefslogtreecommitdiffstats
path: root/src/sketch.py
diff options
context:
space:
mode:
authorsara <sara.halter@gmx.ch>2021-11-06 14:08:59 +0100
committersara <sara.halter@gmx.ch>2021-11-06 14:08:59 +0100
commita9658917eed6d8c6f6be9b1add3c2834cb109350 (patch)
tree742ef66c954e4a4e7649e5dfe7ba101eeecaba51 /src/sketch.py
parentDoku Implementation Teil angefangen. (diff)
downloadFading-a9658917eed6d8c6f6be9b1add3c2834cb109350.tar.gz
Fading-a9658917eed6d8c6f6be9b1add3c2834cb109350.zip
scr tests
Diffstat (limited to '')
-rw-r--r--src/sketch.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sketch.py b/src/sketch.py
index aa9d879..1dc3424 100644
--- a/src/sketch.py
+++ b/src/sketch.py
@@ -55,6 +55,8 @@ with window(label="RX DSP Flow Graph", width=800, height=800, on_close=_on_param
add_node_link(get_alias_id("eq_out"), get_alias_id("pll_in"))
+with window(label="Example Window"):
+ add_text("Hello world")
show_viewport()
start_dearpygui()