Refactoring QPA. Support multiple QPA plugins: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Created page with "== Notes: == * Create the new class QPlatformWindowInterface (think about best name) * Refactoring QWindowSystemInterface, should call QPlatformWindowInterface * Move all sta...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== Notes: ==
== Opportunity for support remote mirror screen: ==


* Create the new class QPlatformWindowInterface (think about best name)
* Create the new class QPlatformWindowInterface (think about best name)
* Refactoring QWindowSystemInterface, should call QPlatformWindowInterface
* Refactoring QWindowSystemInterface, should call QPlatformWindowInterface
* Move all stateless variables from QGuiApplicationPrivate to QPlatformWindowInterface
* Move all stateless variables from QGuiApplicationPrivate to QPlatformWindowInterface
[[Category:QtCS2018]]

Latest revision as of 20:35, 14 June 2018

Opportunity for support remote mirror screen:

  • Create the new class QPlatformWindowInterface (think about best name)
  • Refactoring QWindowSystemInterface, should call QPlatformWindowInterface
  • Move all stateless variables from QGuiApplicationPrivate to QPlatformWindowInterface