OmixVisualization / qtjambi

QtJambi is a wrapper for using Qt in Java.
http://www.qtjambi.io
Other
354 stars 40 forks source link

Make QPlatformIntegration available #158

Closed omix closed 1 year ago

omix commented 1 year ago

QPlatformIntegration has several functions of common interest not available in other Qt classes, e.g. determining platform capabilities. Therefore, make QPlatformIntegration available in new package io.qt.gui.qpa of module qtjambi.gui. Skip all factory methods and other qpa functions.