Skip to content

Qt Creator and other tools

Have a question about Qt Creator, our cross-platform IDE, or any of the other tools? Ask here!
7.6k Topics 35.3k Posts
  • Tooltip not displaying doxygen information

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    H
    @Harjit said in Tooltip not displaying doxygen information: The CMakeLists.txt: I added this info. to https://bugreports.qt.io/browse/QTCREATORBUG-4557?focusedCommentId=388140&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-388140 but the bug is closed. Do I need to open a new bug or is the comment sufficient?
  • Autocompletion shows file multiple times - what am I doing wrong?

    Unsolved
    1
    0 Votes
    1 Posts
    134 Views
    No one has replied
  • Set name for included *.pri

    Unsolved
    1
    0 Votes
    1 Posts
    187 Views
    No one has replied
  • Creator with Android toolchain

    Unsolved creator creator 4.11.1 android
    1
    0 Votes
    1 Posts
    689 Views
    No one has replied
  • Qt Creator configuration folder on msys2

    Unsolved
    1
    0 Votes
    1 Posts
    155 Views
    No one has replied
  • Qt Creator fails to update project when removing static lib

    Solved
    4
    0 Votes
    4 Posts
    610 Views
    J
    Turns out that just including boost/process.hpp auto links against the mentioned library. I was not aware that this is even possible. Thanks for your help
  • Did anyone find a problem with the qt5.14.1 installer?Can't install

    Solved
    5
    0 Votes
    5 Posts
    520 Views
    sierdzioS
    @duncan98 said in Did anyone find a problem with the qt5.14.1 installer?Can't install: Is the Visual Studio work environment required? Yes, you need to have MSVC 2017 installed to use Qt for MSVC 2017.
  • Qt Creator: How to show call hierarchy?

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    H
    @aha_1980 Done. Is there a way to see a "reverse" call hierarchy? void foo() { bar(); } void bar() { bara(); } void bara() { barb(); } void barc() { barb(); } void bard() { barb(); } When one highlights barb(), they would get: foo() -> bar() -> bara() -> barb() barc() -> barb() bard() -> barb() There would be a limit of how many are shown and one can page up/down through them
  • How to open stack trace in QT?

    Solved
    14
    0 Votes
    14 Posts
    4k Views
    aha_1980A
    @PikaCat said in How to open stack trace in QT?: But the problem is that there are no windows saying "Exception Triggered". That's very strange. Is that a big problem? If the debugger stops at a throw, you should already know what happens. You can go to GDB Extended to check "the stop when abort() is called". Glad you found it and thanks for sharing! Regards
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    5 Views
    No one has replied
  • LLDB requires a large amount of resources on QtCreator

    Solved
    5
    0 Votes
    5 Posts
    605 Views
    F
    @aha_1980 thanks for you help, with 4.11.1 everything goes fine!
  • CMake thrashing

    Unsolved
    2
    0 Votes
    2 Posts
    243 Views
    Christian EhrlicherC
    This is a problem of qtcreator, not cmake. Best is to use two different source directories - otherwise CMakeLists.txt.user is overwritten and you will see this behavior. Go and blame qtcreator and not cmake.
  • Strange behavior observed with GammaRay

    Solved
    3
    0 Votes
    3 Posts
    522 Views
    ODБOïO
    hi @Christian-Ehrlicher I don't think there is a bug at all I dont even interact with my application but the QObject Self Total increments, good news is that Self Alive is stable at 10 so i guess this is not an issue.
  • Qt Creator built in Clang Tidy and Clazy failed to analyze

    Unsolved
    3
    0 Votes
    3 Posts
    3k Views
    6thC6
    @Has478 said in Qt Creator built in Clang Tidy and Clazy failed to analyze: -fno-keep-inline-dllexport' I've seen this before https://bugreports.qt.io/browse/QTCREATORBUG-22452 - it wouldn't appear you are on the latest Creator. That may be enough to fix this one for you.
  • [QtCreator] Follow symbol under cursor question

    13
    0 Votes
    13 Posts
    5k Views
    H
    The way this is implemented is that it either always opens in the same split or always opens in a different split. Is there a way to indicate the split I want to show the symbol in? Sometimes I want to open it in a different split and sometimes in the same split.
  • Qt LNK2019: unresolved external symbol "__declspec(dllimport)..." VTK

    Unsolved
    15
    0 Votes
    15 Posts
    9k Views
    W
    Hola , para yo resolver este error cambie de modo DEBUG a RELEASE y corrio mi app.
  • Flooded by dbus-daemon

    Unsolved
    1
    0 Votes
    1 Posts
    292 Views
    No one has replied
  • How to list all callers of a function / method?

    Solved
    3
    0 Votes
    3 Posts
    2k Views
    H
    Thank you; And it works like magic! I was searching for "caller", "function", etc. Didn't think of usage. I'm trying to think if there is a way to make things more discoverable.
  • Qt Design Studio Arc

    Unsolved
    4
    0 Votes
    4 Posts
    673 Views
    B
    @Alex-sw30 Glad i could help. Unfortunately as a UX designer i don't know anything about c++, i'm sure there would be someone else on the forums who could help with that if you write another question in a more relevant topic. Best, Brook.
  • QtCreator License Template for Projects?

    Unsolved
    11
    1 Votes
    11 Posts
    5k Views
    U
    @aha_1980, ok, I was hoping to keep the license text separate, but I guess this will have to do for now. Thanks for your help.