/******************************************************************************** ** Form generated from reading UI file 'ReadmeDisplay.ui' ** ** Created: Mon 23. Jul 10:26:15 2012 ** 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_READMEDISPLAY_H #define UI_READMEDISPLAY_H #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_ReadmeDisplay { public: QVBoxLayout *vboxLayout; QVBoxLayout *vboxLayout1; Q3TextBrowser *textReadme; QHBoxLayout *hboxLayout; QSpacerItem *spacer1; QPushButton *closeButton; QSpacerItem *spacer2; void setupUi(QDialog *ReadmeDisplay) { if (ReadmeDisplay->objectName().isEmpty()) ReadmeDisplay->setObjectName(QString::fromUtf8("ReadmeDisplay")); ReadmeDisplay->resize(545, 632); vboxLayout = new QVBoxLayout(ReadmeDisplay); vboxLayout->setSpacing(6); vboxLayout->setContentsMargins(11, 11, 11, 11); vboxLayout->setObjectName(QString::fromUtf8("vboxLayout")); vboxLayout1 = new QVBoxLayout(); vboxLayout1->setSpacing(6); vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1")); textReadme = new Q3TextBrowser(ReadmeDisplay); textReadme->setObjectName(QString::fromUtf8("textReadme")); vboxLayout1->addWidget(textReadme); hboxLayout = new QHBoxLayout(); hboxLayout->setSpacing(6); hboxLayout->setObjectName(QString::fromUtf8("hboxLayout")); spacer1 = new QSpacerItem(131, 21, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout->addItem(spacer1); closeButton = new QPushButton(ReadmeDisplay); closeButton->setObjectName(QString::fromUtf8("closeButton")); hboxLayout->addWidget(closeButton); spacer2 = new QSpacerItem(141, 21, QSizePolicy::Expanding, QSizePolicy::Minimum); hboxLayout->addItem(spacer2); vboxLayout1->addLayout(hboxLayout); vboxLayout->addLayout(vboxLayout1); retranslateUi(ReadmeDisplay); QObject::connect(closeButton, SIGNAL(clicked()), ReadmeDisplay, SLOT(accept())); QMetaObject::connectSlotsByName(ReadmeDisplay); } // setupUi void retranslateUi(QDialog *ReadmeDisplay) { ReadmeDisplay->setWindowTitle(QApplication::translate("ReadmeDisplay", "README Display", 0, QApplication::UnicodeUTF8)); closeButton->setText(QApplication::translate("ReadmeDisplay", "Close", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class ReadmeDisplay: public Ui_ReadmeDisplay {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_READMEDISPLAY_H