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.5k Posts
  • This topic is deleted!

    Moved Unsolved
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Project Tree: Source and Headers Inconsistent View

    Moved Solved
    4
    0 Votes
    4 Posts
    569 Views
    C
    @Christian-Ehrlicher said in Project Tree: Source and Headers Inconsistent View: Don't use absolute paths for your source files in your project. I am not. Both source and headers are specified in EXACTLY the same way, but one is being displayed with the absolute path and the other isn't. That said, in fixing an unrelated problem, I had to re-create the project file (changing from cmake to qmake). This fixed this problem and now both show relative to the project directory. It doesn't explain why it was doing that, but since I won't be switching back, it doesn't matter for me.
  • Design mode in QT Creator only loads QtQuick widgets

    Unsolved creator design widget
    1
    0 Votes
    1 Posts
    334 Views
    No one has replied
  • This topic is deleted!

    Moved Unsolved
    13
    0 Votes
    13 Posts
    148 Views
  • windeployqt.exe looks for library in the wrong place

    Unsolved
    12
    0 Votes
    12 Posts
    2k Views
    MesrineM
    @cristian-adam It seems this part checks if the library is called "Qt6Something" and adds the Qt bin installation directory to the path for the next iteration of the function.
  • How to disable F5 hotkey in Qt settings

    Moved Unsolved
    3
    0 Votes
    3 Posts
    427 Views
    S
    Are you planning on using F5 inside a console application? Then change the project settings to open your app inside a separate terminal window instead of using the Qt Creator logging window.
  • Unable to debug in QtCreator on Debian 12.

    Moved Unsolved
    9
    0 Votes
    9 Posts
    1k Views
    cristian-adamC
    Looks like you'll have to do some symlinking to get things up and running. See https://github.com/llvm/llvm-project/issues/55575
  • No suitable kit found in qt6

    Moved Unsolved
    2
    0 Votes
    2 Posts
    317 Views
    jsulmJ
    @chava What did you install? How? And on what platform?
  • Using PlaceHolder data in Qt Design Studio 4.2.0

    Unsolved
    1
    0 Votes
    1 Posts
    283 Views
    No one has replied
  • Problem with QT Creator on Linux

    Solved
    3
    0 Votes
    3 Posts
    590 Views
    E
    Thanks! Changing to Xorg seems to be the trick.
  • How to clear text in Qt Creator terminal

    Moved Unsolved
    4
    0 Votes
    4 Posts
    870 Views
    cristian-adamC
    Also the shortcut Ctrl+L, which is standard in terminals for clearing the screen.
  • Qt Design Studio Installation (Link with qt)

    Unsolved
    4
    0 Votes
    4 Posts
    1k Views
    JKSHJ
    Qt Design Studio is meant to use its own "internal" kits, and is not meant to "Link with Qt" outside. This bug will be fixed in the next release: https://bugreports.qt.io/browse/QDS-9933
  • Why is GDB so slow on Windows?

    Solved
    14
    0 Votes
    14 Posts
    2k Views
    deisikD
    I switched to MSVC and now debugging is great again (with cdb)
  • db crashes

    Moved Unsolved
    2
    0 Votes
    2 Posts
    272 Views
    JonBJ
    @Aleksandr-Tarasov No idea, it doesn't make much sense. Try running the gdb from a terminal quite outside of Qt Creator, does that work?
  • Qt newcomer setup is a joke.

    Moved Unsolved
    32
    5 Votes
    32 Posts
    17k Views
    JoeCFDJ
    @qbullshitq I had different experience from yours: with "qt" I started to love it from second one when I decided to look at this. Why did you want to clone Qt from a repository? You can install it simply from an installer. Do some research on it before you touch something. Or post your problems in the forum and people here will help you out. Your life will be much easier.
  • Qt Creator 11 Slow to Edit a Saved File.

    Moved Unsolved qtcreator
    1
    0 Votes
    1 Posts
    367 Views
    No one has replied
  • if i move mouse out of terminal -> makes non-responding state from time to time

    Moved Unsolved
    2
    0 Votes
    2 Posts
    260 Views
    J
    @JacobNovitsky This hurts so much, I hope to receive any support
  • 0 Votes
    5 Posts
    888 Views
    Christian EhrlicherC
    When you want to use the operator !=() you have to provide it - a compiler can not simply create the operator!=() from the operator==().
  • How can i change the word separators in QtCreator ?

    Unsolved
    3
    0 Votes
    3 Posts
    468 Views
    Pete CarterP
    @cristian-adam I have never used vim, i think it's horrible, why would anyone use something like this in the first place 😅. It would be nice to be able to configure this behaviour is QtCreator. I think it's logical for the pointer to stand after the word when moved, considering the space is a character, it should not be skipped.
  • Can't launch app in debugger in Qt Creator

    Moved Unsolved
    2
    0 Votes
    2 Posts
    417 Views
    JonBJ
    @ocgltd Although I suspect it will work, you should just test gdb /your/executable in a terminal to make sure gdb is fit for purpose.