qt-material-widgets/examples/flatbuttonexamples.h

16 lines
271 B
C
Raw Normal View History

#ifndef FLATBUTTONEXAMPLES_H
#define FLATBUTTONEXAMPLES_H
2016-03-19 13:40:19 +00:00
#include "examplelist.h"
class FlatButtonExamples : public ExampleList
{
Q_OBJECT
public:
explicit FlatButtonExamples(QWidget *parent = 0);
~FlatButtonExamples();
};
#endif // FLATBUTTONEXAMPLES_H