Added About Dialog, Updated UI, Fixed Bug 6669
[confmgr] / src / ui_aboutdialog.h
diff --git a/src/ui_aboutdialog.h b/src/ui_aboutdialog.h
new file mode 100644 (file)
index 0000000..3934b00
--- /dev/null
@@ -0,0 +1,60 @@
+/********************************************************************************
+** Form generated from reading UI file 'aboutdialog.ui'
+**
+** Created: Wed Nov 17 16:19:08 2010
+**      by: Qt User Interface Compiler version 4.6.2
+**
+** WARNING! All changes made in this file will be lost when recompiling UI file!
+********************************************************************************/
+
+#ifndef UI_ABOUTDIALOG_H
+#define UI_ABOUTDIALOG_H
+
+#include <QtCore/QVariant>
+#include <QtGui/QAction>
+#include <QtGui/QApplication>
+#include <QtGui/QButtonGroup>
+#include <QtGui/QDialog>
+#include <QtGui/QHeaderView>
+#include <QtGui/QLabel>
+
+QT_BEGIN_NAMESPACE
+
+class Ui_AboutDialog
+{
+public:
+    QLabel *label;
+
+    void setupUi(QDialog *AboutDialog)
+    {
+        if (AboutDialog->objectName().isEmpty())
+            AboutDialog->setObjectName(QString::fromUtf8("AboutDialog"));
+        AboutDialog->resize(544, 198);
+        label = new QLabel(AboutDialog);
+        label->setObjectName(QString::fromUtf8("label"));
+        label->setGeometry(QRect(10, 20, 511, 111));
+
+        retranslateUi(AboutDialog);
+
+        QMetaObject::connectSlotsByName(AboutDialog);
+    } // setupUi
+
+    void retranslateUi(QDialog *AboutDialog)
+    {
+        AboutDialog->setWindowTitle(QApplication::translate("AboutDialog", "About Conference Manager", 0, QApplication::UnicodeUTF8));
+        label->setText(QApplication::translate("AboutDialog", "Conference Manager - Conference calling at your fingertips! \n"
+"Developed by: Naresh Mehta (c) 2010 \n"
+"Hosted on: http://gitorious.org/confmgr \n"
+"Visit me at: http://www.naresh.se/\n"
+"", 0, QApplication::UnicodeUTF8));
+    } // retranslateUi
+
+};
+
+namespace Ui {
+    class AboutDialog: public Ui_AboutDialog {};
+} // namespace Ui
+
+QT_END_NAMESPACE
+
+#endif // UI_ABOUTDIALOG_H