|
#ifndef RAISEDBUTTONEXAMPLES_H
|
|
#define RAISEDBUTTONEXAMPLES_H
|
|
|
|
#include "examplelist.h"
|
|
|
|
class RaisedButtonExamples : public ExampleList
|
|
{
|
|
Q_OBJECT
|
|
|
|
public:
|
|
explicit RaisedButtonExamples(QWidget *parent = 0);
|
|
~RaisedButtonExamples();
|
|
};
|
|
|
|
#endif // RAISEDBUTTONEXAMPLES_H
|