diff options
author | falkTX <falktx@gmail.com> | 2015-02-20 14:48:08 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-20 11:17:28 -0500 |
commit | bca3727839288d70293f4443246973e98c050e49 (patch) | |
tree | fcea34254d24407c5c6dbe52029f263d5c220a19 /lv2/lv2plug.in/ns/extensions/ui/ui.ttl | |
parent | 1ab30cf0e7610b88397b5d2358aa7da428eb9d77 (diff) | |
download | lv2-bca3727839288d70293f4443246973e98c050e49.tar.xz |
Add Qt5 UI type
Diffstat (limited to 'lv2/lv2plug.in/ns/extensions/ui/ui.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/extensions/ui/ui.ttl | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/extensions/ui/ui.ttl b/lv2/lv2plug.in/ns/extensions/ui/ui.ttl index 1d3d440..c29f1d2 100644 --- a/lv2/lv2plug.in/ns/extensions/ui/ui.ttl +++ b/lv2/lv2plug.in/ns/extensions/ui/ui.ttl @@ -113,6 +113,15 @@ A UI where the LV2_Widget is a pointer to a Qt4 compatible QWidget, and the host guarantees that the Qt4 library has been initialised and the Qt4 main loop is running before a UI of this type is instantiated.""" . +ui:Qt5UI + a rdfs:Class , + owl:Class ; + rdfs:subClassOf ui:UI ; + rdfs:comment """ +A UI where the LV2_Widget is a pointer to a Qt5 compatible QWidget, +and the host guarantees that the Qt5 library has been initialised and the +Qt5 main loop is running before a UI of this type is instantiated.""" . + ui:X11UI a rdfs:Class , owl:Class ; |