qt-material-widgets/examples/tabsexamples.h

16 lines
235 B
C
Raw Normal View History

2016-03-20 08:26:18 +00:00
#ifndef TABSEXAMPLES_H
#define TABSEXAMPLES_H
#include "examplelist.h"
class TabsExamples : public ExampleList
{
Q_OBJECT
public:
explicit TabsExamples(QWidget *parent = 0);
~TabsExamples();
};
#endif // TABSEXAMPLES_H