RIP, Vernon...
[ttfautohint.git] / frontend / ttlineedit.h
blob331c851d563a7a9b16d64dc50da86f1a1595c708
1 // ttlineedit.h
3 // Copyright (C) 2012-2016 by Werner Lemberg.
4 //
5 // This file is part of the ttfautohint library, and may only be used,
6 // modified, and distributed under the terms given in `COPYING'. By
7 // continuing to use, modify, or distribute this file you indicate that you
8 // have read `COPYING' and understand and accept it fully.
9 //
10 // The file `COPYING' mentioned in the previous paragraph is distributed
11 // with the ttfautohint library.
14 #ifndef TTLINEEDIT_H_
15 #define TTLINEEDIT_H_
17 #include <config.h>
19 #include <QLineEdit>
21 class Tooltip_Line_Edit
22 : public QLineEdit
24 Q_OBJECT
26 public:
27 Tooltip_Line_Edit(QWidget* = 0);
29 public slots:
30 void change_tooltip(QString);
34 #endif // TTLINEEDIT_H_
36 // end of ttlineedit.h