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.4k Topics 34.5k Posts
  • Cant stop qt-creator from showing assembly code.

    Unsolved
    3
    0 Votes
    3 Posts
    73 Views
    jsulmJ

    @VoiceShifter said in Cant stop qt-creator from showing assembly code.:

    60+gb of QT.

    60GB?! What did you install? You don't have to install everything, only install what you need.

    Regarding the issue: you mean that if debugger stops in your code you only see assembly?
    Are you debugging a debug build?

  • Interslavic language for translations

    Unsolved
    4
    0 Votes
    4 Posts
    87 Views
    SGaistS

    So it does seem like you would like to add a new language to Qt itself. Sorry if I sound dense but I have difficulty to fully understand.

  • 0 Votes
    2 Posts
    45 Views
    SGaistS

    Hi and welcome to devnet,

    This is not the Qt Creator support team, this is a user forum.

    As for GStreamer and Qt 6. You might want to take a look at their qml6glsink.

  • QT Creator not showing autocomplete for C++ methods

    Unsolved
    5
    0 Votes
    5 Posts
    153 Views
    SGaistS

    @emman_fosu except for one thing: you cannot exchange Visual Studio for MinGW to build C++ code. They are not compatible so installing the matching version of Qt is mandatory if you want to ensure that you can also build.

  • Qt Creator displaying warnings related to C++98

    Moved Unsolved
    12
    0 Votes
    12 Posts
    353 Views
    G

    Thanks for the comments. So I don't think there's anything wrong with the code itself. It seems to be a configuration with Qt Creator and clangd that is ignoring the c++17 specification in the .pro file.

    I found a previous post about this issue, and how they fixed it: https://forum.qt.io/topic/109856/incompatible-with-c-98-warnings-since-qt-creater-update/3

    But that post is 5 years old, and none of the options they used to fix the issue exist in in the current Qt Creator.

  • 0 Votes
    8 Posts
    93 Views
    SammerS

    @Christian-Ehrlicher I got it. Thanks.

  • Qt Designer Plugin get location of project folder

    Unsolved
    1
    0 Votes
    1 Posts
    25 Views
    No one has replied
  • Qt Creator debugger is slow

    Unsolved
    14
    2 Votes
    14 Posts
    3k Views
    S

    @MiC78 said in Qt Creator debugger is slow:

    Do not ask me why they were there.

    If you just open up projects in QtCreator they are opened inside the default session. Sessions in Qt Creator never forget anything. In order to not carry over any breakpoints (or bookmarks) from other projects, create a new session for each project (and then later open the sessions and not the projects).

  • Custom widget in my project and now project build fails

    Unsolved
    3
    0 Votes
    3 Posts
    93 Views
    SGaistS

    Hi,

    Is the auto uic cmake option enable ?

  • FigmaQML

    2
    1 Votes
    2 Posts
    557 Views
    T

    do you have any usermanual for figmaqml i have installed it but can not use i dont know how to generate code using my figjma designs

  • Adding Icons in UI

    Solved
    6
    0 Votes
    6 Posts
    219 Views
    Christian EhrlicherC

    @dencla said in Adding Icons in UI:

    Do you know of any that work on linux?

    Any image editor I would guess...

  • Linguist does not appear on the Menu Bar

    Moved Solved
    2
    0 Votes
    2 Posts
    127 Views
    B

    @Blackzero Since it wasn't there even though I restarted Qt Creator, I finally added it myself, I thought it was a bug in Qt Creator.

    Screenshot 2025-02-15 085619.png

  • VSC: Qt kit found but not showing in CMake selection

    Unsolved
    5
    0 Votes
    5 Posts
    291 Views
    M

    @Bob3 unfortunately not.

  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • 1 Votes
    4 Posts
    150 Views
    F

    @jsulm thank you for your reply.

  • CMake find_package problem

    Solved
    3
    0 Votes
    3 Posts
    126 Views
    PerdrixP

    Oh my goodness, that was so not obvious (to me) ... Thank you!

    David

  • No output in "Application Output" with debugger

    Unsolved
    4
    0 Votes
    4 Posts
    243 Views
    cristian-adamC

    I've opened up https://github.com/mstorsjo/llvm-mingw/issues/479 a bug upstream.

  • Having issues to install qt creator Qt 5.12.12

    Unsolved
    4
    0 Votes
    4 Posts
    154 Views
    jsulmJ

    @saeeda_09 Why such an old Qt version? Try a more recent one. If it has to be Qt5 then try the latest available Qt 5.15.x release.

  • Disable showing the xml of edited .ui files

    Solved
    5
    0 Votes
    5 Posts
    210 Views
    InTheBeningingI

    @Axel-Spoerl said in Disable showing the xml of edited .ui files:

    What else? After all, the ui file is currently open. What should be opened in the editor instead? Should it remain empty?

    Actually yes, or just let it be at the state it was before (any cpp file that was opened before).

    The XML file is what is actually processed during compilation. It may even be interesting for some to check.

    I think the times one wants to go back to actual code that was worked on before outweighs the times of wanting to have a look at the underlying xml by far. The problem is that once you go back to text edit mode the projects explorer selects the opened ui/xml file and now i have to rethink on where my initial file was. @TomZ is right, if want to look at the xml i can still do this explicitly, but opening an ui file twice in the texteditor and in the designer per default is just an annoying experience.

  • 0 Votes
    3 Posts
    157 Views
    I

    @Christian-Ehrlicher I could, but they are massive, and generated traversing the deps folder recursively as I've realised, it's not "just" the root.

    Anyway, I'll look into fixing the underlying issue which likely is some rpaths that need fixing - thanks!