Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt creator 2.1.0 discussion.
QtWS25 Last Chance

Qt creator 2.1.0 discussion.

Scheduled Pinned Locked Moved Qt Creator and other tools
2 Posts 2 Posters 2.1k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    dsylebee
    wrote on last edited by
    #1

    Hi all, just wondering whats your impression on the newer release of qt creator.

    Things I liked:
    more colors! in edit mode.
    better code completion using classes methods.

    Things I lost that im sad off:
    When using tooltips to debug, It dosen't show certain stuff it was able to show in previous versions.
    example:

    @
    typedef struct
    {
    std::string name;
    std::string lastname;
    } Person;

    std::vector < Person > lstPersons;

    when debugging:
    lstPersons[i].name = "lol";
    when hovering on .name it dosen't show it's content anymore :'(

    @

    things im suprised:
    while coding the list still dosen't show available content of a class when indexing a vector.
    std::vector < CMyClass > lstOfMyClass;
    lstOfMyClass[index]. ( will not list the members of my class )

    1 Reply Last reply
    0
    • S Offline
      S Offline
      secretNinja
      wrote on last edited by
      #2

      Isn't it time to discuss "QtCreator 2.2":http://labs.qt.nokia.com/2011/03/24/qt-creator-2-2-beta-release/ ... yes, it is beta but I haven't found any serious issues so far ( on the other side - I haven't used it so much ).

      I found QtCreator several months ago ... and I couldn't understand how it was possibly to live without it for so long :)

      And adding new features like "Qml Perfomance Monitor":http://labs.qt.nokia.com/2011/04/07/qml-perfomance-monitor/ is great.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved