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 {
45 RenamePropertyDialog(QWidget *parent = NULL);
46 ~RenamePropertyDialog();
56 QWidget* parent=NULL);
59 Ui::RenamePropertyDialogData *ui;
62 #endif // RENAMEPROPERTYDIALOG_H
PropertyInterface describes the interface of a graph property.