Benjamin, since you are not coding ON your embedded system, but on a PC, you can install the regular Qt on your PC and use the designer that comes with it.
Designer does nothing more than generate an ui file.
You can then put that file in your embedded app code.
In case QTopia does not use uic, you can first generate the code from the ui on your PC, and copy the generated code to your embedded project.
Bookmarks