2016-03-20 08:56:29 +00:00
|
|
|
#ifndef TABLEEXAMPLES_H
|
|
|
|
#define TABLEEXAMPLES_H
|
|
|
|
|
2016-03-20 08:58:02 +00:00
|
|
|
#include "examplelist.h"
|
|
|
|
|
|
|
|
class TableExamples : public ExampleList
|
|
|
|
{
|
|
|
|
Q_OBJECT
|
|
|
|
|
|
|
|
public:
|
|
|
|
explicit TableExamples(QWidget *parent = 0);
|
|
|
|
~TableExamples();
|
|
|
|
};
|
|
|
|
|
2016-03-20 08:56:29 +00:00
|
|
|
#endif // TABLEEXAMPLES_H
|