Top "Qt-creator" questions

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

QMake - how to copy a file to the output

How can I copy a file from my project to the output directory with qmake? I'm compiling on Linux but …

qt qt-creator qmake
How to deploy my application using Qt-Creator?

I'm trying to deploy my simple Qt project like a hello world. I build it successfully and can also execute …

windows qt deployment qt-creator
How to launch a file browser in a Qt application?

I want to have a button that, when clicked, launches a file browser (like Ctrl + O in Word) and returns …

qt qt-creator
Creating a resource file to use it in Qt Designer

I want to add a background image to a widget and thus I need a resource file but I am …

qt pyqt qt-creator rcc
Using Cmake with Qt Creator

I would like to use Qt creator and Cmake together (please, don't ask me about my motivation, accept this as …

c++ ide cmake qt-creator
How to read out the text from QLineEdit in python?

I have created for my plugin a start GUI with 3 buttons. This works very well and if I click on …

python qt-creator qgis qlineedit
How do I create a custom slot in qt4 designer?

Whenever I use the signal/slot editor dialog box, I have to choose from the existing list of slots. So …

c++ qt qt4 qt-creator qt-designer
Open new dialog from a dialog in qt

I am trying to open a new dialog Window from a existing dialog on a a button click event,but …

qt qt-creator qdialog
How to change a project's name in QtCreator?

Is there a way to change a .pro , .ui and .h names if the project is done? How to do …

c++ qt qt-creator
Where in Qt Creator do I pass arguments to a compiler?

Where in Qt Creator do I pass arguments to a compiler? It isn't really that obvious.

c++ qt qt-creator