Top "Qt-creator" questions

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

How to define an OnClick event handler for a button from within Qt Creator?

In visual studio, when designing a windows form, I can easily add an OnClick event handler for a button by …

qt button event-handling onclick qt-creator
Where does QtCreator save its settings?

I would like to locate the folder where QtCreator save all its settings (text editor preferences, syntax highlighting, etc.) so …

qt qt-creator
Use qtcreator with makefile project

I have a makefile project. I know that in Eclipse CDT is possible to load makefile project. Is it possibile …

makefile qt-creator
How can I add a checkbox/radio button to QTableWidget

How can I add a checkbox/radiobutton/combobox to a QTableWidget or a QListWidget?

c++ qt qt4 qt-creator qtablewidget
I have this error in QT creator: Could not find qmake configuration file linux-g++-64

I will work with QT 4.8.6 and i install from Linux Mint software center this three: qt4-dev-tools, qt creator and …

c++ linux qt qt-creator
Using .pri files in Qt

This is a followup to this question How to create a subdirectory for a project in qt-creator?, where the first …

qt qt-creator
INCLUDEPATH in qmake project file doesn't work

I've got a problem with include in a qmake project. In my .pro file I've got: INCLUDEPATH += "C:\OpenCV\build\…

qt qt-creator qmake
Which is better? Qt Creator or Visual Studio IDE

I am currently using Qt Creator 1.3 for my Qt applications. I know it uses jom for make step which is …

visual-studio qt ide qt-creator
How to add pre processing defs (macros) to qt creator?

In Eclipse there is an option to specify pre processing defines (#ifdef macros) to a project by using the Symbols …

qt qt-creator
Qt Designer vs Qt Quick Designer vs Qt Creator?

I have seen references to all three of these applications on various parts of the Qt website but am completely …

qt qml qt-creator qt-designer qt-quick