Top "Qt3" questions

For issues relating to using the Qt framework, version 3.

Generate .h and .cpp from .ui file

Suppose I have the file about.ui. How can I make the "about.h" and the "about.cpp" from my .…

qt qt-creator qt-designer qt3
How to convert QIcon to QPixmap

I have following code and I have to change it with Qt4 code. QIcon icon; QPixmap pixmap = icon.pixmap(); // Qt3 …

c++ qt qt4 qt3
Adding custom widgets to QMenuBar

Qt3 used to provide QMenuBar::insertItem with QWidget* parameter. This way any custom widget could be added to menu bar …

qt4 porting qt3
Qt, how to set text edit scroll bar to the bottom? C++

I have the text edit box as a chat window, but I was wondering if there was a way to …

c++ qt qt3
QDateTime to QString with milliseconds in Qt3

Is there a way in Qt3 to convert QDateTime into a QString and back to QDateTime, so that eventually QDateTime …

qt qstring qt3 qdatetime