qt-material-widgets/examples/textfieldexamples.h

16 lines
265 B
C
Raw Normal View History

2016-04-14 13:47:27 +00:00
#ifndef TEXTFIELDEXAMPLES_H
#define TEXTFIELDEXAMPLES_H
#include "examplelist.h"
class TextFieldExamples : public ExampleList
{
Q_OBJECT
public:
explicit TextFieldExamples(QWidget *parent = 0);
~TextFieldExamples();
};
#endif // TEXTFIELDEXAMPLES_H