21 #ifndef STRINGEDITOR_H 22 #define STRINGEDITOR_H 28 #include <tulip/tulipconf.h> 34 class TLP_QT_SCOPE StringEditor :
public QDialog {
35 QString currentString;
39 explicit StringEditor(QWidget *parent =
nullptr);
41 QString getString()
const;
42 void setString(
const QString &qstr);
45 void showEvent(QShowEvent *ev)
override;
49 void done(
int r)
override;
53 #endif // STRINGEDITOR_H