I have installed Qt Creator 2.8.1 (Standalone) on my MAC (OSX 10.7.5), using the (qt-creator-mac-opensource-2.8.1.dmg) package installer; with the sole intention of using Qt designer to create Qt Widget interfaces, that I will populate with PyQt code.
I have successfully installed and use PyQt4, so I know Qt works on my machine. However when I try to create a project using creator I cannot find the Qt Widget template, I have a screen shot of the problem that I can provide if required.
So I have three questions…
1) Is there a way to run QtDesigner as a standalone program to generate template code for the GUI to be designed? If the answer is “yes” how do I invoke QtDesigner.
2) How do I overcome the missing QtWidget template to use QtCreator.
3) What is the purpose of Python in the template? Will this allow me to program in Python3.x in QtCreator? I thought QtCreator is only for C++?
I apologize for asking such rudimentary questions, but I’m new to this.
Many thanks in advance.
↧