dridk / estel

simulator of life evolution
1 stars 0 forks source link

create PlotWidget to show population #39

Closed dridk closed 11 years ago

dridk commented 12 years ago

Crée un widget qui affiche la courbe de population : un peu comme ca : http://images.sixrevisions.com/2010/06/03-02_google_analytics.png

Pour faire : 1.Crée un widget heritant de QWidget 2.surcharger la methode void paint(QpaintEvent ..)

  1. faire dedans un QPainter painter(this) 4.Utiliser les methode de painter
dridk commented 11 years ago

Unnecessary..QcustomPlot did the job