Top "Qt-creator" questions

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

Use of Qt standard icons from within Qt Creator

I would like to use the Qt Standard icons (as here). I have found many examples how to set the …

windows-7 icons qt-creator
Set widget in center in QDesigner

Is it possible to set widget in center of dialog or windows in QDesigner, say I have a widget contain 3 …

qt qt4 qt-creator qt-designer
In Qt Creator, examples are missed

Installed Qt Creator 2.8 in ArchLinux Installed qt5-* (* as every related package) using pacman examples were not available in the …

qt qt-creator archlinux
What is the shortcut to format code in Qt Creator?

I want to format my Qt code via a shortcut in Qt Creator, just like ctrl + shift + F in Eclipse. …

qt qt-creator keyboard-shortcuts
How to convert QtCreator project to Visual Studio project

I have a QtCreator project file *.pro How to convert it to Visual Studio 2008 project *.sln?

visual-studio-2008 project qt-creator project-conversion
qMake: How exactly does qmake interpret the "CONFIG(debug, debug|release)" syntax

I read though HERE, yet I still don't understand the syntax of the qmake CONFIG variable. for example, if I …

qt qt-creator qmake
Why does my Qt 4.5 app open a console window under Windows?

I've been playing around with Qt Creator 4.5 under Linux. My application builds just fine under Linux, but if I build …

windows qt console mingw qt-creator
Accessing Qt Layout created in UI from code?

This is probably the dumbest problem I have ever had, but I am extremely confused. I am trying to get …

c++ qt layout widget qt-creator
How to check if a program is running by its name with Qt (C++)

How to check if a program is running, by its name, with Qt (C++). Will QProcess::pid do the job? …

c++ qt process qt-creator qprocess
How to detect memory leaks in QtCreator on Windows?

How can I detect memory leaks in QtCreator on Windows? On the doc, they recommend Memcheck but it only works …

c++ windows memory-leaks qt-creator detect