QtQuick use in FlightGear: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Line 5: Line 5:


== Status ==
== Status ==
James coded up a Canvas QtQuick item for Qt replacing PUI (needs testing) since something like the map dialogs, makes no sense to do a new API for. So he expects we’ll use Qt fo the main UI (menus, dialogs, buttons, overlays like the MP pilot list) and emulating [[PUI]], but we have the option to embed pieces of canvas - for things like fuel / payload screens, map views or whatever.<ref>{{cite web
  |url    =  https://sourceforge.net/p/flightgear/mailman/message/36068236/
  |title  =  <nowiki> Re: [Flightgear-devel] PLIB features in plib svn but not in any
release </nowiki>
  |author =  <nowiki> James Turner </nowiki>
  |date  =  Oct 8th, 2017
  |added  =  Oct 8th, 2017
  |script_version = 0.40
  }}</ref>
The required Qt version was raised to 5.4 because it should have everything we need, API-wise.<ref>{{cite web
The required Qt version was raised to 5.4 because it should have everything we need, API-wise.<ref>{{cite web
   |url    =  https://sourceforge.net/p/flightgear/mailman/message/36068220/  
   |url    =  https://sourceforge.net/p/flightgear/mailman/message/36068220/  
Line 121: Line 132:
   }}</ref>
   }}</ref>


James coded up a Canvas QtQuick item for Qt replacing PUI (needs testing) since something like the map dialogs, makes no sense to do a new API for. So he expects we’ll use Qt fo the main UI (menus, dialogs, buttons, overlays like the MP pilot list) and emulating [[PUI]], but we have the option to embed pieces of canvas - for things like fuel / payload screens, map views or whatever.<ref>{{cite web
  |url    =  https://sourceforge.net/p/flightgear/mailman/message/36068236/
  |title  =  <nowiki> Re: [Flightgear-devel] PLIB features in plib svn but not in any
release </nowiki>
  |author =  <nowiki> James Turner </nowiki>
  |date  =  Oct 8th, 2017
  |added  =  Oct 8th, 2017
  |script_version = 0.40
  }}</ref>


== Related ==
== Related ==

Navigation menu