From f59f1f1402ef678b0789d14937d7806fd952601a Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Thu, 9 Sep 2010 08:23:53 +0000 Subject: add profile dialog --- examples/GuiClient/profileDialog.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 examples/GuiClient/profileDialog.h (limited to 'examples/GuiClient/profileDialog.h') diff --git a/examples/GuiClient/profileDialog.h b/examples/GuiClient/profileDialog.h new file mode 100644 index 00000000..264dd94b --- /dev/null +++ b/examples/GuiClient/profileDialog.h @@ -0,0 +1,22 @@ +#ifndef PROFILEDIALOG_H +#define PROFILEDIALOG_H + +#include + +namespace Ui { + class profileDialog; +} + +class profileDialog : public QDialog +{ + Q_OBJECT + +public: + explicit profileDialog(QWidget *parent = 0); + ~profileDialog(); + +private: + Ui::profileDialog *ui; +}; + +#endif // PROFILEDIALOG_H -- cgit v1.2.3