2016-03-19 13:40:19 +00:00
|
|
|
#ifndef APPBAREXAMPLES_H
|
|
|
|
#define APPBAREXAMPLES_H
|
|
|
|
|
|
|
|
#include "examplelist.h"
|
|
|
|
|
2016-06-19 09:17:31 +00:00
|
|
|
class AppBarExamples : public QWidget
|
2016-03-19 13:40:19 +00:00
|
|
|
{
|
|
|
|
Q_OBJECT
|
|
|
|
|
|
|
|
public:
|
|
|
|
explicit AppBarExamples(QWidget *parent = 0);
|
|
|
|
~AppBarExamples();
|
|
|
|
};
|
|
|
|
|
|
|
|
#endif // APPBAREXAMPLES_H
|