22 #ifndef PROPERTYCREATIONDIALOG_H
23 #define PROPERTYCREATIONDIALOG_H
27 #include <tulip/tulipconf.h>
30 class PropertyCreationDialog;
35 class PropertyInterface;
50 class TLP_QT_SCOPE PropertyCreationDialog :
public QDialog {
57 explicit PropertyCreationDialog(QWidget *parent = NULL);
61 explicit PropertyCreationDialog(
tlp::Graph* graph,QWidget *parent = NULL);
62 ~PropertyCreationDialog();
87 return _createdProperty;
97 static PropertyInterface* createNewProperty(
tlp::Graph* graph,QWidget* parent=NULL);
103 Ui::PropertyCreationDialog *ui;
104 QPushButton* _createPropertyButton;
106 PropertyInterface* _createdProperty;
110 #endif // PROPERTYCREATIONDIALOG_H