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

16 lines
243 B
C
Raw Normal View History

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