Results 1 to 6 of 6

Thread: is the visual studio integration toolbox only available with commerical license

  1. #1
    Join Date
    Feb 2010
    Posts
    5
    Thanks
    4
    Qt products
    Qt4 Qt/Embedded

    Default is the visual studio integration toolbox only available with commerical license

    installed LGPL qt framework for vs and vs integration,
    did not see the qt widget toolbox and could not open / design UI within visual studio 08, is this feature only available for commerical license?
    it is not mentioned .

  2. #2
    Join Date
    Mar 2008
    Location
    Kraków, Poland
    Posts
    1,540
    Thanked 284 Times in 279 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: is the visual studio integration toolbox only available with commerical license

    Support for this version of VS Integration is finished with v.4.4.3 of Qt.

  3. The following user says thank you to Lesiok for this useful post:

    happyvalley (3rd February 2010)

  4. #3
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: is the visual studio integration toolbox only available with commerical license

    Yes, designer is only integrated into the VS integration tool for commercial users, but if you doube click a ui file it opens up in designer so no big deal.

    Plus as Lesiok says, the commercial version is outdated now - it can't open the files created by QtDesigner anymore for example.

  5. The following user says thank you to squidge for this useful post:

    happyvalley (3rd February 2010)

  6. #4
    Join Date
    Feb 2010
    Posts
    5
    Thanks
    4
    Qt products
    Qt4 Qt/Embedded

    Default Re: is the visual studio integration toolbox only available with commerical license

    thanks, guys

    so, on windows platform, which is a better IDE, QTCreator or Eclipse CDT with QT integration?
    Is QTCreator is stable enough for real development (seems pretty good.)
    my understanding, Eclipse/CDT uses QTDesigner components and debug with gdb, no big reason to use Eclispe...

    thanks

    -David

  7. #5
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: is the visual studio integration toolbox only available with commerical license

    Depends on what your budget is for your 'real development'. If you can afford it, Visual Studio with a decent code completion tool to replace Intellisense, is top, else, QtCreator with Visual Studio as your debugger is a close second. QtCreator's debugger isn't bad, but VS Debugger is superior.

    Whichever IDE you decide on, personally, I prefer to create my .ui files using the QtDesigner standalone app - it just seems more flexible than the one built into QtCreator. You loose some integration (eg. 'Goto slot'), but really, how difficult is it to type a method name yourself?

  8. The following user says thank you to squidge for this useful post:

    happyvalley (3rd February 2010)

  9. #6
    Join Date
    Jul 2009
    Location
    Enschede, Netherlands
    Posts
    462
    Thanked 69 Times in 67 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: is the visual studio integration toolbox only available with commerical license

    fatjuicymole is right. However, I'd go for Creator for editing and studio for debugging anytime (signal/slot completion), but that is just because I really don't like Visual Studio. It'd be about time somebody found out how to access the visual studio debugger instead of the cdb...

    The better IDE is always the one that makes you most productive and makes you feel like it's actually helping you write your code.
    Horse sense is the thing that keeps horses from betting on people. --W.C. Fields

    Ask Smart Questions

Similar Threads

  1. Hide Qt Toolbox when Visual Studio starts
    By hopcraft in forum Newbie
    Replies: 2
    Last Post: 28th January 2010, 01:14
  2. Replies: 0
    Last Post: 11th April 2009, 12:07
  3. Qt Visual Studio Integration
    By sivrisinek in forum Qt Programming
    Replies: 0
    Last Post: 27th February 2009, 13:37
  4. Qt Visual Studio Integration 1.4
    By negro.marchant in forum Installation and Deployment
    Replies: 1
    Last Post: 25th August 2008, 00:19
  5. Replies: 5
    Last Post: 30th March 2007, 18:46

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.