ProgrammingThis forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm trying to work with QT4.. just learning. I can't use kdevelop cause it's in "QT3 stage" ;-), so I have being fiddling a little with a plain text editor.
I'm starting to wonder if it's possible to work with QT4 and anjuta (or any other capable IDE).
I think it's not gonna be so easy because of the use of the ui files that have to be precompiled and so on... but I'd like to hear your comments.
Try asking your question in the KDE developer forums or mailing lists. I am sure they will give you a solution since a lot of them are porting their apps to QT 4.x.
I'm trying to work with QT4.. just learning. I can't use kdevelop cause it's in "QT3 stage" ;-), so I have being fiddling a little with a plain text editor.
I'm starting to wonder if it's possible to work with QT4 and anjuta (or any other capable IDE).
I think it's not gonna be so easy because of the use of the ui files that have to be precompiled and so on... but I'd like to hear your comments.
I've just finished a >200KB source code project in Qt4, using Kdevelop 3. It doesn't support it 'from the box', but doesn't require much attention. What you need to do is:
* add path to Qt4 to PATH passed to g++
* use external Designer instead of the built-in one
* write your own subclassing .h and .cpp file (the ones for Qt3 don't work)
So, I had to do small things at the beginning, then only Designer usage is different. All build correctly.
KDevelop 3.3.x does support qt4. It says here: http://www.kdevelop.org/index.html?f.../features.html
Personally, I use Qt 4 Designer to generate forms and I write the code in KDevelop. I had to add a few lines to the .pro file the first time but everything else is done by KDevelop.
As for the Project menu, well, obviously the UI's been redesigned. You can't get it again. The options to start and open projects is in the File menu, and you can get further options by right-clicking on the Projects tree.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.