Top "Qt-creator" questions

Qt Creator is a comprehensive open source C++ IDE which is part of the Qt Project.

Using Qt Creator C++ 11, nullptr is keyworded?

I'm using C++11 using Qt Creator. "warning: identifier 'nullptr' is a keyword in C++11 [-Wc++0x-compat]" "error: 'nullptr' was not …

c++ c++11 qt-creator nullptr
How to add data in array QT C++

I want to read line by line a text file and add each line in a array, I try something …

c++ arrays qt qt-creator qfile
Using automatic documentation of my own function with Qt Creator?

I was using Qt Creator and I decided I wanted to document a function I had written so I positioned …

c++ qt documentation qt-creator
QtCreator CMake project - how to show all project files

I use QtCreator to open CMake project. Some directories apart from CMakeLists.txt contains only headers files *.h and for …

c++ c cmake qt-creator
Why won't my breakpoints work in Qt Creator

Qt creator can build and run my projects perfectly, but it will skip straight over any breakpoints I set. I …

qt qt-creator breakpoints
How can I change the UI language of Qt Creator 1.3.1?

I just downloaded and installed Qt Creator 1.3.1 on my English Windows 7 system from the english download site at http://qt.…

qt-creator
Generate .h and .cpp from .ui file

Suppose I have the file about.ui. How can I make the "about.h" and the "about.cpp" from my .…

qt qt-creator qt-designer qt3
Qt: CONFIG += C++11, but -std=c++0x

When I compile a project under Qt Creator 2.8 / Qt5.1 with VS 2010 all is fine. If I do the same with …

c++ c++11 mingw qt-creator qt5.1
Can't use c++17 features using g++ 7.2 in QtCreator

I have recently updated gcc and g++ to version 7.2. I would like to try out std::experimental::any and std::…

c++ qt-creator c++17 variant
error: Unknown module(s) in QT: qml quick - Qt Creator

I installed Qt Creator via the Software Manager on Linux Mint 18 (x86_64). I made a few sample projects, and some …

c++ qt qt-creator qtquick2 linux-mint