View Single Post
trx's Avatar
Posts: 80 | Thanked: 237 times | Joined on Dec 2010 @ Serbia
#6
QtWidgets are obsolete and you should avoid them. You should use QML or implement your UI in code with Qt Quick in mind. Also, by using QML you will automaticaly use HW accelarated graphics engine.

trx.