2016-03-22 14:20:06 +00:00
|
|
|
#ifndef SLIDEREXAMPLES_H
|
|
|
|
#define SLIDEREXAMPLES_H
|
|
|
|
|
2016-03-22 14:20:34 +00:00
|
|
|
#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
|