ImaginativeThinking.ca


A developers blog

Category Archives: Tutorial

Posts under this category are straight up tutorials. They walk you thought how to do something step-by-step.

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.