ImaginativeThinking.ca


A developers blog

Tag Archives: QtQuick

How to resolve C++ Component naming conflicts in QML

By: Brad

In this tutorial I’ll show you how to resolve Naming conflicts between C++ Components within a QML script. Lets say your importing two separate models (ca.imaginativethinking.tutorial.objectone and ca.imaginativethinking.tutorial.objecttwo) and lets assume they are from two different third party vendors which you have little control over. Now what happens if they both contain a component which… To read more click here.