Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Debug the Framework with QtCreator
Forum Updated to NodeBB v4.3 + New Features

Debug the Framework with QtCreator

Scheduled Pinned Locked Moved General and Desktop
qtcreatorqt 5.4.1debugging
1 Posts 1 Posters 702 Views 1 Watching
  • 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.
  • O Offline
    O Offline
    OldDeath
    wrote on last edited by
    #1

    Hi,
    I've been working with QtCreator for a while now and while debugging an issue I think I might have detected a problem within the qt framework itself (related to event management).

    In order to verify this I have build Qt 5.4.1 on my local machine (debug/dev build) and I have set my project to use this for compiling my own project. But even though I am using the qt libraries I have compiled myself now, Qt Creator does not allow to navigate the code (via ctrl+click) of the framework itself, instead it is only possible to view the main header files (but not their implementation files). What am I doing wrong?

    (In case this explanation was too complicated, just navigate to qwidget.h in QtCreator and ctrl+click on "bool event(QEvent *);" (line 601 IIRC). Nothing happens. Although with a copy of Qt I have compiled myself, it should navigate to the implementation file in question, shouldn't it?)

    Greetings and thanks in advance for your assistance!

    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