21 #ifndef RENAMEPROPERTYDIALOG_H
22 #define RENAMEPROPERTYDIALOG_H
24 #include <tulip/tulipconf.h>
29 class RenamePropertyDialogData;
34 class PropertyInterface;
43 class TLP_QT_SCOPE RenamePropertyDialog :
public QDialog {
46 RenamePropertyDialog(QWidget *parent = NULL);
47 ~RenamePropertyDialog();
57 QWidget* parent=NULL);
60 Ui::RenamePropertyDialogData *ui;
63 #endif // RENAMEPROPERTYDIALOG_H
PropertyInterface describes the interface of a graph property.