qt-material-widgets/examples/sliderexamples.h

16 lines
247 B
C
Raw Normal View History

2016-03-22 14:20:06 +00:00
#ifndef SLIDEREXAMPLES_H
#define SLIDEREXAMPLES_H
#include "examplelist.h"
class SliderExamples : public ExampleList
{
Q_OBJECT
public:
explicit SliderExamples(QWidget *parent = 0);
~SliderExamples();
};
2016-03-22 14:20:06 +00:00
#endif // SLIDEREXAMPLES_H