Top "Qt-creator" questions

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

Unknown module(s) in QT: svg

Added QT += svg and I tried just QT += svg and greaterThan(QT_MAJOR_VERSION, 4): QT += svg to the .pro solution …

qt ubuntu qt-creator qmake qtsvg
Importing a CMake project in QtCreator

I'm trying to import my Cmake project in QtCreator, which I'd want to use as code editor, but with completition …

qt ubuntu build cmake qt-creator
How to manage QSplitter in Qt Designer

When I press a button, I bring up a dialog where user select things and press 'Ok' at the end. …

c++ qt qt-creator qt-designer qsplitter
Failed to Initialize GLEW. Missing GL version

I've tried to set up SFML 2.0 with the latest version of the qt creator, I've set up SFML right and …

c++ opengl qt-creator sfml glew
gdb remote cross debugging fails with "Remote 'g' packet reply is too long"

I have a problem with remote debugging. Host: laptop intel i5 with ubuntu 10.10 x86 Target: Freescale iMX35 (iMX35 PDK) arm 11 …

debugging qt4 gdb qt-creator gdbserver
What can explain std::cout not to display anything?

For whatever reason, std::cout does not display anything with my application. The description of my development environment follows. I …

c++ visual-studio qt qt-creator cout
How to compile on multiple cores using mingw inside QTCreator

I have a quad-core i7 CPU on my windows desktop. I am trying to get mingw32-make to compile using …

qt qt-creator mingw32
Setting text on a QLabel in a layout, doesn't resize

Using the designer in Qt creator I have created a dialog that contains various widgets in a vertical layout. One …

c++ qt layout qt-creator qlayout
Qt: Should I use Visual Studio, Qt Creator or something else?

I realize that there have been similar questions, but they seem to have been from when Qt Creator was still …

visual-studio qt ide qt-creator
Initially hidden control in Qt Creator

I want to make a group box shown only when a radio button is selected. I managed to do that …

qt qt-creator qt-designer