About 52 results
Open links in new tab
  1. 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 …

  2. Qt Creator color scheme - Stack Overflow

    95 I like the dark "FakeVim" color scheme in Qt Creator. However it only makes the editor part dark while everything else stays normal, which is a bit disturbing. Is there any way to make such dark …

  3. "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.

  4. Adding external library into Qt Creator project - Stack Overflow

    Apr 5, 2009 · How can I add external library into a project built by Qt Creator RC1 (version 0.9.2)? For example, the win32 function EnumProcesses() requires Psapi.lib to be added in the project to build.

  5. c++ - How to make .exe file in Qt Creator - Stack Overflow

    Aug 29, 2014 · I was working on Qt Creator compiler to make a simple text editor. I did that but now want to make an .exe file of that project, but I don't know how to make an .exe file in Qt Creator …

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

    May 30, 2022 · Although it seems easy, I cannot find a solution. I am a newbie to Qt creator. I installed it on Linux. And every time I want to open an existing project, I have difficulty. So, when I choose an …

  7. Qt Creator Android error "Platform SDK installed"

    Jan 10, 2018 · I am developing Qt Cross platform application for Android, recently i have updated Qt creator and Installed new Qt version. I am using 'Qt Creator version 4.5.0'. I have updated to 'QT …

  8. "Design" button grayed out in Qt Creator for QML Project

    10 I'm on a Kubuntu 11 system and trying out my first Qt Quick project. As this is Kubuntu I'm just running with the Qt that came with it, which has worked fine so far. I asked Qt Creator to create the …

  9. 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 …

  10. qt - How to create a subdirectory for a project QtCreator ... - Stack ...

    Jul 24, 2009 · With all due respect but Qt-Creator sucks in usability (regarding user interface) As a developer if you see that someone has to ask how to add a subdirectory to a project in a public …