From bca3727839288d70293f4443246973e98c050e49 Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 20 Feb 2015 14:48:08 +0000 Subject: Add Qt5 UI type --- lv2/lv2plug.in/ns/extensions/ui/ui.h | 1 + lv2/lv2plug.in/ns/extensions/ui/ui.ttl | 9 +++++++++ 2 files changed, 10 insertions(+) (limited to 'lv2') diff --git a/lv2/lv2plug.in/ns/extensions/ui/ui.h b/lv2/lv2plug.in/ns/extensions/ui/ui.h index 9f36429..e7b55fb 100644 --- a/lv2/lv2plug.in/ns/extensions/ui/ui.h +++ b/lv2/lv2plug.in/ns/extensions/ui/ui.h @@ -40,6 +40,7 @@ #define LV2_UI__GtkUI LV2_UI_PREFIX "GtkUI" #define LV2_UI__PortNotification LV2_UI_PREFIX "PortNotification" #define LV2_UI__Qt4UI LV2_UI_PREFIX "Qt4UI" +#define LV2_UI__Qt5UI LV2_UI_PREFIX "Qt5UI" #define LV2_UI__UI LV2_UI_PREFIX "UI" #define LV2_UI__WindowsUI LV2_UI_PREFIX "WindowsUI" #define LV2_UI__X11UI LV2_UI_PREFIX "X11UI" 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 ; -- cgit v1.2.1