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

16 lines
235 B
C
Raw Normal View History

2017-09-29 14:26:27 +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