The folks at UIQ’s have just posted a beta of their long-awaited UI Designer for Carbide.c++ to the official beta group:

The latest beta of the Carbide.c++ 1.3 IDE includes a UI designer for UIQ 3. The UI designer is a graphical tool in Carbide that makes it possible for developers to create a UIQ 3 application, or at least the foundation for one, by clicking and dragging commands, controls, editors, list boxes etc. to a design area. The tool generates all the necessary files for a UIQ 3 project (source code, header files, project files, resource files etc.) and places them in an appropriate folder structure. The generated source code is essentially a skeleton code in which the developer can add his/her own code to provide functionality.

….
Make sure you download build 19 (Carbide.c++_v1.3.0.019_rc1.zip) or later.

In case you are interested in a how-to for getting Carbide, please consult this post!