22 #ifndef PROPERTYCREATIONDIALOG_H
23 #define PROPERTYCREATIONDIALOG_H
26 #include <tulip/tulipconf.h>
28 class PropertyCreationDialog;
33 class PropertyInterface;
48 class TLP_QT_SCOPE PropertyCreationDialog :
public QDialog {
55 explicit PropertyCreationDialog(QWidget *parent = NULL);
59 explicit PropertyCreationDialog(
tlp::Graph* graph,QWidget *parent = NULL);
60 ~PropertyCreationDialog();
85 return _createdProperty;
95 static PropertyInterface* createNewProperty(
tlp::Graph* graph,QWidget* parent=NULL);
101 Ui::PropertyCreationDialog *ui;
102 QPushButton* _createPropertyButton;
104 PropertyInterface* _createdProperty;
108 #endif // PROPERTYCREATIONDIALOG_H