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.8k Topics 36.2k Posts
Qt 6.11 is out! See what's new in the release blog
  • MCP Server and Warp Terminal, Connection Issue

    Unsolved
    3
    0 Votes
    3 Posts
    75 Views
    D
    Thanks Dave, I tried your suggestion and it still gives me the same error. I think it's expecting a reply that it's not getting. Warp Terminal is not just a terminal, it is the glue that ties your MCP Server to the LLM's. It supports multiple LLM's and is a terminal / IDE environment.
  • Valgrind Memcheck fails to start in Qt Creator (Linux Mint 22.2 / Ubuntu 24.04)

    Unsolved
    2
    0 Votes
    2 Posts
    45 Views
    JonBJ
    @Tetsuzin72 I will just say that I use valgrind from Creator under Ubuntu 24.04 with no problem. But I may not be doing the same as you, and I use the much older Creator which comes with 24.04 so I don't know about newer ones. While you await a solution: if you really need to get this working, you could tell Creator to run a different "executable" for valgrind which is actually an executable shell script of yours. Then you can go through the command line arguments Creator passes to it and remove the ones you say it prepends but you do not want before passing on to the real valgrind executable. Just saying.
  • Qt MaintenanceTool ignores proxy setting

    Unsolved qt 6 maintenancetool
    1
    0 Votes
    1 Posts
    31 Views
    No one has replied
  • AI Assistant Preferences Reset upon Qt Creator 19.0.0 restart

    Unsolved
    1
    0 Votes
    1 Posts
    38 Views
    No one has replied
  • Problems compiling and building the project

    Unsolved
    14
    0 Votes
    14 Posts
    643 Views
    goldenhawkingG
    windeployqt only bundles Qt’s own libraries. For MSYS2: Have an AI write a Python script with the following logic: Recursively scan the target folder generated by windeployqt—including all subdirectories—to enumerate all executable files and DLLs. This ensures dependencies for plugins like qsqlpsql are also fully captured. Run ldd on each file, extract all library paths starting with c:/msys64 or /c/msys64, and copy those libraries to the deployment folder. Repeat step 1 in a loop until ldd no longer returns any library paths beginning with c:/msys64. For MSVC (VC): Match the corresponding compiler version, and include the compatible vcredist_x64 redistributable when delivering the package to end users.
  • What is a better IDE for QT

    Solved qt creator visual studio ide
    25
    0 Votes
    25 Posts
    706 Views
    JonBJ
    @SimonSchroeder said in What is a better IDE for QT: So, I just need a single click after locating the line whereas in Qt Creator I need to first right click and then pick the correct menu entry and left click. Point taken, so a little QoL issue :) Use/assign a keyboard shortcut and you are down to one click (or move cursor to line with arrow keys) and one keypress :)
  • the compiler window outputs many header files (build in windows with msvc)

    Solved
    4
    0 Votes
    4 Posts
    103 Views
    C
    OK,I Migrate to the Ninja,,完美~
  • why scrollarea unable to adapt to the height of child controls

    Solved
    1
    0 Votes
    1 Posts
    33 Views
    No one has replied
  • Qt Creator 19.0.0. Bare-metal debugging isn't working.

    Solved
    4
    0 Votes
    4 Posts
    178 Views
    D
    @aha_1980 Thank you.
  • garbled characters are output in the compilation window(windows MSVC)

    Solved
    3
    0 Votes
    3 Posts
    152 Views
    C
    After I restarted my system, it started displaying Chinese. Why are there so many header files being output? How to disable?
  • Visual Studio 2026 with Qt Visual Studio Tools 3.5.0 extension very very slow

    Moved Unsolved
    1
    0 Votes
    1 Posts
    66 Views
    No one has replied
  • Qt Creator and Examples disconnect

    Unsolved
    4
    0 Votes
    4 Posts
    151 Views
    cristian-adamC
    https://wiki.qt.io/Qt_Examples_in_Qt_Creator has some information about the subject.
  • Creator: Way to update on project changes in the background?

    Unsolved
    1
    0 Votes
    1 Posts
    48 Views
    No one has replied
  • QT creator and making it look like Borland C++ builder

    Unsolved
    11
    0 Votes
    11 Posts
    327 Views
    SGaistS
    You can go directly with Qt Creator which embeds Designer already. That way you don't have to leave the IDE to continue development.
  • there is a bug in the git commit.

    Unsolved
    8
    0 Votes
    8 Posts
    280 Views
    SGaistS
    @cuijg said in there is a bug in the git commit.: @aha_1980 Mac M2 Which version of macOS ?
  • How to perform memory analysis (MacOS M2)

    Solved
    3
    0 Votes
    3 Posts
    117 Views
    C
    @cristian-adam thank you
  • Design time layout different from runtime

    Unsolved
    7
    0 Votes
    7 Posts
    207 Views
    JonBJ
    @jeremy_k Thanks for that one. Alt+Shift+R for me Linux too. I would not have realised this was a Tools menu thing. I'd still like to know whether the QFormLayout vertical spacing is "unavoidable" because it varies per style at runtime or whether it should really be shown "squeezed" at design time because all styles do so anyway....
  • QtDesigner - How to add a submenu to a menu in the menu bar?

    Solved
    6
    0 Votes
    6 Posts
    3k Views
    aha_1980A
    @JonB I've learned that 16 years ago so I don't remember (anymore). Probably trial and error...
  • 0 Votes
    3 Posts
    140 Views
    A
    thanks cristian for reply.... as we can clearly see the problem, MLT has very limited (maybe old and obsolete) documentation for steps on compiling MLT (including Shotcut) in Windows platform, hence, the hybrid thing was the approach for successful compilation. if possible can I have links to documentations for compilation on Windows platform, and in case if further new development is required using MLT framework, which QTCreator needs to be used.?
  • ‘XX’ violates the C++ One Definition Rule [-Wodr] with Qt Creator 19

    Solved qtcreator19
    2
    0 Votes
    2 Posts
    127 Views
    O
    I cleaned my build directory and recompiled my project from scratch, and the warnings have disappeared. So these warnings came probably from a mismatch between Qt/compiler version, after the upgrade to Qt Creator 19.