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. Recommendation: Add a class view window to the Qt Creator
QtWS25 Last Chance

Recommendation: Add a class view window to the Qt Creator

Scheduled Pinned Locked Moved Qt Creator and other tools
9 Posts 3 Posters 6.9k 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.
  • T Offline
    T Offline
    TwoGunBerg
    wrote on last edited by
    #1

    Hi all;

    I'm relatively new to Qt, only used it for about two months. We have just decided to start using Qt Creator as opposed to Eclipse for our dev IDE, mainly because we had a problem being able to debug into dlls. but that's a topic for another discussion. Most of the dev i have done in the past has been with MS Visual Studio. During my experimenting with Qt Creator i noticed that it doesn't have a class view. I would happily recommend adding a class view window to the creator. i have found this a huge help in my development.

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      I have good news for you: Qt Creator has a class view in the master branch.

      We further added a type hierarchy view and a outline view (basically a class view limited to the currently opened file).

      1 Reply Last reply
      0
      • T Offline
        T Offline
        TwoGunBerg
        wrote on last edited by
        #3

        That is awesome news!

        Will this be in version 2.1?

        1 Reply Last reply
        0
        • T Offline
          T Offline
          tobias.hunger
          wrote on last edited by
          #4

          Yeap, 2.1 will be based on what currently is in master.

          Feel free to "grab the sources":http://qt.gitorious.org/qt-creator/qt-creator and try it. That way you can still get things fixed in time for 2.1:-)

          1 Reply Last reply
          0
          • D Offline
            D Offline
            DenisKormalev
            wrote on last edited by
            #5

            Tobias, can you say when 2.1 snapshots will be available?

            1 Reply Last reply
            0
            • T Offline
              T Offline
              tobias.hunger
              wrote on last edited by
              #6

              I do not know.

              Some maintainance of the build servers (OS updates, update dependencies, etc.) is needed before we can switch the branches.

              1 Reply Last reply
              0
              • T Offline
                T Offline
                TwoGunBerg
                wrote on last edited by
                #7

                is there instructions some place on how to compile qtcreator on the windows platform?

                1 Reply Last reply
                0
                • T Offline
                  T Offline
                  tobias.hunger
                  wrote on last edited by
                  #8

                  TwoGunBerg: Creator is build like any other Qt application using qmake. Be advised that Qt Creator will need Qt 4.7RC (or later of course).

                  Baiscally all you need to do is "qmake qtcreator.pro" followed by "nmake" (or "make"). Of course you need to run these commands in a shell set up to find your compilers, etc.

                  1 Reply Last reply
                  0
                  • T Offline
                    T Offline
                    TwoGunBerg
                    wrote on last edited by
                    #9

                    Thanks Tobias!

                    You've been a great help!

                    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