Logo AND Algorithmique Numérique Distribuée

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