Qt Creator is a comprehensive open source C++ IDE which is part of the Qt Project.
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 qtsvgI'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-creatorWhen 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 qsplitterI'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 glewI 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 gdbserverFor 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 coutI have a quad-core i7 CPU on my windows desktop. I am trying to get mingw32-make to compile using …
qt qt-creator mingw32Using the designer in Qt creator I have created a dialog that contains various widgets in a vertical layout. One …
c++ qt layout qt-creator qlayoutI realize that there have been similar questions, but they seem to have been from when Qt Creator was still …
visual-studio qt ide qt-creatorI want to make a group box shown only when a radio button is selected. I managed to do that …
qt qt-creator qt-designer