Qxt's Modules

Qxt consists of several modules, each of which lives in a separate library.

QxtBerkeley

A Qt Interface to the Berkeley DB.

QxtCore

The QxtCore module extends QtCore and contains core non-GUI functionality.

QxtCrypto

The QxtCrypto module provides tools for encryption and hashing.

QxtGui

The QxtGui module extends QtGui.

QxtNetwork

The QxtNetwork module extends QtNetwork with RPC functionality.

QxtSql

The QxtSql module extends QtSql with serializable queries.

QxtWeb

The QxtWeb module provides tools for creating web services using Qt.

If you use qmake to build your projects, you can tell qmake to link and include a specific module (this example uses core and gui) by adding the following line to your .pro file:

CONFIG  += qxt
QXT += core gui

On Windows, if you do not use qmake or the Qxt Integration you have to

  1. add {libqxtinstalldir}\include\qxt\QxtCore to your include path
  2. add the library QxtCore.lib to your project

See also Qxt's Classes.



Copyright © 2007 Qxt Foundation Trademarks
Qt Extension Library 0.5