Top "Qt-creator" questions

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

Configuring the GCC compiler switches in Qt, QtCreator, and QMake

I recently tried to use Qt Creator 1.3.2, Qt 4.6.2, and GCC 4.4.0 (32-bit version) on Windows 7 (64-bit) to compile an application using …

c++ qt c++11 qt-creator
How to find Version of Qt?

How do I know which version of Qt I am using? When I open Qt Creator it shows "Welcome to …

qt4 pyqt qt-creator qtcore qtcpsocket
Adding extra compiler option in Qt

Where in Qt can I specify additional compiler options? Like for example -std=c++0x?

c++ qt qt-creator
Compile a Qt project from command Line

I am developing a application using Qt, the C++ library/framework. Using the QT-Creator I can compile my project just …

c++ qt qt-creator
How to create a subdirectory for a project QtCreator?

I would like to divide my Qt project into several directories because it is growing pretty large. However, when I …

qt qt-creator qmake
QtCreator and Command Line Arguments

Is there a way to send command line arguments to a program being debugged in QtCreator?

qt qt-creator
Console input with Qt Creator

I'm developping a very simple app on my Mac using QtCreator. It's a console application and I want the user …

qt qt-creator
What's the difference between QMainWindow, QWidget and QDialog?

What's the difference between QMainWindow, QWidget and QDialog?

qt4 qt-creator qtwidgets
How to make Qt and Qtcreator link the libraries statically instead of dynamic?

I know it might be a question similar to many others, but after searching for many times and failing to …

c++ qt qt-creator