Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Doc. Fix.
[graphlib.git] / index.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3   <head>
4     <title>Petite bibliothèque graphique</title>
5     <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6   </head>
7
8   <body>
9     <h1>Petite bibliothèque graphique</h1>
10
11     <p>
12       Voici quelques lignes de codes devant permettre d'écrire de
13       manière assez simples des petites applications graphiques en C++.
14       Le code s'appuie sur la bibliothèque <a
15         href="http://trolltech.com/products/qt">Qt</a>.
16     </p>
17     <p>
18       Voir la documentation et les exemples fournis pour en comprendre
19       l'utilisation.
20     </p>
21
22     <h2>Documentation</h2>
23
24     La documentation se trouve <a
25     href="./html/classDrawingWindow.html">par ici</a>&hellip;  Des
26     exemples d'utilisation sont <a href="html/examples.html">par
27     là</a>.
28
29     <h2>Télécharger</h2>
30
31     <p>Le code source&hellip;</p>
32     <ul>
33       <li><a href="DrawingWindow.h"><tt>DrawingWindow.h</tt></a></li>
34       <li><a href="DrawingWindow.cpp"><tt>DrawingWindow.cpp</tt></a></li>
35     </ul>
36
37     <p>Un exemple d'utilisation&hellip;</p>
38     <ul>
39       <li><a href="exemple.cpp"><tt>exemple.cpp</tt></a></li>
40       <li><a href="exemple.pro"><tt>exemple.pro</tt></a></li>
41     </ul>
42
43     <h2>Contacts</h2>
44
45     Tous commentaires, suggestions, rapports de bugs, etc. peuvent
46     m'être envoyés à l'adresse &lt;<a href="mailto:Arnaud Giersch
47     <arnaud.giersch@iut-bm.univ-fcomte.fr>">arnaud.giersch@iut-bm.univ-fcomte.fr</a>&gt;.
48
49     <hr>
50     <address><a href="mailto:arnaud.giersch@iut-bm.univ-fcomte.fr">Arnaud Giersch</a></address>
51 <!-- Created: Mon Nov 26 14:32:54 CET 2007 -->
52 <!-- hhmts start -->
53 Derni&egrave;re modification&nbsp;: vendredi 21 novembre 2008, 08:12:11 CET
54 <!-- hhmts end -->
55   </body>
56 </html>