From b656637b7b1f1fe8d2bb669f37ec8f6d846f6327 Mon Sep 17 00:00:00 2001 From: Tobias Taschner Date: Thu, 4 Feb 2016 10:06:21 +0100 Subject: [PATCH] Include wxQt on the platform details page. --- docs/doxygen/mainpages/platdetails.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/doxygen/mainpages/platdetails.h b/docs/doxygen/mainpages/platdetails.h index 9db5804706..789e4fd38d 100644 --- a/docs/doxygen/mainpages/platdetails.h +++ b/docs/doxygen/mainpages/platdetails.h @@ -163,6 +163,12 @@ create a window with no border (for example, notebook pages). So wxPanel overrides GetDefaultBorder() in order to call the generic wxWindowBase::GetDefaultBorder(), returning wxBORDER_NONE. +@section page_port_wxQt wxQt + +wxQt is a port of wxWidgets using Qt libraries. It requires Qt 5 or later. + +For further information, please see the files in docs/qt in the distribution. + @section page_port_nativedocs Native Toolkit Documentation It's sometimes useful to interface directly with the underlying toolkit