Skip to main content

Crossing the QtWidgets to QtQuick Bridge

For historical reasons, QtWidgets and QtQuick applications tend to use very different software architecture patterns. We'll see how to adjust the architecture of legacy QtWidgets based applications to better prepare a move to QtQuick. Part of this talk will illustrate the approach using live coding on a simplified case.