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

16 lines
247 B
C
Raw Normal View History

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