Results 1 to 4 of 4

Thread: Qt Creator

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2008
    Location
    Houston, Texas, USA
    Posts
    277
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Maemo/MeeGo
    Thanks
    9
    Thanked 17 Times in 17 Posts

    Default Re: Qt Creator

    I love it too but then again I love how much KDevelop4 is too. Waiting for the Windows version of it also. The only grips are no empty gui project and no cmake project from the start instead of manally doing it then importing. No importing of cmake from git. Can't close the side panel. And the way I do my styling in C++ creator screws it up.

    like for example I do this
    Qt Code:
    1. int
    2. Foo::bar() const {
    3. ....
    4. }
    To copy to clipboard, switch view to plain text mode 

    Qt-Creator likes doing this
    Qt Code:
    1. int
    2. Foo::bar() const {
    3. ....
    4. }
    To copy to clipboard, switch view to plain text mode 
    Qt-4.7.3 | Gentoo ~amd64 | KDE-4.7
    Aki IRC Client for KDE4 | Qt Documentation

  2. #2
    Join Date
    Apr 2007
    Location
    Sunny Darwin, NT Australia
    Posts
    186
    Qt products
    Qt4
    Platforms
    Unix/X11
    Thanks
    29
    Thanked 5 Times in 5 Posts

    Default Re: Qt Creator

    You can change the code formatting in the Editor Options pane.

Similar Threads

  1. Error in Qt creator?
    By Macok in forum Qt Tools
    Replies: 9
    Last Post: 6th November 2013, 11:19
  2. Qt Creator 0.9.1 - progrma build error
    By fb2007 in forum Installation and Deployment
    Replies: 5
    Last Post: 18th October 2009, 17:02
  3. Qt Creator: The process could not be started!
    By AlphaWolf in forum Qt Programming
    Replies: 5
    Last Post: 24th September 2009, 04:31
  4. Replies: 0
    Last Post: 18th February 2009, 20:17
  5. Qt Creator and QGridLayout
    By babu198649 in forum Qt Tools
    Replies: 1
    Last Post: 16th January 2009, 18:56

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.