aboutsummaryrefslogtreecommitdiff
path: root/examples/GuiClient/profileDialog.h
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-09 08:23:53 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2010-09-09 08:23:53 +0000
commitf59f1f1402ef678b0789d14937d7806fd952601a (patch)
treee31643854e807a605b7da36467ca99ee13d5098d /examples/GuiClient/profileDialog.h
parent3e0c70ebdb2c77563a5720bfba526c8c2c0dad80 (diff)
downloadqxmpp-f59f1f1402ef678b0789d14937d7806fd952601a.tar.gz
add profile dialog
Diffstat (limited to 'examples/GuiClient/profileDialog.h')
-rw-r--r--examples/GuiClient/profileDialog.h22
1 files changed, 22 insertions, 0 deletions
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 <QDialog>
+
+namespace Ui {
+ class profileDialog;
+}
+
+class profileDialog : public QDialog
+{
+ Q_OBJECT
+
+public:
+ explicit profileDialog(QWidget *parent = 0);
+ ~profileDialog();
+
+private:
+ Ui::profileDialog *ui;
+};
+
+#endif // PROFILEDIALOG_H