Added About Dialog, Updated UI, Fixed Bug 6669
[confmgr] / src / ui_aboutdialog.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'aboutdialog.ui'
3 **
4 ** Created: Wed Nov 17 16:19:08 2010
5 **      by: Qt User Interface Compiler version 4.6.2
6 **
7 ** WARNING! All changes made in this file will be lost when recompiling UI file!
8 ********************************************************************************/
9
10 #ifndef UI_ABOUTDIALOG_H
11 #define UI_ABOUTDIALOG_H
12
13 #include <QtCore/QVariant>
14 #include <QtGui/QAction>
15 #include <QtGui/QApplication>
16 #include <QtGui/QButtonGroup>
17 #include <QtGui/QDialog>
18 #include <QtGui/QHeaderView>
19 #include <QtGui/QLabel>
20
21 QT_BEGIN_NAMESPACE
22
23 class Ui_AboutDialog
24 {
25 public:
26     QLabel *label;
27
28     void setupUi(QDialog *AboutDialog)
29     {
30         if (AboutDialog->objectName().isEmpty())
31             AboutDialog->setObjectName(QString::fromUtf8("AboutDialog"));
32         AboutDialog->resize(544, 198);
33         label = new QLabel(AboutDialog);
34         label->setObjectName(QString::fromUtf8("label"));
35         label->setGeometry(QRect(10, 20, 511, 111));
36
37         retranslateUi(AboutDialog);
38
39         QMetaObject::connectSlotsByName(AboutDialog);
40     } // setupUi
41
42     void retranslateUi(QDialog *AboutDialog)
43     {
44         AboutDialog->setWindowTitle(QApplication::translate("AboutDialog", "About Conference Manager", 0, QApplication::UnicodeUTF8));
45         label->setText(QApplication::translate("AboutDialog", "Conference Manager - Conference calling at your fingertips! \n"
46 "Developed by: Naresh Mehta (c) 2010 \n"
47 "Hosted on: http://gitorious.org/confmgr \n"
48 "Visit me at: http://www.naresh.se/\n"
49 "", 0, QApplication::UnicodeUTF8));
50     } // retranslateUi
51
52 };
53
54 namespace Ui {
55     class AboutDialog: public Ui_AboutDialog {};
56 } // namespace Ui
57
58 QT_END_NAMESPACE
59
60 #endif // UI_ABOUTDIALOG_H