From 3b60dc4e32446afed425bd35f15b8000503c2788 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Sun, 10 Oct 2010 07:00:14 +0000 Subject: first version of xml console --- examples/GuiClient/xmlConsoleDialog.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 examples/GuiClient/xmlConsoleDialog.h (limited to 'examples/GuiClient/xmlConsoleDialog.h') diff --git a/examples/GuiClient/xmlConsoleDialog.h b/examples/GuiClient/xmlConsoleDialog.h new file mode 100644 index 00000000..08caec59 --- /dev/null +++ b/examples/GuiClient/xmlConsoleDialog.h @@ -0,0 +1,26 @@ +#ifndef XMLCONSOLEDIALOG_H +#define XMLCONSOLEDIALOG_H + +#include +#include "QXmppLogger.h" + +namespace Ui { + class xmlConsoleDialog; +} + +class xmlConsoleDialog : public QDialog +{ + Q_OBJECT + +public: + explicit xmlConsoleDialog(QWidget *parent = 0); + ~xmlConsoleDialog(); + +public slots: + void message(QXmppLogger::MessageType, const QString &); + +private: + Ui::xmlConsoleDialog *ui; +}; + +#endif // XMLCONSOLEDIALOG_H -- cgit v1.2.3