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
Forum Update on Monday, May 27th 2025

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

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 3 Posters 2.4k 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 31 Jul 2011, 07:45 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 31 Jul 2011, 08:08 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 31 Jul 2011, 08:38 last edited by
        #3

        Moved to Tools category.

        1 Reply Last reply
        0

        1/3

        31 Jul 2011, 07:45

        • Login

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