HI, how do I create a .pro with qt4 openSource? With designer isn't possibile save as .pro...but I can only save .ui......thanks
HI, how do I create a .pro with qt4 openSource? With designer isn't possibile save as .pro...but I can only save .ui......thanks
Regards
You write it yourself. You can use "qmake -project" to generate initial .pro file.
Read the qmake manual (in assistant). There is a simple tutorial at the beginning that tells you everything you need to know to get started.
mm. so I have to design n form.ui and the add them to .pro by hand? But this is a change of QT4 or is QTOpenSource? (maybe qt3 wAs better?) thanks
Regards
.pro files syntax is very simple.mm. so I have to design n form.ui and the add them to .pro by hand? But this is a change of QT4 or is QTOpenSource? (maybe qt3 wAs better?) thanks
If you want add a form (myform.ui) to a project, add this line in .pro file
In Qt4 the Designer is only an Interface designer and not a IDE. In this way it's simpler to integrate it into a IDE (KDevelop, Visual Studio, ...).
A camel can go 14 days without drink,
I can't!!!
Bookmarks