Files
moldyn/mathmech/ui_aboutwindow.h
2013-08-11 02:24:57 +04:00

105 lines
5.2 KiB
C++

/********************************************************************************
** Form generated from reading UI file 'aboutwindow.ui'
**
** Created by: Qt User Interface Compiler version 4.8.5
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_ABOUTWINDOW_H
#define UI_ABOUTWINDOW_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QHBoxLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QMainWindow>
#include <QtGui/QPushButton>
#include <QtGui/QSpacerItem>
#include <QtGui/QTextBrowser>
#include <QtGui/QVBoxLayout>
#include <QtGui/QWidget>
QT_BEGIN_NAMESPACE
class Ui_AboutWindow
{
public:
QWidget *centralwidget;
QVBoxLayout *verticalLayout;
QTextBrowser *textBrowser;
QHBoxLayout *about_layout_buttons;
QSpacerItem *horizontalSpacer;
QPushButton *about_pushButton_close;
void setupUi(QMainWindow *AboutWindow)
{
if (AboutWindow->objectName().isEmpty())
AboutWindow->setObjectName(QString::fromUtf8("AboutWindow"));
AboutWindow->resize(383, 320);
centralwidget = new QWidget(AboutWindow);
centralwidget->setObjectName(QString::fromUtf8("centralwidget"));
verticalLayout = new QVBoxLayout(centralwidget);
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
textBrowser = new QTextBrowser(centralwidget);
textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
verticalLayout->addWidget(textBrowser);
about_layout_buttons = new QHBoxLayout();
about_layout_buttons->setObjectName(QString::fromUtf8("about_layout_buttons"));
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
about_layout_buttons->addItem(horizontalSpacer);
about_pushButton_close = new QPushButton(centralwidget);
about_pushButton_close->setObjectName(QString::fromUtf8("about_pushButton_close"));
about_pushButton_close->setMinimumSize(QSize(80, 23));
about_pushButton_close->setAutoDefault(true);
about_layout_buttons->addWidget(about_pushButton_close);
verticalLayout->addLayout(about_layout_buttons);
AboutWindow->setCentralWidget(centralwidget);
QWidget::setTabOrder(textBrowser, about_pushButton_close);
retranslateUi(AboutWindow);
QObject::connect(about_pushButton_close, SIGNAL(clicked()), AboutWindow, SLOT(close()));
QMetaObject::connectSlotsByName(AboutWindow);
} // setupUi
void retranslateUi(QMainWindow *AboutWindow)
{
AboutWindow->setWindowTitle(QApplication::translate("AboutWindow", "About", 0, QApplication::UnicodeUTF8));
textBrowser->setHtml(QApplication::translate("AboutWindow", "<!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:'Liberation Serif'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
"<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Mathematical Molecular Mechanics</span></p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\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-weight:600;\">Version:</span> 1.0.0</p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0"
"px;\"><span style=\" font-weight:600;\">License:</span> GPL</p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\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-weight:600;\">Author:</span> Evgeniy Alekseev</p>\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-weight:600;\">E-mail:</span> esalexeev@gmail.com</p>\n"
"<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p>\n"
"<p align=\"justify\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">Graphical user interface for &quot;mathmech&quot; program pack.</p></body></html>", 0, QApplication::UnicodeUTF8));
about_pushButton_close->setText(QApplication::translate("AboutWindow", "Close", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui {
class AboutWindow: public Ui_AboutWindow {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_ABOUTWINDOW_H