| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- /********************************************************************************
- ** Form generated from reading UI file 'ccviewerAbout.ui'
- **
- ** Created by: Qt User Interface Compiler version 5.15.10
- **
- ** WARNING! All changes made in this file will be lost when recompiling UI file!
- ********************************************************************************/
- #ifndef UI_CCVIEWERABOUT_H
- #define UI_CCVIEWERABOUT_H
- #include <QtCore/QVariant>
- #include <QtWidgets/QApplication>
- #include <QtWidgets/QDialog>
- #include <QtWidgets/QTextEdit>
- #include <QtWidgets/QVBoxLayout>
- QT_BEGIN_NAMESPACE
- class Ui_AboutDialog
- {
- public:
- QVBoxLayout *verticalLayout;
- QTextEdit *textEdit;
- void setupUi(QDialog *AboutDialog)
- {
- if (AboutDialog->objectName().isEmpty())
- AboutDialog->setObjectName(QString::fromUtf8("AboutDialog"));
- AboutDialog->resize(280, 190);
- verticalLayout = new QVBoxLayout(AboutDialog);
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- textEdit = new QTextEdit(AboutDialog);
- textEdit->setObjectName(QString::fromUtf8("textEdit"));
- textEdit->setReadOnly(true);
- verticalLayout->addWidget(textEdit);
- retranslateUi(AboutDialog);
- QMetaObject::connectSlotsByName(AboutDialog);
- } // setupUi
- void retranslateUi(QDialog *AboutDialog)
- {
- AboutDialog->setWindowTitle(QCoreApplication::translate("AboutDialog", "About CCViewer", nullptr));
- textEdit->setHtml(QCoreApplication::translate("AboutDialog", "<!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:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
- "<p align=\"center\" style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;\"><br /></p>\n"
- "<p align=\"center\" style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><img src=\":/CC/Icons/images/icon/cc_viewer_icon_64.png\" /></p>\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-size:14pt; font-weight:600;\">CloudCompare Viewer</span></p>\n"
- "<p align=\"center\" style=\" margin-top:0px; margin-bottom"
- ":0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><a href=\"(http://www.danielgm.net/cc\"><span style=\" font-size:8pt; text-decoration: underline; color:#0000ff;\">http://www.danielgm.net/cc</span></a></p>\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-size:8pt;\">License: GNU GPL (General Public Licence)</span></p>\n"
- "<p align=\"center\" style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;\"><br /></p>\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-size:8pt;\">Version: %1</span></p></body></html>", nullptr));
- } // retranslateUi
- };
- namespace Ui {
- class AboutDialog: public Ui_AboutDialog {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_CCVIEWERABOUT_H
|