Hi Colin,
Sorry for the late response.
As pixinsight is built upon Qt, is there a way of setting up Qt creator for pixinsight development ?
From the perspective of script and module development, PixInsight does not depend on any particular graphics or application development library.
While the PixInsight core application is being developed and built around Qt, none of our development frameworks, including PCL/C++ and PJSR/JavaScript, use Qt at a high level. This is a design principle of PixInsight since the beginning (since 2004 at least). For example, if tomorrow I decide to stop using Qt and start using another graphical framework for PixInsight's user interface, say the Skia Graphics Engine (just an example), nothing would change in the source code of any of our modules or scripts; everything would continue working without changes, or in very special cases, with just minimal, cosmetic-only changes.
Please note that this is just a theoretical case description; you can rest assured that we'll continue using Qt internally in the foreseeable future; the probability of a change in this direction is currently zero.
So a Qt-based graphical UI design and/or integrated development environment tool, such as Qt Creator, is not applicable to PixInsight development. Needless to say, it would be extremely nice to have something like this integrated with our development platform, but we are currently very far away from the possibility of investing the required resources to build it.