qt-material-widgets/examples/examplelist.h

16 lines
227 B
C
Raw Normal View History

#ifndef EXAMPLELIST_H
#define EXAMPLELIST_H
2016-03-19 13:40:19 +00:00
#include <QScrollArea>
class ExampleList : public QScrollArea
{
Q_OBJECT
public:
explicit ExampleList(QWidget *parent = 0);
~ExampleList();
};
#endif // EXAMPLELIST_H