Require HarfBuzz 1.8 or newer.
[ttfautohint.git] / frontend / ttlineedit.h
blob8678c83094ab3c023867783116ca62083752701f
1 // ttlineedit.h
3 // Copyright (C) 2012-2020 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