22 #ifndef STRINGEDITOR_H 23 #define STRINGEDITOR_H 29 #include <tulip/tulipconf.h> 35 class TLP_QT_SCOPE StringEditor :
public QDialog {
36 QString currentString;
40 explicit StringEditor(QWidget *parent = NULL);
42 QString getString()
const;
43 void setString(
const QString& qstr);
46 void showEvent(QShowEvent* ev);
54 #endif // STRINGEDITOR_H