OSDN Git Service

a2移行前のバックアップ。
[wordring-tm/wordring-tm.git] / widgets / ExpandPanel / expandplaintextedit.h
1 #ifndef EXPANDPLAINTEXTEDIT_H
2 #define EXPANDPLAINTEXTEDIT_H
3
4 #include "expandpanel.h"
5
6 #include <QPlainTextEdit>
7
8 class ExpandPlainTextEdit : public ExpandPanel<QPlainTextEdit>
9 {
10         Q_OBJECT
11 public:
12         ExpandPlainTextEdit(ExpandContainer *parent = 0);
13 };
14
15 #endif // EXPANDPLAINTEXTEDIT_H