#ifndef NEWFOLDERDIALOG_H #define NEWFOLDERDIALOG_H #include #include namespace Ui { class NewFolderDialog; } class NewFolderDialog : public QDialog { Q_OBJECT public: explicit NewFolderDialog(QWidget *parent = 0); ~NewFolderDialog(); QString getname(); private slots: void on_create_clicked(); void on_Discard_clicked(); private: Ui::NewFolderDialog *ui; }; #endif // NEWFOLDERDIALOG_H