Questions related to the QtCore module that provides core non-graphical classes used by other modules.
I'm having issues with QByteArray and QString. I'm reading a file and stores its information in a QByteArray. The file …
c++ qt qstring qtcore qbytearrayHow do I know which version of Qt I am using? When I open Qt Creator it shows "Welcome to …
qt4 pyqt qt-creator qtcore qtcpsocketWhat is the difference between *.pro and *.pri configuration files for qmake? What should go into a *.pro file and …
qt qmake qtcoreI have to use the output of a function of a type const char* and I need to convert it …
c++ qt qstring qtcore const-castI'm writing a program that send an UDP frame every 10 mS. Here's how my program is supposed to work : I've …
c++ qt qtcore qobject qt-signals