about_dialog_base.h

00001 #ifndef ABOUT_DIALOG_BASE_H
00002 #define ABOUT_DIALOG_BASE_H
00003 
00004 #include <QtCore/QVariant>
00005 #include <QtGui/QAction>
00006 #include <QtGui/QApplication>
00007 #include <QtGui/QButtonGroup>
00008 #include <QtGui/QDialog>
00009 #include <QtGui/QGridLayout>
00010 #include <QtGui/QHBoxLayout>
00011 #include <QtGui/QLabel>
00012 #include <QtGui/QPushButton>
00013 #include <QtGui/QSpacerItem>
00014 #include <QtGui/QTabWidget>
00015 #include <QtGui/QTextEdit>
00016 #include <QtGui/QWidget>
00017 
00018 class Ui_AboutDialogBase
00019 {
00020 public:
00021     QGridLayout *gridLayout;
00022     QTabWidget *content_tab_widget_;
00023     QWidget *about_tab_;
00024     QGridLayout *gridLayout1;
00025     QLabel *about_label_;
00026     QWidget *authors_tab_;
00027     QGridLayout *gridLayout2;
00028     QTextEdit *authors_text_edit_;
00029     QWidget *thanks_tab_;
00030     QGridLayout *gridLayout3;
00031     QTextEdit *thanks_text_edit_;
00032     QWidget *licence_tab_;
00033     QGridLayout *gridLayout4;
00034     QTextEdit *licence_text_edit_;
00035     QLabel *title_label_;
00036     QHBoxLayout *hboxLayout;
00037     QSpacerItem *spacerItem;
00038     QPushButton *ok_button;
00039 
00040     void setupUi(QDialog *AboutDialogBase)
00041     {
00042     AboutDialogBase->setObjectName(QString::fromUtf8("AboutDialogBase"));
00043     AboutDialogBase->resize(QSize(482, 428).expandedTo(AboutDialogBase->minimumSizeHint()));
00044     gridLayout = new QGridLayout(AboutDialogBase);
00045     gridLayout->setSpacing(6);
00046     gridLayout->setMargin(9);
00047     gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00048     content_tab_widget_ = new QTabWidget(AboutDialogBase);
00049     content_tab_widget_->setObjectName(QString::fromUtf8("content_tab_widget_"));
00050     about_tab_ = new QWidget();
00051     about_tab_->setObjectName(QString::fromUtf8("about_tab_"));
00052     gridLayout1 = new QGridLayout(about_tab_);
00053     gridLayout1->setSpacing(6);
00054     gridLayout1->setMargin(9);
00055     gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
00056     about_label_ = new QLabel(about_tab_);
00057     about_label_->setObjectName(QString::fromUtf8("about_label_"));
00058 
00059     gridLayout1->addWidget(about_label_, 0, 0, 1, 1);
00060 
00061     content_tab_widget_->addTab(about_tab_, QApplication::translate("AboutDialogBase", "&About", 0, QApplication::UnicodeUTF8));
00062     authors_tab_ = new QWidget();
00063     authors_tab_->setObjectName(QString::fromUtf8("authors_tab_"));
00064     gridLayout2 = new QGridLayout(authors_tab_);
00065     gridLayout2->setSpacing(6);
00066     gridLayout2->setMargin(9);
00067     gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
00068     authors_text_edit_ = new QTextEdit(authors_tab_);
00069     authors_text_edit_->setObjectName(QString::fromUtf8("authors_text_edit_"));
00070     authors_text_edit_->setFrameShape(QFrame::StyledPanel);
00071     authors_text_edit_->setFrameShadow(QFrame::Sunken);
00072     authors_text_edit_->setReadOnly(true);
00073 
00074     gridLayout2->addWidget(authors_text_edit_, 0, 0, 1, 1);
00075 
00076     content_tab_widget_->addTab(authors_tab_, QApplication::translate("AboutDialogBase", "A&uthors", 0, QApplication::UnicodeUTF8));
00077     thanks_tab_ = new QWidget();
00078     thanks_tab_->setObjectName(QString::fromUtf8("thanks_tab_"));
00079     gridLayout3 = new QGridLayout(thanks_tab_);
00080     gridLayout3->setSpacing(6);
00081     gridLayout3->setMargin(9);
00082     gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
00083     thanks_text_edit_ = new QTextEdit(thanks_tab_);
00084     thanks_text_edit_->setObjectName(QString::fromUtf8("thanks_text_edit_"));
00085     thanks_text_edit_->setFrameShape(QFrame::StyledPanel);
00086     thanks_text_edit_->setFrameShadow(QFrame::Sunken);
00087     thanks_text_edit_->setReadOnly(true);
00088 
00089     gridLayout3->addWidget(thanks_text_edit_, 0, 0, 1, 1);
00090 
00091     content_tab_widget_->addTab(thanks_tab_, QApplication::translate("AboutDialogBase", "&Thanks To", 0, QApplication::UnicodeUTF8));
00092     licence_tab_ = new QWidget();
00093     licence_tab_->setObjectName(QString::fromUtf8("licence_tab_"));
00094     gridLayout4 = new QGridLayout(licence_tab_);
00095     gridLayout4->setSpacing(6);
00096     gridLayout4->setMargin(9);
00097     gridLayout4->setObjectName(QString::fromUtf8("gridLayout4"));
00098     licence_text_edit_ = new QTextEdit(licence_tab_);
00099     licence_text_edit_->setObjectName(QString::fromUtf8("licence_text_edit_"));
00100     licence_text_edit_->setFrameShape(QFrame::StyledPanel);
00101     licence_text_edit_->setFrameShadow(QFrame::Sunken);
00102     licence_text_edit_->setReadOnly(true);
00103 
00104     gridLayout4->addWidget(licence_text_edit_, 0, 0, 1, 1);
00105 
00106     content_tab_widget_->addTab(licence_tab_, QApplication::translate("AboutDialogBase", "&Licence Agreement", 0, QApplication::UnicodeUTF8));
00107 
00108     gridLayout->addWidget(content_tab_widget_, 1, 0, 1, 1);
00109 
00110     title_label_ = new QLabel(AboutDialogBase);
00111     title_label_->setObjectName(QString::fromUtf8("title_label_"));
00112     QFont font;
00113     font.setFamily(QString::fromUtf8("Sans Serif"));
00114     font.setPointSize(12);
00115     font.setBold(true);
00116     font.setItalic(false);
00117     font.setUnderline(false);
00118     font.setWeight(75);
00119     font.setStrikeOut(false);
00120     title_label_->setFont(font);
00121 
00122     gridLayout->addWidget(title_label_, 0, 0, 1, 1);
00123 
00124     hboxLayout = new QHBoxLayout();
00125     hboxLayout->setSpacing(6);
00126     hboxLayout->setMargin(0);
00127     hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00128     spacerItem = new QSpacerItem(131, 31, QSizePolicy::Expanding, QSizePolicy::Minimum);
00129 
00130     hboxLayout->addItem(spacerItem);
00131 
00132     ok_button = new QPushButton(AboutDialogBase);
00133     ok_button->setObjectName(QString::fromUtf8("ok_button"));
00134 
00135     hboxLayout->addWidget(ok_button);
00136 
00137 
00138     gridLayout->addLayout(hboxLayout, 2, 0, 1, 1);
00139 
00140     retranslateUi(AboutDialogBase);
00141     QObject::connect(ok_button, SIGNAL(clicked()), AboutDialogBase, SLOT(accept()));
00142 
00143     content_tab_widget_->setCurrentIndex(2);
00144 
00145 
00146     QMetaObject::connectSlotsByName(AboutDialogBase);
00147     } // setupUi
00148 
00149     void retranslateUi(QDialog *AboutDialogBase)
00150     {
00151     AboutDialogBase->setWindowTitle(QApplication::translate("AboutDialogBase", "Dialog", 0, QApplication::UnicodeUTF8));
00152     about_label_->setText(QApplication::translate("AboutDialogBase", "", 0, QApplication::UnicodeUTF8));
00153     content_tab_widget_->setTabText(content_tab_widget_->indexOf(about_tab_), QApplication::translate("AboutDialogBase", "&About", 0, QApplication::UnicodeUTF8));
00154     content_tab_widget_->setTabText(content_tab_widget_->indexOf(authors_tab_), QApplication::translate("AboutDialogBase", "A&uthors", 0, QApplication::UnicodeUTF8));
00155     content_tab_widget_->setTabText(content_tab_widget_->indexOf(thanks_tab_), QApplication::translate("AboutDialogBase", "&Thanks To", 0, QApplication::UnicodeUTF8));
00156     content_tab_widget_->setTabText(content_tab_widget_->indexOf(licence_tab_), QApplication::translate("AboutDialogBase", "&Licence Agreement", 0, QApplication::UnicodeUTF8));
00157     title_label_->setText(QApplication::translate("AboutDialogBase", "iMEDgine", 0, QApplication::UnicodeUTF8));
00158     ok_button->setText(QApplication::translate("AboutDialogBase", "OK", 0, QApplication::UnicodeUTF8));
00159     Q_UNUSED(AboutDialogBase);
00160     } // retranslateUi
00161 
00162 };
00163 
00164 namespace Ui {
00165     class AboutDialogBase: public Ui_AboutDialogBase {};
00166 } // namespace Ui
00167 
00168 #endif // ABOUT_DIALOG_BASE_H

Generated on Sun Aug 13 18:19:39 2006 for iMEDgine by  doxygen 1.4.6