ui_ccviewerAbout.h 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'ccviewerAbout.ui'
  3. **
  4. ** Created by: Qt User Interface Compiler version 5.15.10
  5. **
  6. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  7. ********************************************************************************/
  8. #ifndef UI_CCVIEWERABOUT_H
  9. #define UI_CCVIEWERABOUT_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QDialog>
  13. #include <QtWidgets/QTextEdit>
  14. #include <QtWidgets/QVBoxLayout>
  15. QT_BEGIN_NAMESPACE
  16. class Ui_AboutDialog
  17. {
  18. public:
  19. QVBoxLayout *verticalLayout;
  20. QTextEdit *textEdit;
  21. void setupUi(QDialog *AboutDialog)
  22. {
  23. if (AboutDialog->objectName().isEmpty())
  24. AboutDialog->setObjectName(QString::fromUtf8("AboutDialog"));
  25. AboutDialog->resize(280, 190);
  26. verticalLayout = new QVBoxLayout(AboutDialog);
  27. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  28. textEdit = new QTextEdit(AboutDialog);
  29. textEdit->setObjectName(QString::fromUtf8("textEdit"));
  30. textEdit->setReadOnly(true);
  31. verticalLayout->addWidget(textEdit);
  32. retranslateUi(AboutDialog);
  33. QMetaObject::connectSlotsByName(AboutDialog);
  34. } // setupUi
  35. void retranslateUi(QDialog *AboutDialog)
  36. {
  37. AboutDialog->setWindowTitle(QCoreApplication::translate("AboutDialog", "About CCViewer", nullptr));
  38. textEdit->setHtml(QCoreApplication::translate("AboutDialog", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
  39. "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
  40. "p, li { white-space: pre-wrap; }\n"
  41. "</style></head><body style=\" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;\">\n"
  42. "<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"
  43. "<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"
  44. "<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"
  45. "<p align=\"center\" style=\" margin-top:0px; margin-bottom"
  46. ":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"
  47. "<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"
  48. "<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"
  49. "<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));
  50. } // retranslateUi
  51. };
  52. namespace Ui {
  53. class AboutDialog: public Ui_AboutDialog {};
  54. } // namespace Ui
  55. QT_END_NAMESPACE
  56. #endif // UI_CCVIEWERABOUT_H