Questions specifically relating to the deprecated version 4.x.x of the Qt C++ GUI library.
I'm a newbie to Qt/Embedded. I want to use QPainter to draw stuff on a QPixmap, which will be …
qt qt4 qgraphicsscene qpainter qpixmapI am programming a GUI with Qt library. In my GUI I have a huge std::map. "MyType" is a …
c++ qt serialization qt4I have a problem with my Qt application. I'm trying to emit a signal from within another class (it is …
c++ qt qt4 signals-slotsAfter searching for a while I saw that they way to set a visible border on a groupbox is to …
qt qt4If a cell have some data, using tableWidget->item(8,0)->setBackgroundColor(Qt::red); to change the background color …
qt qt4 qtablewidget qt4.8 qtablewidgetitemI have a open file dialog with three filters: QString fileName = QFileDialog::getOpenFileName( this, title, directory, tr("JPEG (*.jpg *.jpeg);; …
c++ qt qt4Whenever 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-designerWhat is the best way to tell if a QString is made up of just numbers? There doesn't appear to …
c++ qt qt4