qt-material-widgets/__old/examples/tableexamples.h

16 lines
241 B
C
Raw Normal View History

2017-09-29 14:26:27 +00:00
#ifndef TABLEEXAMPLES_H
#define TABLEEXAMPLES_H
#include "examplelist.h"
class TableExamples : public ExampleList
{
Q_OBJECT
public:
explicit TableExamples(QWidget *parent = 0);
~TableExamples();
};
#endif // TABLEEXAMPLES_H