Results 1 to 9 of 9

Thread: Qt IDE Windows - still searching...

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #8
    Join Date
    Jan 2006
    Location
    Athens - Greece
    Posts
    219
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt IDE Windows - still searching...

    I 've had the same problems as you did. For now I 'm settled with Eclipse for my general programming tasks but I 'm not 100% happy with it. I use Code::Blocks for all my Qt related projects (I have even set up a plugin for doing so QtWorkbench) and that's what I voted on your poll. I would say that your needs will be partially satisfied by Code::Blocks. This is because everything there is build around the project base path so if you prepare typical .pro files (with SUBDIRS and stuff) you 'll lose the (most importantly) debugging facilities and all the other features that depend on the working directory during builds. My usage is as follows:

    * Generate my project with Code::Blocks
    * Let my plugin generate Code::Blocks "friendly" .pro files
    * I "turn on" code completion for Qt classes (works quite well and this is for me the strong point against Eclipse)
    * Code, Build blah blah using Code::BLocks (which IMHO is a pretty good IDE)
    * By the time I have to release something I handwrite my .pro files and test them using the command line.
    I love deadlines. I like the whooshing sound they make as they fly by.
    --
    Douglas Adams

  2. The following user says thank you to yop for this useful post:

    magland (25th June 2007)

Similar Threads

  1. Replies: 10
    Last Post: 25th February 2007, 00:23
  2. converting unix exe to windows binary
    By deekayt in forum General Programming
    Replies: 2
    Last Post: 17th September 2006, 01:00
  3. Experience using KDevelop with Cygwin under windows
    By high_flyer in forum General Discussion
    Replies: 4
    Last Post: 11th September 2006, 16:50
  4. qt and mingw can not run on windows 98?
    By evewei in forum Installation and Deployment
    Replies: 4
    Last Post: 26th June 2006, 09:22
  5. MDI windows without QWorkspace
    By Big Duck in forum Newbie
    Replies: 2
    Last Post: 16th June 2006, 17:15

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.