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.5k Topics 34.8k Posts
QtWS25 Last Chance
  • Custom widget in my project and now project build fails

    Unsolved
    3
    0 Votes
    3 Posts
    147 Views
    SGaistS
    Hi, Is the auto uic cmake option enable ?
  • FigmaQML

    2
    1 Votes
    2 Posts
    697 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
    304 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
    200 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. [image: d29fa65d-af8d-4ac5-a4af-2656f81aa740.png]
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • 1 Votes
    4 Posts
    178 Views
    F
    @jsulm thank you for your reply.
  • CMake find_package problem

    Solved
    3
    0 Votes
    3 Posts
    246 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
    343 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
    203 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
    242 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
    190 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!
  • How can I create a template widget into QtDesigner

    Moved Unsolved
    1
    0 Votes
    1 Posts
    69 Views
    No one has replied
  • Setting up a Qt Creator project including access to QGIS API

    15
    0 Votes
    15 Posts
    16k Views
    A
    @Puneet_Kumar Recently i had successfully setup qgis qt setup in ubuntu . you might take a look https://github.com/aman2000jaiswal14/QGIS-CPP-API-QT5
  • Qt no suitable kit found

    Solved qt 6.8.1 qt-creator error
    12
    0 Votes
    12 Posts
    501 Views
    C
    Thanks it worked
  • Same font differs in thickness in qt 5.3 and 5.15.

    Unsolved
    2
    0 Votes
    2 Posts
    103 Views
    Axel SpoerlA
    Qt doesn't implement its own fonts, and to my knowledge that was already the case in 5.3. Probably your AM335X has no Helvetica font installed on the system. In that case, Qt tries to find the closest match. The only thing that comes to mind is that Qt 5.3 and 5.15 have different opinions on what is the closest match.
  • QT Creator installer setup fails on Linux ARM: Process crashed

    Moved Solved
    10
    1 Votes
    10 Posts
    1k Views
    D
    For anyone else having this issue, please vote for this bug report https://bugreports.qt.io/browse/QTBUG-133571
  • Cannnot rename variables

    Unsolved
    4
    1 Votes
    4 Posts
    133 Views
    M
    @JonB Yeah, I've tried closed and reopened Creator and updated Creator to latest version. The problem still exists.
  • Copy text from creator with formatting?

    Solved
    3
    0 Votes
    3 Posts
    196 Views
    C
    @cristian-adam Thank you so much sir, you made my day. I was about to ask same question but you saved my day.
  • Inconsistent output when running Qt Design Studio vs Python

    Unsolved
    5
    0 Votes
    5 Posts
    196 Views
    A
    @Jaime02 This actually solved the issue, they are both having the same style, thanks a lot for helping.
  • Keybind for jumping to next/previous error in current source file Qt Creator

    Unsolved
    3
    0 Votes
    3 Posts
    113 Views
    JonBJ
    @aha_1980 Ooohh! :)