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.6k Topics 35.1k Posts
  • Customize the title bar/header bar

    Unsolved
    3
    0 Votes
    3 Posts
    282 Views
    cristian-adamC
    I have a bug report about this https://bugreports.qt.io/browse/QTCREATORBUG-29499 What you can do, is to hide the menu bar! That will win you some vertical space. At the moment I am not aware of a solution to this. I have a few ideas but nothing to show for now.
  • AStyle格式化中文乱码

    Unsolved
    17
    0 Votes
    17 Posts
    1k Views
    T
    @cristian-adam said in AStyle格式化中文乱码: Just make sure that the tex codec for tools is set to UTF-8. I tested on Windows a project: astyle clang-format as external tool (is shipped with Qt Creator) clang-format as part of the ClangFormat plugin See the result below: [image: qt-creator-16-formatting.webp] I think it works as expected. The text doesn't get distorted. I can't open the link you gave. Currently, I'm developing qt programs through Clion. Thank you
  • This topic is deleted!

    Unsolved
    1
    0 Votes
    1 Posts
    61 Views
    No one has replied
  • QtCreator errors with QtGraphs QML

    Solved
    25
    0 Votes
    25 Posts
    3k Views
    T
    @SGaist OK, I coppied the main.qml file from the hellographs example to my project. And the GraphsView prompt was recognized. I found out, what the problem with my Main.qml was. I had to change the import commands: instead of import QtGraphs 2.12 change to import QtGraphs helped (-: Thank you very much!!! But, I have still a question: How can I use the XYModelMapper? Is there a good example? The usage differs to QtCharts, specially xSection : qsizetype ... Tobias
  • Qt Assistant appears not to support hover

    Unsolved
    7
    0 Votes
    7 Posts
    392 Views
    PerdrixP
    Doesn't Qt ship with the Chromium rendering engine, have you considered using that for Assistant rather than using litehtml? David
  • Multi-lingual help files

    Solved
    3
    0 Votes
    3 Posts
    251 Views
    PerdrixP
    Thank you.
  • 0 Votes
    3 Posts
    483 Views
    L
    The update to Qt Creator 16.0.0 and Qt 6.9.0 solved the problem. Thank you !
  • 0 Votes
    2 Posts
    247 Views
    SGaistS
    Hi, Please use coding tags (the </> button in the editor) to make your code readable and please reduce it to a minimal example that shows the issue.
  • Qt Debugger hangs when starting debugging process

    Solved
    8
    0 Votes
    8 Posts
    3k Views
    E
    A similar problem went away when I removed all breakpoints in the DAP Breakpoint Preset.
  • Project allways recompiles all sources(QtCreator + CMake)

    Unsolved
    12
    0 Votes
    12 Posts
    906 Views
    G
    @cristian-adam Thank you, I will.
  • 0 Votes
    1 Posts
    122 Views
    No one has replied
  • Qt Creator 16.0.0 is crashing when opening cpp files

    Unsolved
    23
    0 Votes
    23 Posts
    2k Views
    M
    I uninstalled all the version and reinstalled the latest version using installer, it seems to be working better. I am gonna keep an eye on it, if it happens again, I will open this thread again.
  • Indentation issue on QT Creator

    Unsolved
    12
    0 Votes
    12 Posts
    829 Views
    JoeCFDJ
    can you show Kits->TextEditor tab?
  • Qt Creator crashes (SIGABRT) on expression error

    Moved Unsolved
    10
    1 Votes
    10 Posts
    755 Views
    J
    I created an issue: https://bugreports.qt.io/browse/QTCREATORBUG-32747
  • VSC: Qt kit found but not showing in CMake selection

    Unsolved
    7
    0 Votes
    7 Posts
    982 Views
    M
    @seban ok, I have the same situation. To fix I have to manually edit the snap json file? It would not be restored after an update?
  • OSX - QtCreator ignoring kit compiler

    Moved Unsolved
    3
    0 Votes
    3 Posts
    276 Views
    L
    @jsulm yes, the compiler is set in the Kit. The only way to use my xcode_12_5_1.app is to change default system xcode by executing xcode-select -s /Applications/Xcode_12_5_1.app/Contents/Developer
  • Contour plot using customplot library with x, y, z data not coming full contour.

    Unsolved
    2
    0 Votes
    2 Posts
    251 Views
    jsulmJ
    @Soniya Please format your code properly. There is also no need to post commented out code if it has nothing to do with your issue.
  • Issue with scrolling in Pyside6-Designer on MacOs

    Unsolved
    6
    0 Votes
    6 Posts
    617 Views
    SGaistS
    Glad you found out and thanks for sharing ! Since you have it working now, please mark the thread as solved using the "Topic Tool" button or the three dotted menu beside the answer you deem correct so that other forum users may know a solution has been found :-)
  • Unclaimed breakpoint during debugging. Breakpoint is not setting up.

    Unsolved
    2
    0 Votes
    2 Posts
    266 Views
    SGaistS
    Hi and welcome to devnet, I would nuke the .XYZ.user (name will depend on project manager you are using) file in your project folder and reconfigure the project.
  • Unknown type name: QProcess

    Moved Unsolved
    4
    0 Votes
    4 Posts
    360 Views
    cristian-adamC
    You can get CMake to be verbose with the build process by going to Project Mode > Build Steps > CMake arguments and add --verbose. Then you can see the commands it tries to build. Building with Qt 6.7, 6.8 or 6.9 on macOS with Xcode is something that works just fine. I can think of only having to "activate" the Command Line Tools for Xcode. Please do try to: Open Xcode Go to Preferences Cmd + , Go to Location At the Command Line Tools: combobox select something there. I have Xcode 16.2 (16C5032a).