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 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
  • qtcreator top menu bar disappeared

    Solved
    3
    0 Votes
    3 Posts
    5k Views
    C
    @cristian-adam Thanks so much. I didn't see it, but that doesn't mean it wasn't there.
  • How / where to chnage C++ files font size?

    Moved Unsolved
    3
    0 Votes
    3 Posts
    572 Views
    JoeCFDJ
    @AnneRanch I guess your OS is Linux. click the file area to get focus press CTRL key and hold it, then roll the middle button of your mouse.
  • Build-dependent "run" environment in Qt Creator?

    Unsolved
    2
    0 Votes
    2 Posts
    416 Views
    cristian-adamC
    I don't think we have this functionality, please do create a feature request at https://bugreports.qt.io/secure/CreateIssue.jspa?pid=10512
  • Illogical fuction keys - two birds with one stone ?

    Moved Unsolved
    1
    0 Votes
    1 Posts
    244 Views
    No one has replied
  • Crash clicking in the issues pane

    Moved Unsolved
    5
    0 Votes
    5 Posts
    842 Views
    M
    I have reported the same error on OpenSuse 15.5. I'm using the latest SUSE 15.5 updates. Memory is exhausted by Qtcreator. valgrind found an issue with C++ parser. I don't like making arguments from authority, but i've been developing in C++ since 1992. At least that means you should take some advice on where to look.
  • how do you set up the automatic code formatting?

    Unsolved
    1
    1 Votes
    1 Posts
    374 Views
    No one has replied
  • problem with auto indent, qt creator bug?

    Moved Unsolved
    2
    0 Votes
    2 Posts
    743 Views
    M
    i think this is a bug so i just reported it on the jira. here is the bug track page for it: https://bugreports.qt.io/browse/QTCREATORBUG-29841 if anyone else has this issue, i found a workaround to fix the problem, and it's listed on that page.
  • Qt Design Studio examples not available?

    Unsolved
    2
    3 Votes
    2 Posts
    496 Views
    G
    Same here. @adonezid did you find the reason?
  • Android sdk and java 8 - or java 11 - or ?

    Unsolved
    4
    0 Votes
    4 Posts
    4k Views
    JoeCFDJ
    @oin-oin Check here out. https://forum.qt.io/topic/151244/online-installed-android-qt-6-6-but-build-requires-newer-version/6?_=1698687184749 34 is the latest for Android 14. Better to know your target Android version(14, 13, 12, or 11...) first.
  • .hpp header files not shown in projects view

    Solved
    11
    0 Votes
    11 Posts
    4k Views
    Christian EhrlicherC
    @Omar-Hatem No
  • Configure FakeVim PASSING key

    Unsolved
    1
    1 Votes
    1 Posts
    200 Views
    No one has replied
  • 0 Votes
    4 Posts
    879 Views
    SGaistS
    I just tested this on macOS with Qt Creator 11.0.3 but with Python 3.9.6 and it started successfully.
  • Unable to release an executable on Linux

    Unsolved
    6
    0 Votes
    6 Posts
    939 Views
    jsulmJ
    @Isaac-DeJager First match in Google: https://github.com/probonopd/linuxdeployqt
  • unable to step past QApplication app(argc, argv); in debugger

    Solved
    7
    0 Votes
    7 Posts
    2k Views
    R
    Remove the files qwindows.dll.debug and qwindowsvistastyle.dll.debug from the respective folders, it works for me
  • how "reverse debug" ? ( call hierarchy ? )

    Moved Unsolved
    4
    0 Votes
    4 Posts
    711 Views
    Axel SpoerlA
    @AnneRanch [image: 9b0bfc3c-f51e-47f3-b17c-2bcdc029999f.png] I assume you mean (without writing it explicitly) Qt Creator and debugging in Qt Creator. If a proper debug build is run with the debug function, you should see something like the screenshot attached. The lower part is the stack trace. Clicking on a line gets you to the caller. Doesn't need to be enabled.
  • Using Qt in on an external Server

    Unsolved
    2
    0 Votes
    2 Posts
    510 Views
    jsulmJ
    @jchirkes said in Using Qt in on an external Server: qt.qpa.plugin: Could not load the Qt platform plugin "xcb" Is X11 running on your machine? To get more information about why xcb plug-in could not be loaded set QT_DEBUG_PLUGINS env variable to 1 in the terminal where you're starting your app, then start your app and check the output in the terminal. See https://doc.qt.io/qt-6/debug.html
  • Unable to load custom PyQt6 plugins into the Qt designer.

    Unsolved
    1
    0 Votes
    1 Posts
    226 Views
    No one has replied
  • How to amend settings in QtCreator to compile with -O0 flag

    Moved Unsolved
    2
    0 Votes
    2 Posts
    368 Views
    C
    @JacobNovitsky qmake Variables Your flags will be compiler specific
  • Can not go to "Design" after choosing .qml file in QT Quick

    Moved Unsolved
    1
    0 Votes
    1 Posts
    208 Views
    No one has replied