qt-material-widgets/examples/toggleexamples.h

16 lines
247 B
C
Raw Normal View History

2016-03-26 06:41:46 +00:00
#ifndef TOGGLEEXAMPLES_H
#define TOGGLEEXAMPLES_H
#include "examplelist.h"
class ToggleExamples : public ExampleList
{
Q_OBJECT
public:
explicit ToggleExamples(QWidget *parent = 0);
~ToggleExamples();
};
#endif // TOGGLEEXAMPLES_H