About 50 results
Open links in new tab
  1. Qt Designer vs Qt Quick Designer vs Qt Creator? - Stack Overflow

    Jun 6, 2019 · Qt Creator is Qt's IDE. You don't have to use it, but it greatly simplifies Qt development. Qt Designer is a graphical tool that lets you build QWidget GUIs. Qt Quick Designer is similar, but for …

  2. Qt creator issue with relaunching programs - Stack Overflow

    Mar 25, 2026 · Qt creator has a version 16 and 19. There are some differences, but something that I've come to realize when making a project with the SFML library, is that on the Qt creator version 19.0.0, …

  3. c++ - Unresolved external symbols - Qt creator - Stack Overflow

    Unresolved external symbols - Qt creator Ask Question Asked 13 years, 3 months ago Modified 7 years, 10 months ago

  4. Remote debugging using QT Creator - Stack Overflow

    Jun 9, 2025 · Qt Creator is configured to use a cross-compiler (e.g., g++-arm-linux-gnueabihf) and Qt libraries compiled for the ARM architecture (your Raspberry Pi). Deployment: Qt Creator …

  5. How to get Qt Creator to support C++20 in its editor with CMake

    Jun 4, 2025 · In Qt Creator's Preferences, in C++ -> Clangd -> Path to executable, ensure that you have either Qt Creator's clangd or the one in Xcode. I had severe problems when I used the one installed …

  6. c++ - Qt Creator + Visual Studio 2022 compiler - Stack Overflow

    Dec 17, 2024 · 0 I'm trying to build on Qt Creator with the VS compiler. I have installed Qt 6.4.2 and VS2022. It's just a Hello, world! project. If I choose Desktop Qt 6.4.2 MinGW 64-bit, it can be built. …

  7. QT creator: How to open an existing project? - Stack Overflow

    May 30, 2022 · All my projects created with Qt 6.6 Qt Creator had a file named CMakeLists.txt. Just had to open that file and it contained the paths for the rest of the code files and etc.

  8. How to provide input to a console application using cin in Qt Creator

    Jun 3, 2023 · On OS X Leopard, I am using Qt Creator as an IDE to work with C++. cout works fine as output, however, there is no way to provide input to cin as if it were on a console, like Visual Studio …

  9. "No valid kits found" error when only Qt Creator is installed

    " No valid Kits found " problem occurs because Qt Creator doesn't know the versions of your Qt, your compiler or your debugger. First off, let's solve the Qt versions.

  10. How to add include path in Qt Creator? - Stack Overflow

    May 2, 2010 · I have a project I'm working on in Qt creator that requires a third-party library. I want to add the headers to the include path for the project. How do I do this?