PDA

View Full Version : Implementation for QtCore classes



suikodian
30th August 2009, 22:53
Where can I find the implementation of QtCore classes?
I was looking under /usr/include/qt4/QtCore but the only files there are .h and empty C files.

Lykurg
30th August 2009, 22:58
QtCore is only an alias for including all headers inside the QtCore module. Therefore there is no implementation. Look direct for the *.cpp of the classes inside that module like QString.

suikodian
30th August 2009, 23:08
There isn't any .cpp file for Qt classes under /usr/include/qt4 or anywhere else in the system.

wysota
30th August 2009, 23:24
Because you don't have the source files for Qt, only the include files.

suikodian
30th August 2009, 23:37
Do you know the name of the package under kubuntu? I could not find it anywhere?

victor.fernandez
31st August 2009, 07:48
If you want to take a look at the source code of Qt, it will be easier just to download it:

http://qt.nokia.com/downloads/linux-x11-cpp