Qt Versit C++ Classes

The QtVersit module provides classes for personal information management. More...

Detailed Description

The Qt Versit API allows you to take standard VCard and VCal formatted test files and import your calendar or contact information into the Qt Organizer and Qt Contact APIs, resepectively. Alternatively the organizer and contacts information and export to VCal or VCard files which you can then import into other calendars and contacts, or easily share this with others through bluetooth or email, for example.

To include the definitions of the module's classes, use the following directive:


  #include <QtVersit>
  #include <QtVersitOrganizer>

To link against the module, add this line to your qmake .pro file:


  QT += versit versitorganizer