/********************************************************************************
** Form generated from reading ui file 'about_widget_v2.ui'
**
** Created: Thu Mar 22 16:48:16 2007
**      by: Qt User Interface Compiler version 4.2.3
**
** WARNING! All changes made in this file will be lost when recompiling ui file!
********************************************************************************/

#ifndef UI_ABOUT_WIDGET_V2_H
#define UI_ABOUT_WIDGET_V2_H

#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QGridLayout>
#include <QtGui/QHBoxLayout>
#include <QtGui/QLabel>
#include <QtGui/QPushButton>
#include <QtGui/QSpacerItem>
#include <QtGui/QTabWidget>
#include <QtGui/QTextBrowser>
#include <QtGui/QVBoxLayout>
#include <QtGui/QWidget>

class Ui_AboutWidget
{
public:
    QWidget *gridLayout;
    QGridLayout *gridLayout1;
    QVBoxLayout *vboxLayout;
    QSpacerItem *spacerItem;
    QLabel *iconLabel;
    QLabel *aboutLabel;
    QSpacerItem *spacerItem1;
    QVBoxLayout *vboxLayout1;
    QTabWidget *tabWidget;
    QWidget *aboutTab;
    QWidget *aboutGridLayout;
    QGridLayout *gridLayout2;
    QTextBrowser *aboutTextBrowser;
    QWidget *aboutQtTab;
    QWidget *aboutQtGridLayout;
    QGridLayout *gridLayout3;
    QTextBrowser *aboutQtTextBrowser;
    QHBoxLayout *hboxLayout;
    QSpacerItem *spacerItem2;
    QPushButton *btnClose;

    void setupUi(QWidget *AboutWidget)
    {
    AboutWidget->setObjectName(QString::fromUtf8("AboutWidget"));
    AboutWidget->setWindowIcon(QIcon(QString::fromUtf8(":/images/images/contents.png")));
    gridLayout = new QWidget(AboutWidget);
    gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
    gridLayout->setGeometry(QRect(0, 0, 601, 301));
    gridLayout1 = new QGridLayout(gridLayout);
    gridLayout1->setSpacing(6);
    gridLayout1->setMargin(10);
    gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
    vboxLayout = new QVBoxLayout();
    vboxLayout->setSpacing(6);
    vboxLayout->setMargin(0);
    vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
    spacerItem = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);

    vboxLayout->addItem(spacerItem);

    iconLabel = new QLabel(gridLayout);
    iconLabel->setObjectName(QString::fromUtf8("iconLabel"));
    iconLabel->setPixmap(QPixmap(QString::fromUtf8(":/images/images/itest.png")));
    iconLabel->setAlignment(Qt::AlignBottom|Qt::AlignHCenter);

    vboxLayout->addWidget(iconLabel);

    aboutLabel = new QLabel(gridLayout);
    aboutLabel->setObjectName(QString::fromUtf8("aboutLabel"));
    aboutLabel->setAlignment(Qt::AlignHCenter|Qt::AlignTop);

    vboxLayout->addWidget(aboutLabel);

