Re: [Interest] Customized Qt Platform Abstraction plugin

2017-11-25 Thread Philippe
> https://github.com/CrimsonAS/gtkplatform Interesting. Proof of concept! Philippe On Sat, 25 Nov 2017 21:30:44 +0100 Alejandro Exojo via Interest wrote: > On Friday 17 November 2017 18:02:21 Philippe wrote: > > * there is a big desktop application A that does not use Qt, and that uses > > its

Re: [Interest] Customized Qt Platform Abstraction plugin

2017-11-25 Thread Alejandro Exojo via Interest
On Friday 17 November 2017 18:02:21 Philippe wrote: > * there is a big desktop application A that does not use Qt, and that uses > its own xplatform framework. * there is smaller application B, that is > based on Qt widgets > * the goal is to embed B inside A. Both applications are from the same >

Re: [Interest] Customized Qt Platform Abstraction plugin

2017-11-20 Thread Benjamin TERRIER
2017-11-17 23:52 GMT+01:00 Philippe : >> You can do hybrid apps in Qt, I did one in MFC and Qt. Remember at some >> level Qt is "just a library". I'd imagine that at some point though you'd >> need to merge the event loops depending on the level of intertop required. >> If you don't have the sa

Re: [Interest] Customized Qt Platform Abstraction plugin

2017-11-17 Thread Philippe
n Fri, 17 Nov 2017 21:45:04 +0100 "Jason H" wrote: > > > > Sent: Friday, November 17, 2017 at 12:02 PM > > From: Philippe > > To: interest@qt-project.org > > Subject: [Interest] Customized Qt Platform Abstraction plugin > > > > There is little

Re: [Interest] Customized Qt Platform Abstraction plugin

2017-11-17 Thread Jason H
> Sent: Friday, November 17, 2017 at 12:02 PM > From: Philippe > To: interest@qt-project.org > Subject: [Interest] Customized Qt Platform Abstraction plugin > > There is little documentation about Qpa, however I am wondering if a custom > Qpa plugin could be used for

[Interest] Customized Qt Platform Abstraction plugin

2017-11-17 Thread Philippe
There is little documentation about Qpa, however I am wondering if a custom Qpa plugin could be used for the followin scenario: * there is a big desktop application A that does not use Qt, and that uses its own xplatform framework. * there is smaller application B, that is based on Qt widgets *