|
From: James T. <jam...@kd...> - 2017-10-08 20:55:46
|
> On 8 Oct 2017, at 21:52, Florent Rougon <f.r...@fr...> wrote: > > I don't know how this “emulating PUI” is supposed to work, but if this > means you have to replace every OpenGL call normally done by plib with > some QtQuick equivalent, I suppose it won't possible to reuse the system > plib for this. But that doesn't meant it should be a showstopper: if the > plib code needs to be (partially) absorbed in order to allow these > transformations, then so be it... No nothing like that - it means replacing dialog.cxx with some code which builds up some special ‘PUI-Emulation’ QtQuick controls, so that existing dialogs (especially from Aircraft) continue to work. Theis mode will look somewhat ugly I guess but hopefully no more ugly than PUI! And it helps that the set of widgets we have in PUI is limited, and the ‘tricky’ widgets (map, scrolling list, etc) are in the dialogs will will replace with new ones first. Kind regards, James |