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. [moved] click on class should show class declaration/definition
QtWS25 Last Chance

[moved] click on class should show class declaration/definition

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

    hi
    how can i set a click on a class to show the declaration in qtcreator? it says switch between declara* etc. but nothing happens.
    thanks

    1 Reply Last reply
    0
    • L Offline
      L Offline
      lgeyer
      wrote on last edited by
      #2

      "[SOLVED] How to jump from function declaration to function definition.":http://developer.qt.nokia.com/forums/viewthread/7312/#42906

      [quote author="Tobias Hunger" date="1309415289"]Just jump into the header and then hit F4 to go to the cpp file. Once it is loaded it is available via F2 as well.

      The reasoning is that we only want to parse the code that is used in your project: That is your sources and the headers those use. Parsing random .cpp files that happen to be located next to the headers you use will only slow down the parsing as well as the completion itself and does blow up memory usage, too.[/quote]

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

        Moved to Tools category.

        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