[Interest] About QPlatformInputContext in Qt5

Pekka Vuorela pekka.ta.vuorela at nokia.com
Thu Apr 5 09:28:26 CEST 2012


On Thu, 2012-04-05 at 09:59 +0800, ext Weng Xuetian wrote:
> Hi,
> Currently I'm trying to implement my own QPlatformInputContext, but it
> seems that QPlatformInputContextPlugin is in a private header of
> qtcore?
> So is there anyway to implement third party QPlatformInputContext and
> export it as plugin in Qt5?

You can do
QT += platformsupport-private
in the .pro file and include the private header as
#include <private/qplatforminputcontextplugin_qpa_p.h>





More information about the Interest mailing list