stat.h
Ir para a documentação deste ficheiro.00001 #ifndef _STAT_H
00002 #define _STAT_H
00003
00004 #include "ui_stat.h"
00005
00006 class Stat : public QWidget, public Ui::Stat
00007 {
00008 Q_OBJECT
00009
00010 public:
00011 Stat(QWidget *parent = 0, Qt::WFlags f = 0);
00012 };
00013
00014 #endif
00015