From 5dac70f3f45821cdb7035efb6255aa83d3545691 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Sun, 17 Oct 2010 13:46:55 +0000 Subject: add aboutDialog --- examples/GuiClient/aboutDialog.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 examples/GuiClient/aboutDialog.h (limited to 'examples/GuiClient/aboutDialog.h') diff --git a/examples/GuiClient/aboutDialog.h b/examples/GuiClient/aboutDialog.h new file mode 100644 index 00000000..f0adcc66 --- /dev/null +++ b/examples/GuiClient/aboutDialog.h @@ -0,0 +1,22 @@ +#ifndef ABOUTDIALOG_H +#define ABOUTDIALOG_H + +#include + +namespace Ui { + class aboutDialog; +} + +class aboutDialog : public QDialog +{ + Q_OBJECT + +public: + explicit aboutDialog(QWidget *parent = 0); + ~aboutDialog(); + +private: + Ui::aboutDialog *ui; +}; + +#endif // ABOUTDIALOG_H -- cgit v1.2.3