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
  • QT Creator 12 Debug Locals (ui)

    Moved Unsolved qt creator debug locals ui header qt 6.6
    1
    0 Votes
    1 Posts
    590 Views
    No one has replied
  • This topic is deleted!

    Moved Unsolved
    5
    0 Votes
    5 Posts
    49 Views
  • Button event with QT designer

    Unsolved
    8
    0 Votes
    8 Posts
    5k Views
    R
    Ok thanks for all the replies. I will just code the connect(). Seems the simplest.
  • Qt Creator Updating Locator Caches messages

    Moved Unsolved
    6
    0 Votes
    6 Posts
    2k Views
    JonBJ
    @tjl34567 said in Qt Creator Updating Locator Caches messages: qtcreator 3.5.1 From 2015, right?
  • How to change terminal color and icon

    Moved Unsolved
    7
    0 Votes
    7 Posts
    2k Views
    S
    @JonB said in How to change terminal color and icon: ANSI sequences work at least in Windows Command Prompt and Linux xterm or similar. You could simplify this by using a library like https://github.com/termcolor/termcolor
  • QT designer snap to grid not working as expected

    Unsolved
    1
    0 Votes
    1 Posts
    408 Views
    No one has replied
  • "No kits are enabled for this project" when setting Cmake as the build system

    Moved Solved
    5
    1 Votes
    5 Posts
    3k Views
    D
    @jsulm Thank you, I didn't have CMake on this machine. I didn't know I had to install it manually but since I used an offline installer for the 5.12.12 version I guess it is not automatically done. I installed CMake and Qt Creator automatically detected it and now everything works fine. Thank you so much!
  • QtCreator12 can not use "CMake Debugger" on Ubuntu 20.04

    Solved
    7
    0 Votes
    7 Posts
    1k Views
    K
    @cristian-adam yes, I just tried to use it on a other linux system (Linux Mint 22.04). cmake debugging can work on this system. i think maybe some environment make that debug can not work on my xubuntu 20.04.
  • Failure to run QtCreator 12.0 after installing it

    Solved
    1
    2 Votes
    1 Posts
    544 Views
    No one has replied
  • Problems with [Q]GpgME and Qt6

    Unsolved
    9
    0 Votes
    9 Posts
    2k Views
    R
    @Christian-Ehrlicher Good point. I'd checked with the Debian maintainers of gpgme, and they replied they were Qt6-compatible (at least, that was my understanding). Taking your advice to try ldd, however, I get ron:~/$ ldd /usr/lib/x86_64-linux-gnu/libqgpgme.so.15 .. .. .. libQt5Core.so.5 => /lib/x86_64-linux-gnu/libQt5Core.so.5 (0x00007f8bcf600000) So, Qt5Core but no mention of Qt6Core? That doesn't look good. I'll look into rebuilding it myself, I think.
  • Qt Creator on iMAC and Windows 10

    Moved Unsolved
    8
    0 Votes
    8 Posts
    2k Views
    SPlattenS
    I am a little further along, having installed MSVC 2019 Community edition and Qt 5.15.2, now the issue when I try to build the project: D:\XMLMPAM\clsDebugService.cpp:5: error: C1083: Cannot open include file: 'errno.h': No such file or directory D:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\cstddef:12: error: C1083: Cannot open include file: 'stddef.h': No such file or directory D:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\cstddef:12: error: C1083: Cannot open include file: 'stddef.h': No such file or directory D:\XMLMPAM\clsModule.cpp:6: error: C1083: Cannot open include file: 'errno.h': No such file or directory D:\XMLMPAM\clsModHelper.h:69: error: C1083: Cannot open include file: 'stdio.h': No such file or directory D:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\cstddef:12: error: C1083: Cannot open include file: 'stddef.h': No such file or directory D:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\yvals.h:12: error: C1083: Cannot open include file: 'crtdbg.h': No such file or directory Obviously something is wrong with the configuration, however I'm not sure what I need to do to fix it.
  • how to recover from "missing event loop " rempve / reistall version 5.12 REPOST

    Unsolved
    2
    0 Votes
    2 Posts
    349 Views
    Pl45m4P
    @AnneRanch said in how to recover from "missing event loop " rempve / reistall version 5.12 REPOST: Last time I did that it removed ALL unselected versions. The image litterally says: [select] ... components to install. Deselect installed component to uninstall them. What's the point of keeping all Qt6 releases? I would keep the latest Qt5, maybe an early Qt6 if you wish + the latest Qt6, but up to you ;-) missing "event loop " Do you think you broke your Qt5.12 installation or why the whole thing? I highly doubt that it's actually missing in Qt5.12 ;-)
  • Issues with indentation in QT Creator

    Moved Unsolved
    3
    0 Votes
    3 Posts
    643 Views
    S
    @sierdzio Thanks that helped
  • visualizing the hierarchy, call flow, and connections within a Qt C++ project,

    Unsolved
    1
    0 Votes
    1 Posts
    223 Views
    No one has replied
  • Qt6: QFont::setWeight error when using QTextEdit::setCurrentFont()

    Unsolved
    2
    0 Votes
    2 Posts
    719 Views
    Christian EhrlicherC
    @rjmx said in Qt6: QFont::setWeight error when using QTextEdit::setCurrentFont(): Entry::normalFont What is this? a QFont object? Where does it come from?
  • QtCreator 11 and 12 rc1 tooo slow debugging

    Moved Unsolved
    3
    0 Votes
    3 Posts
    691 Views
    S
    Using QtCreator on Windows for Debugging is slow. Someone found some Python script with info for std::vector debugging to be the culprit. Not sure if it is fixed by now. For larger projects I just use qmake to create a VS project and directly debug in VS. This works best on Windows. (CMake projects can directly be opened in VS.)
  • missing QEventLoop

    Unsolved
    1
    0 Votes
    1 Posts
    199 Views
    No one has replied
  • Qt Creator 12 rc1 crashing on Debugging

    Moved Unsolved
    2
    0 Votes
    2 Posts
    338 Views
    sierdzioS
    @RahibeMeryem you need to report this to Qt bug tracker - the sooner the better because a crash should be top priority for fixing before official release of Qt Creator 12.
  • How to add QT6::Multimedia add-ons to Visual Studio

    Moved Solved msbuild visual studio
    7
    0 Votes
    7 Posts
    2k Views
    A
    @JoeCFD Thank Joe. from your answer, I do some research and I got that. Qt Multimedia is additional library so I need to install it from Qt maintenance tool. [image: b55e6fa1-f1be-4542-adbc-9875a542c6eb.png] And follow your instructions [image: 4cea74f8-fc84-4214-ba1a-17dfcdcc9d40.png] Done [image: ac183a67-e3c8-4ba1-9ca0-0aca84fdc0e7.png] Thanks
  • Qt Creator Projects tab CMake Build steps "Stage for installation"

    Solved
    4
    0 Votes
    4 Posts
    1k Views
    R
    @cristian-adam thanks cristian, that's what I'm after