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

16 lines
271 B
C
Raw Normal View History

2017-09-29 14:26:27 +00:00
#ifndef FLATBUTTONEXAMPLES_H
#define FLATBUTTONEXAMPLES_H
#include "examplelist.h"
class FlatButtonExamples : public ExampleList
{
Q_OBJECT
public:
explicit FlatButtonExamples(QWidget *parent = 0);
~FlatButtonExamples();
};
#endif // FLATBUTTONEXAMPLES_H