/******************************************************************************** ** 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 #include #include #include #include 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", "\n" "\n" "


\n" "

\n" "

CloudCompare Viewer

\n" "

http://www.danielgm.net/cc

\n" "

License: GNU GPL (General Public Licence)

\n" "


\n" "

Version: %1

", nullptr)); } // retranslateUi }; namespace Ui { class AboutDialog: public Ui_AboutDialog {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_CCVIEWERABOUT_H