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

16 lines
227 B
C
Raw Normal View History

2017-09-29 14:26:27 +00:00
#ifndef EXAMPLELIST_H
#define EXAMPLELIST_H
#include <QScrollArea>
class ExampleList : public QScrollArea
{
Q_OBJECT
public:
explicit ExampleList(QWidget *parent = 0);
~ExampleList();
};
#endif // EXAMPLELIST_H