Nombre de lignes : 26 lignes
Afficher ce fichier en plein écran
- #ifndef MYTABLEUR_H
- #define MYTABLEUR_H
-
- #include<QTableWidget>
- #include<Qobject>
-
- #include "Window.h"
-
- class QTableWidget;
- class QWidget;
- class Window;
-
- class MyTableur : public QTableWidget
- {
- Q_OBJECT
- public:
- explicit MyTableur(QWidget *parent = 0);
- Window *m_Win;
-
- public slots:
- void Nvll(int Ligne, int Colone);
-
- };
-
- #endif // MYTABLEUR_H