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
  • Android ABI names

    Moved Solved
    2
    0 Votes
    2 Posts
    577 Views
    warped-rudiW
    Correction: I checked another installation of QtCreator 12.0.0 and there it works. However, the difference between the two is, that on the failing one Qt6.6.1 is installed besides Qt5.15.2. Maybe these two affect each other.
  • Debugger doesn't stop on breakpoints fully, due to unexpected gdb state transitions

    Unsolved
    2
    0 Votes
    2 Posts
    600 Views
    JonBJ
    @StVO Debugger visualizer is falling over (apparently) while trying to do something like display your local Vmb... variables. I think the empty pane to the right (Name/Wert/Typ) is your Local Variables window, can you close it/select an option not to display it? Might then let you proceed. Usual issue is something to do with debug information/code in external library. Make sure everything is right version and if possible compiled for debug.
  • Qt Designer is unable to load the custom widgets (PyQt) widgets.

    Unsolved
    7
    0 Votes
    7 Posts
    1k Views
    P
    @Christian-Ehrlicher said in Qt Designer is unable to load the custom widgets (PyQt) widgets.: You still not answered if designer was built with Qt 6.4... Yes, I have build the designer with Qt-6.4.0 Did you check that the plugin is in the correct place? Yes, plugins are in correct place. Do you see your plugin in Help -> Plugins? Yes, PyQt6.dll is loaded without pyqt plugins. Thanks.
  • c++ built in codemodel not working!

    Unsolved
    1
    0 Votes
    1 Posts
    225 Views
    No one has replied
  • Qt Creator editor font size error when using custom QSS

    Unsolved qtcreator theme
    1
    0 Votes
    1 Posts
    717 Views
    No one has replied
  • How to change Qt Creator fonts which look very small

    Solved
    8
    0 Votes
    8 Posts
    3k Views
    A
    @Axel-Spoerl Yes, It looks that way. Well, thanks for the help.
  • Qt 6.6.1 While debugging local variables <Value unavailable error> occurs

    Moved Solved
    9
    0 Votes
    9 Posts
    2k Views
    W
    @cristian-adam This has done the trick !! Python-Dumper was not checked and after i checked it, the contents of the variables where shown. Thank you very much, Problem is solved... [image: ee30b15b-c9c8-428c-b4c3-ac2a69149e22.png] It is not very obvious to check this option, how do you know about it ??? [image: 80586a4a-dddf-435b-9a12-e0845ec34755.png]
  • Shortcut for choosing functions in Qt Creator

    Moved Unsolved
    5
    0 Votes
    5 Posts
    1k Views
    S
    I rarely use this kind of functionality in Qt Creator. Most of the time I put the cursor on a function in the current code and hit F2 to jump to the definition. You can also easily toggle between header and cpp file with F4. If your classes don't do too much in one place it is easy to find the right function in the header file and then hit F2 to switch to the definition. You can also split views (horizontally or vertically) to have multiple functions side-by-side. This is how I use Qt Creator most of the time. (Concerning Ctrl+K: There is a huge list of command listed that can be used here. If you are already inside the correct file you can use . (just a dot – after hitting Ctrl+K) followed by a space and then type any symbol name (i.e. also functions) to jump to a specific function in the open document. Get to the right source file with p and then typing the file name.)
  • Building QT with cygwin.

    Unsolved
    11
    0 Votes
    11 Posts
    3k Views
    jsulmJ
    @Pawankumar Then why don't you simply use QThread?! Way easier to have code working on Linux and Windows (and MacOS) without the need to waste time with Cygwin...
  • Disable gdb for release builds

    Unsolved
    14
    0 Votes
    14 Posts
    3k Views
    JonBJ
    @Frank_Xiao said in Disable gdb for release builds: @JonB you got any progress about this problem? It wasn't my problem! If you really want to know I suggested: Search the whole of Qt source code?
  • Can not find all menus in Qt IDE

    Moved Unsolved
    4
    0 Votes
    4 Posts
    569 Views
    jsulmJ
    @Andy_wd If you want to reactivate "Mode selector" then go again to the same menu and do so. In my QtCreator version it is in "Window/Mode selector style".
  • Browse between open projects in Qt Creator

    Moved Unsolved
    1
    0 Votes
    1 Posts
    184 Views
    No one has replied
  • QtCreator upgrade breaks QtCreator

    Unsolved
    4
    0 Votes
    4 Posts
    634 Views
    cristian-adamC
    I've created https://bugreports.qt.io/browse/QTCREATORBUG-30004 to track this issue.
  • error dependent 'E:\QTT\QT590\lib\Qt5Widgetsd.lib' does not exist

    Unsolved
    25
    0 Votes
    25 Posts
    11k Views
    H
    @jsulm No effect
  • 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