File: index.html

package info (click to toggle)
libqwt 4.2.0-4.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 9,832 kB
  • ctags: 5,512
  • sloc: cpp: 22,973; ansic: 244; makefile: 66
file content (64 lines) | stat: -rw-r--r-- 5,816 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Qwt User&apos;s Guide: Qwt - Qt Widgets for Technical Applications</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.8 -->
<div class="qindex"><a class="qindexHL" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="classes.html">Alphabetical&nbsp;List</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
<h1>Qwt - Qt Widgets for Technical Applications </h1>
<p>
<h3 align="center">4.2.0 </h3>The Qwt library contains GUI Components and utility classes which are primarily useful for programs with a technical background. Beside a 2D plot widget it provides scales, sliders, dials, compasses, thermometers, wheels and knobs to control or display values, arrays, or ranges of type double.<p>
<div align="center">
<img src="plot.gif" alt="plot.gif">
</div>
<h2><a class="anchor" name="homepage">
Project page</a></h2>
The official project page is hosted at <a href="http://qwt.sourceforge.net">sourceforge</a><h2><a class="anchor" name="license">
License</a></h2>
Qwt is distributed under the terms of the <a class="el" href="qwtlicense.html">Qwt License, Version 1.0</a>.<h2><a class="anchor" name="mailinglist">
Mailing list</a></h2>
For all kind of Qwt related questions there is a Qwt <a href="http://sourceforge.net/mail/?group_id=13693">mailing list</a>.<h2><a class="anchor" name="supportedplatforms">
Supported platforms</a></h2>
Qwt might be usable in all environments where you find a <a href="http://www.trolltech.com/products/qt/index.html">Qt</a> &gt;= 2.3.0. Unfortunately the resources of the Qwt team are limited. All we are using is:<ul>
<li>Qt/X11 with gcc on Linux<br>
</li><li>Qt/Win 2.3.0 non commercial</li></ul>
<h2><a class="anchor" name="screenshotsonmainpage">
Screenshots</a></h2>
<ul>
<li><a class="el" href="plotscreenshots.html">QwtPlot</a><br>
</li><li><a class="el" href="curvescreenshots.html">QwtCurve</a><br>
</li><li><a class="el" href="scalescreenshots.html">QwtScaleDraw</a><br>
</li><li><a class="el" href="knobscreenshots.html">QwtKnob</a><br>
</li><li><a class="el" href="sliderscreenshots.html">QwtSlider</a><br>
</li><li><a class="el" href="dialscreenshots.html">QwtDial</a><br>
</li><li><a class="el" href="compassscreenshots.html">QwtCompass</a><br>
</li><li><a class="el" href="thermoscreenshots.html">QwtThermo</a><br>
</li><li><a class="el" href="wheelscreenshots.html">QwtWheel</a><br>
</li><li><a class="el" href="counterscreenshots.html">QwtCounter</a><br>
</li><li><a class="el" href="pushbuttonscreenshots.html">QwtPushButton</a></li></ul>
<p>
<h2><a class="anchor" name="downloads">
Downloads</a></h2>
Stable releases, prereleases and snapshots are available at the Qwt <a href="http://sourceforge.net/projects/qwt">project page</a>.<p>
Qwt doesnt distribute binary packages, but you find some for the following Linux distributions: <a href="http://packages.qa.debian.org/libq/libqwt.html">Debian</a>, <a href="http://packages.gentoo.org/packages/?category=x11-libs;name=qwt">Gentoo</a>. Please report links that are not listed here.<p>
For anonymous CVS (a couple of hours old) try: <div class="fragment"><pre>cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/qwt login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/qwt co qwt
</pre></div><h2><a class="anchor" name="installonmainpage">
Installation</a></h2>
Have a look at the qwt.pro project file. It is prepared for building dynamic libraries in Win32 and Unix/X11 environments. If you don't know what to do with it, read the file <a class="el" href="qwtinstall.html">INSTALL</a> and/or Trolltechs <a href="http://www.trolltech.com/developer/documentation/index.html">tmake/qmake</a> documentation. Once you have build the library you have to install all files from the lib, include and doc directories.<p>
On RPM based systems you can adjust <a class="el" href="qwtspec.html">qwt.spec</a> and build your own RPM package. Read the comments in qwt.spec for the details.<h2><a class="anchor" name="relatedprojects">
Related Projects</a></h2>
<a href="http://pyqwt.sourceforge.net">PyQwt</a>, a set of Qwt Python bindings.<br>
 <a href="http://qwtplot3d.sourceforge.net">QwtPlot3D</a>, an OpenGL 3D plot widget.<br>
 <a href="http://pvbrowser.org">ProcessViewBrowser</a>, including a RPC interface to the Qwt widget set.<br>
 <a href="http://soft.proindependent.com/qtiplot.html">QtiPlot</a>, data analysis and scientific plotting tool, using <a class="el" href="class_qwt_plot.html">QwtPlot</a>.<h2><a class="anchor" name="credits">
Credits:</a></h2>
<dl compact><dt><b>Authors: </b></dt><dd>Josef Wilgen ( &lt;= Qwt 0.2 ), Uwe Rathmann </dd></dl>
<dl compact><dt><b>Project admin:</b></dt><dd>Uwe Rathmann &lt;<a href="mailto:rathmann@users.sourceforge.net">rathmann@users.sourceforge.net</a>&gt; </dd></dl>
<dl compact><dt><b>Developers:</b></dt><dd>Gerard Vermeulen, Micha Bieber, Roy Dennington </dd></dl>
<dl compact><dt><b>Contributors:</b></dt><dd>Pieter van Beek, Borries Demeler, Andy Thaller, Dimitri Papadopolis, Jan Kellmer, Kai Engels, Karl Waedt </dd></dl>
<hr size="1"><address style="align: right;"><small>Generated on Tue Nov 16 21:12:20 2004 for Qwt User's Guide by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
</body>
</html>