[Interest] QMatrix4x4 in Qt 5

Giuseppe D'Angelo dangelog at gmail.com
Tue Jan 8 09:42:11 CET 2013


On 8 January 2013 00:03, Adam Light <aclight at gmail.com> wrote:
> According to http://qt-project.org/doc/qt-5.0/qtgui/qmatrix4x4-compat.html,
> the QMatrix4x4 class (as well as QMatrix) is deprecated in Qt 5. Is there a
> suggested replacement?

I think you're misreading that page, only those two QMatrix4x4-related
functions are deprecated; the class itself is not. About QMatrix: use
QTransform instead, as stated in QMatrix docs.


-- 
Giuseppe D'Angelo



More information about the Interest mailing list