Results 1 to 6 of 6

Thread: Implementation for QtCore classes

  1. #1

    Default Implementation for QtCore classes

    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.

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Implementation for QtCore classes

    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.

  3. #3

    Default Re: Implementation for QtCore classes

    There isn't any .cpp file for Qt classes under /usr/include/qt4 or anywhere else in the system.

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Implementation for QtCore classes

    Because you don't have the source files for Qt, only the include files.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  5. #5

    Default Re: Implementation for QtCore classes

    Do you know the name of the package under kubuntu? I could not find it anywhere?

  6. #6
    Join Date
    Feb 2008
    Posts
    98
    Thanks
    2
    Thanked 24 Times in 24 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Implementation for QtCore classes

    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

Similar Threads

  1. Correct Member Sheet Extension Implementation
    By PeeAeMKAy in forum Qt Programming
    Replies: 8
    Last Post: 17th July 2009, 15:47
  2. Replies: 2
    Last Post: 13th March 2009, 11:23
  3. Professional Classes & Objects Structure
    By webstylemedia in forum Newbie
    Replies: 4
    Last Post: 4th August 2008, 10:50
  4. UI implementation style
    By goes2bob in forum Qt Tools
    Replies: 2
    Last Post: 15th August 2007, 23:37
  5. Adding nonQt classes to QtApplication
    By codebehind in forum Newbie
    Replies: 11
    Last Post: 23rd April 2007, 21:08

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.