From e2de64d6f1beb9e492daf5b886e19933c1fa41dd Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- arts/examples/template_Instrument_GUI.arts | 91 ++++++++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 arts/examples/template_Instrument_GUI.arts (limited to 'arts/examples/template_Instrument_GUI.arts') diff --git a/arts/examples/template_Instrument_GUI.arts b/arts/examples/template_Instrument_GUI.arts new file mode 100644 index 00000000..67db385e --- /dev/null +++ b/arts/examples/template_Instrument_GUI.arts @@ -0,0 +1,91 @@ +name=template_Instrument_GUI +module=Arts::Widget +{ + id=0 + x=1 + y=2 + port=widgetID + { + id=1 + } + port=parent + { + id=2 + } + port=x + { + id=3 + any_data=value:000000056c6f6e67000000000400000000 + } + port=y + { + id=4 + any_data=value:000000056c6f6e67000000000400000000 + } + port=width + { + id=5 + any_data=value:000000056c6f6e6700000000040000000a + } + port=height + { + id=6 + any_data=value:000000056c6f6e6700000000040000000a + } + port=visible + { + id=7 + any_data=value:00000008626f6f6c65616e000000000101 + } +} +structureport +{ + name=parent + x=2 + y=1 + position=0 + type + { + direction=output + datatype=audio + conntype=stream + } + data + { + id=8 + } +} +structureport +{ + name=x + x=3 + y=1 + position=1 + type + { + direction=output + datatype=audio + conntype=property + } + data + { + id=9 + } +} +structureport +{ + name=y + x=4 + y=1 + position=2 + type + { + direction=output + datatype=audio + conntype=property + } + data + { + id=10 + } +} -- cgit v1.2.1