Do Qt for Andriod and iOS support QPainter?
Mobile and Embedded
4
Posts
4
Posters
1.3k
Views
1
Watching
-
Yes, they do.
-
yes, you can use QPainter & QGraphicsView and all graphic libraries except OpenGL in android.
-
Speaking for iOS:
Yes, however, the (Digia) platform plugin (shipped with Qt 5.1) supports only a GL painter. This painter lacks the quality (and some of the features) of the 'raster' painter. The Qt4iOS platform plugin supports both the GL and 'raster' painters.