qt-material-widgets/examples/iconbuttonexamples.h

16 lines
268 B
C
Raw Normal View History

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