| Home · Modules · Classes · Namespaces · Functions |
Qxt consists of several modules, each of which lives in a separate library:
| QxtBerkeley | The QxtBerkeley module provides a Qt interface to the Berkeley DB. |
| QxtCore | The QxtCore module extends QtCore and contains core non-GUI functionality. |
| QxtGui | The QxtGui module extends QxtCore and 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. |
| QxtZeroConf | TODO |
If you use qmake to build your projects, the QxtCore and QxtGui modules are included by default. To link only against QxtCore, add the following line to your .pro file:
QXT = core
See also Qxt's Classes, Qxt's Namespaces, and Qxt's Functions.
| Copyright © 2007-2009 Qxt Foundation |
Qxt 0.6.0 |