    spacerItem1 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);

    vboxLayout->addItem(spacerItem1);


    gridLayout1->addLayout(vboxLayout, 0, 0, 1, 1);

    vboxLayout1 = new QVBoxLayout();
    vboxLayout1->setSpacing(6);
    vboxLayout1->setMargin(0);
    vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
    tabWidget = new QTabWidget(gridLayout);
    tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
    aboutTab = new QWidget();
    aboutTab->setObjectName(QString::fromUtf8("aboutTab"));
    aboutGridLayout = new QWidget(aboutTab);
    aboutGridLayout->setObjectName(QString::fromUtf8("aboutGridLayout"));
    aboutGridLayout->setGeometry(QRect(0, 0, 441, 221));
    gridLayout2 = new QGridLayout(aboutGridLayout);
    gridLayout2->setSpacing(6);
    gridLayout2->setMargin(6);
    gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
    aboutTextBrowser = new QTextBrowser(aboutGridLayout);
    aboutTextBrowser->setObjectName(QString::fromUtf8("aboutTextBrowser"));

    gridLayout2->addWidget(aboutTextBrowser, 0, 0, 1, 1);

    tabWidget->addTab(aboutTab, QIcon(QString::fromUtf8(":/images/images/itest.png")), QApplication::translate("AboutWidget", "About iTest", 0, QApplication::UnicodeUTF8));
    aboutQtTab = new QWidget();
    aboutQtTab->setObjectName(QString::fromUtf8("aboutQtTab"));
    aboutQtGridLayout = new QWidget(aboutQtTab);
    aboutQtGridLayout->setObjectName(QString::fromUtf8("aboutQtGridLayout"));
    aboutQtGridLayout->setGeometry(QRect(0, 0, 441, 221));
    gridLayout3 = new QGridLayout(aboutQtGridLayout);
    gridLayout3->setSpacing(6);
    gridLayout3->setMargin(6);
    gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
    aboutQtTextBrowser = new QTextBrowser(aboutQtGridLayout);
    aboutQtTextBrowser->setObjectName(QString::fromUtf8("aboutQtTextBrowser"));

    gridLayout3->addWidget(aboutQtTextBrowser, 0, 0, 1, 1);

    tabWidget->addTab(aboutQtTab, QIcon(QString::fromUtf8(":/images/images/qt4.png")), QApplication::translate("AboutWidget", "About Qt", 0, QApplication::UnicodeUTF8));

    vboxLayout1->addWidget(tabWidget);

    hboxLayout = new QHBoxLayout();
    hboxLayout->setSpacing(6);
    hboxLayout->setMargin(0);
    hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
    spacerItem2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);

    hboxLayout->addItem(spacerItem2);

    btnClose = new QPushButton(gridLayout);
    btnClose->setObjectName(QString::fromUtf8("btnClose"));
    btnClose->setIcon(QIcon(QString::fromUtf8(":/images/images/fileclose.png")));
    btnClose->setIconSize(QSize(22, 22));

    hboxLayout->addWidget(btnClose);


    vboxLayout1->addLayout(hboxLayout);


    gridLayout1->addLayout(vboxLayout1, 0, 1, 1, 1);


    retranslateUi(AboutWidget);

    QSize size(601, 301);
    size = size.expandedTo(AboutWidget->minimumSizeHint());
    AboutWidget->resize(size);


    tabWidget->setCurrentIndex(0);


    QMetaObject::connectSlotsByName(AboutWidget);
    } // setupUi

    void retranslateUi(QWidget *AboutWidget)
    {
    AboutWidget->setWindowTitle(QApplication::translate("AboutWidget", "About iTest", 0, QApplication::UnicodeUTF8));
    iconLabel->setText(QString());
    aboutLabel->setText(QApplication::translate("AboutWidget", "<html><head><meta name=\"qrichtext\" content=\"1\" /></head><body style=\" white-space: pre-wrap; font-family:MS Shell Dlg; font-weight:400; font-style:normal; text-decoration:none;\"><p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:16pt;\">About iTest</span></p></body></html>", 0, QApplication::UnicodeUTF8));
    tabWidget->setTabText(tabWidget->indexOf(aboutTab), QApplication::translate("AboutWidget", "About iTest", 0, QApplication::UnicodeUTF8));
    tabWidget->setTabText(tabWidget->indexOf(aboutQtTab), QApplication::translate("AboutWidget", "About Qt", 0, QApplication::UnicodeUTF8));
    btnClose->setText(QApplication::translate("AboutWidget", "Close", 0, QApplication::UnicodeUTF8));
    Q_UNUSED(AboutWidget);
    } // retranslateUi

};

namespace Ui {
    class AboutWidget: public Ui_AboutWidget {};
} // namespace Ui

#endif // UI_ABOUT_WIDGET_V2_H