OSDN Git Service

Deleted build
[greensite/jasmine.git] / build / ui_about.h
diff --git a/build/ui_about.h b/build/ui_about.h
deleted file mode 100644 (file)
index 74b1eb5..0000000
+++ /dev/null
@@ -1,106 +0,0 @@
-/********************************************************************************
-** Form generated from reading UI file 'about.ui'
-**
-** Created: Wed Sep 1 11:17:11 2010
-**      by: Qt User Interface Compiler version 4.6.3
-**
-** WARNING! All changes made in this file will be lost when recompiling UI file!
-********************************************************************************/
-
-#ifndef UI_ABOUT_H
-#define UI_ABOUT_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QDialog>
-#include <QtGui/QDialogButtonBox>
-#include <QtGui/QFrame>
-#include <QtGui/QHBoxLayout>
-#include <QtGui/QHeaderView>
-#include <QtGui/QLabel>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QTextBrowser>
-#include <QtGui/QVBoxLayout>
-
-QT_BEGIN_NAMESPACE
-
-class Ui_aboutDialogBase
-{
-public:
-    QVBoxLayout *verticalLayout;
-    QFrame *frame;
-    QHBoxLayout *horizontalLayout;
-    QLabel *JasmineLabel;
-    QSpacerItem *horizontalSpacer;
-    QTextBrowser *versiontext;
-    QDialogButtonBox *resultButton;
-
-    void setupUi(QDialog *aboutDialogBase)
-    {
-        if (aboutDialogBase->objectName().isEmpty())
-            aboutDialogBase->setObjectName(QString::fromUtf8("aboutDialogBase"));
-        aboutDialogBase->setWindowModality(Qt::WindowModal);
-        aboutDialogBase->resize(320, 480);
-        verticalLayout = new QVBoxLayout(aboutDialogBase);
-        verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
-        frame = new QFrame(aboutDialogBase);
-        frame->setObjectName(QString::fromUtf8("frame"));
-        frame->setFrameShape(QFrame::StyledPanel);
-        frame->setFrameShadow(QFrame::Sunken);
-        horizontalLayout = new QHBoxLayout(frame);
-        horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
-        JasmineLabel = new QLabel(frame);
-        JasmineLabel->setObjectName(QString::fromUtf8("JasmineLabel"));
-
-        horizontalLayout->addWidget(JasmineLabel);
-
-        horizontalSpacer = new QSpacerItem(231, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
-
-        horizontalLayout->addItem(horizontalSpacer);
-
-
-        verticalLayout->addWidget(frame);
-
-        versiontext = new QTextBrowser(aboutDialogBase);
-        versiontext->setObjectName(QString::fromUtf8("versiontext"));
-        versiontext->setOpenExternalLinks(true);
-
-        verticalLayout->addWidget(versiontext);
-
-        resultButton = new QDialogButtonBox(aboutDialogBase);
-        resultButton->setObjectName(QString::fromUtf8("resultButton"));
-        resultButton->setOrientation(Qt::Horizontal);
-        resultButton->setStandardButtons(QDialogButtonBox::Ok);
-
-        verticalLayout->addWidget(resultButton);
-
-
-        retranslateUi(aboutDialogBase);
-        QObject::connect(resultButton, SIGNAL(accepted()), aboutDialogBase, SLOT(accept()));
-        QObject::connect(resultButton, SIGNAL(rejected()), aboutDialogBase, SLOT(reject()));
-
-        QMetaObject::connectSlotsByName(aboutDialogBase);
-    } // setupUi
-
-    void retranslateUi(QDialog *aboutDialogBase)
-    {
-        aboutDialogBase->setWindowTitle(QApplication::translate("aboutDialogBase", "About", 0, QApplication::UnicodeUTF8));
-        JasmineLabel->setText(QApplication::translate("aboutDialogBase", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
-"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
-"p, li { white-space: pre-wrap; }\n"
-"</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
-"<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:12pt;\">Jasmine</span></p></body></html>", 0, QApplication::UnicodeUTF8));
-        versiontext->setHtml(QString());
-    } // retranslateUi
-
-};
-
-namespace Ui {
-    class aboutDialogBase: public Ui_aboutDialogBase {};
-} // namespace Ui
-
-QT_END_NAMESPACE
-
-#endif // UI_ABOUT_H