#ifndef PROPERTYDLGIMPL_H #define PROPERTYDLGIMPL_H // #include "ui_propertydlg.h" // class PropertyDlgImpl : public QDialog, public Ui::propertyDlg { Q_OBJECT public: PropertyDlgImpl( QWidget * parent = 0, Qt::WFlags f = 0 ); void setupData(QString dateFormat, QString name, QString type, QDateTime creationDate); private slots: }; #endif