Top "Qt-creator" questions

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

How to add submenu in Qt

How do I add a submenu from the menu below? I need a submenu to open, say, after clicking "A-&…

qt qt4 qt-creator
QTCreator copy files to output directory with INSTALLS

I have two sub directories docroot and config in my Qt project. Files in these directories shall be copied to …

qt build qt-creator qmake
How do "theme" icons work in Qt Creator Designer?

When I create the "Command link button" (QCommandLinkButton) it has relatively nice green arrow icon. I would like to see …

qt qt-creator qt-designer
QMainWindow: No Such File Or Directory

I'm using QT Creator 3.5.1 and QT 4.8.2 on Ubuntu 14.04 LTS host machine, I configured my BeagleBone Kit for ARM crosscompiling like …

c++ qt ubuntu qt-creator beagleboneblack
Best Practices for "Cross-Platform" Development with Qt

According to qt.nokia.com, Qt is a "cross-platform application and UI framework", allowing you to "write code once to …

qt qt-creator
QLabel embedding in QStatusBar using Qt Designer

Is there any solution to embed a QLabel in QStatusBar using Qt Designer?

qt label qt-creator qt-designer qstatusbar
Running debug mode in Qt Creator

I am trying to compile some demo code (specifically, the pcl_visualizer demo that comes with the Point Cloud library). …

qt qt-creator
Qt Designer - How to get a widget to span columns?

I created a simple form. I added a PushButton in the bottom right, and then a TabWidget above that. I …

qt4 qt-creator grid-layout
How does Qt5 redirect qDebug() statements to the Qt Creator 2.6 console

After searching around for a reason that qDebug() statements work fine with Qt's standard message handler but fail when I …

c++ qt console qt-creator stderr
Qt - Centering a checkbox in a QTable

In QtCreater I added a table to my project. in my code I am generating some data to output into …

c++ qt qt-creator qtablewidgetitem qcheckbox