diff options
author | sara <sara.halter@gmx.ch> | 2021-11-06 14:08:59 +0100 |
---|---|---|
committer | sara <sara.halter@gmx.ch> | 2021-11-06 14:08:59 +0100 |
commit | a9658917eed6d8c6f6be9b1add3c2834cb109350 (patch) | |
tree | 742ef66c954e4a4e7649e5dfe7ba101eeecaba51 | |
parent | Doku Implementation Teil angefangen. (diff) | |
download | Fading-a9658917eed6d8c6f6be9b1add3c2834cb109350.tar.gz Fading-a9658917eed6d8c6f6be9b1add3c2834cb109350.zip |
scr tests
-rw-r--r-- | src/.~lock.shell.nix# | 1 | ||||
-rw-r--r-- | src/sketch.py | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/src/.~lock.shell.nix# b/src/.~lock.shell.nix# new file mode 100644 index 0000000..51a425a --- /dev/null +++ b/src/.~lock.shell.nix# @@ -0,0 +1 @@ +,sara,fading2.ost.ch,06.11.2021 14:06,file:///home/sara/.config/libreoffice/4;
\ No newline at end of file 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() |