Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 4442dd9bdde98a1d9ca2177557e87d7d > files > 433

libqxt-devel-0.6.1-3.fc15.i686.rpm

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- /builddir/build/BUILD/libqxt/doc/src/pages.qdoc -->
<head>
  <title>Qxt's Modules</title>
  <link href="stylesheet.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" valign="top" width="32"><a href="http://libqxt.org"><img src="images/qxt-logo.png" width="50" height="40" align="left" border="0" /></a></td>
<td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="modules.html"><font color="#004faf">Modules</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">Classes</font></a>&nbsp;&middot; <a href="namespaces.html"><font color="#004faf">Namespaces</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">Functions</font></a></td>
<td align="right" valign="top" width="230"></td></tr></table><h1 class="title">Qxt's Modules<br /><span class="subtitle"></span>
</h1>
<p>Qxt consists of several modules, each of which lives in a separate library:</p>
<p><table width="80%" align="center" cellpadding="2" cellspacing="1" border="0">
<tr valign="top" class="odd"><td><a href="qxtberkeley.html">QxtBerkeley</a></td><td>The <a href="qxtberkeley.html">QxtBerkeley</a> module provides a Qt interface to the Berkeley DB.</td></tr>
<tr valign="top" class="even"><td><a href="qxtcore.html">QxtCore</a></td><td>The <a href="qxtcore.html">QxtCore</a> module extends <a href="http://doc.qtsoftware.com/4.5/qtcore.html">QtCore</a> and contains core non-GUI functionality.</td></tr>
<tr valign="top" class="odd"><td><a href="qxtgui.html">QxtGui</a></td><td>The <a href="qxtgui.html">QxtGui</a> module extends <a href="qxtcore.html">QxtCore</a> and <a href="http://doc.qtsoftware.com/4.5/qtgui.html">QtGui</a>.</td></tr>
<tr valign="top" class="even"><td><a href="qxtnetwork.html">QxtNetwork</a></td><td>The <a href="qxtnetwork.html">QxtNetwork</a> module extends <a href="http://doc.qtsoftware.com/4.5/qtnetwork.html">QtNetwork</a> with RPC functionality.</td></tr>
<tr valign="top" class="odd"><td><a href="qxtsql.html">QxtSql</a></td><td>The <a href="qxtsql.html">QxtSql</a> module extends <a href="http://doc.qtsoftware.com/4.5/qtsql.html">QtSql</a> with serializable queries.</td></tr>
<tr valign="top" class="even"><td><a href="qxtweb.html">QxtWeb</a></td><td>The <a href="qxtweb.html">QxtWeb</a> module provides tools for creating web services using Qt.</td></tr>
<tr valign="top" class="odd"><td><a href="qxtzeroconf.html">QxtZeroconf</a></td><td>Qxt <a href="qxtzeroconf.html">QxtZeroconf</a> module implements configure free service discovery</td></tr>
</table></p>
<p>To use one of these modules, add them to the QXT variable in your qmake project (.pro) file. For example:</p>
<pre>    CONFIG += qxt
    QXT += network</pre>
<p>The <a href="qxtcore.html">QxtCore</a> and <a href="qxtgui.html">QxtGui</a> modules are included by default. To link only against <a href="qxtcore.html">QxtCore</a>, do this:</p>
<pre>    QXT = core</pre>
<p>See also <a href="classes.html">Qxt's Classes</a>, <a href="namespaces.html">Qxt's Namespaces</a>, and <a href="functions.html">Qxt's Functions</a>.</p>
<p><table width="100%" class="annotated" cellpadding="2" cellspacing="1" border="0">
</table></p>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td align="left">Copyright &copy; 2007-2010
<a href="mailto:foundation@libqxt.org">Qxt Foundation</a></td>
<td align="right"><div align="right">
<a href="http://libqxt.org">Qxt</a> 0.6.1</div></td>
</tr></table></div></address></body>
</html>