ui_aboutDlg.h 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'aboutDlg.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_ABOUTDLG_H
  9. #define UI_ABOUTDLG_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QDialog>
  13. #include <QtWidgets/QHBoxLayout>
  14. #include <QtWidgets/QLabel>
  15. #include <QtWidgets/QPushButton>
  16. #include <QtWidgets/QSpacerItem>
  17. #include <QtWidgets/QVBoxLayout>
  18. QT_BEGIN_NAMESPACE
  19. class Ui_AboutDialog
  20. {
  21. public:
  22. QVBoxLayout *verticalLayout;
  23. QHBoxLayout *horizontalLayout;
  24. QLabel *label;
  25. QLabel *labelText;
  26. QSpacerItem *verticalSpacer;
  27. QHBoxLayout *hboxLayout;
  28. QSpacerItem *spacerItem;
  29. QPushButton *pushButton;
  30. QSpacerItem *spacerItem1;
  31. void setupUi(QDialog *AboutDialog)
  32. {
  33. if (AboutDialog->objectName().isEmpty())
  34. AboutDialog->setObjectName(QString::fromUtf8("AboutDialog"));
  35. AboutDialog->setWindowModality(Qt::ApplicationModal);
  36. AboutDialog->resize(600, 360);
  37. verticalLayout = new QVBoxLayout(AboutDialog);
  38. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  39. horizontalLayout = new QHBoxLayout();
  40. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  41. label = new QLabel(AboutDialog);
  42. label->setObjectName(QString::fromUtf8("label"));
  43. label->setPixmap(QPixmap(QString::fromUtf8(":/CC/images/imLogoV2Qt.png")));
  44. horizontalLayout->addWidget(label);
  45. labelText = new QLabel(AboutDialog);
  46. labelText->setObjectName(QString::fromUtf8("labelText"));
  47. labelText->setOpenExternalLinks(true);
  48. horizontalLayout->addWidget(labelText);
  49. verticalLayout->addLayout(horizontalLayout);
  50. verticalSpacer = new QSpacerItem(20, 12, QSizePolicy::Minimum, QSizePolicy::Expanding);
  51. verticalLayout->addItem(verticalSpacer);
  52. hboxLayout = new QHBoxLayout();
  53. hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
  54. spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  55. hboxLayout->addItem(spacerItem);
  56. pushButton = new QPushButton(AboutDialog);
  57. pushButton->setObjectName(QString::fromUtf8("pushButton"));
  58. pushButton->setFlat(true);
  59. hboxLayout->addWidget(pushButton);
  60. spacerItem1 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  61. hboxLayout->addItem(spacerItem1);
  62. verticalLayout->addLayout(hboxLayout);
  63. retranslateUi(AboutDialog);
  64. QObject::connect(pushButton, SIGNAL(clicked()), AboutDialog, SLOT(deleteLater()));
  65. QMetaObject::connectSlotsByName(AboutDialog);
  66. } // setupUi
  67. void retranslateUi(QDialog *AboutDialog)
  68. {
  69. AboutDialog->setWindowTitle(QCoreApplication::translate("AboutDialog", "About CloudCompare", nullptr));
  70. label->setText(QString());
  71. labelText->setText(QCoreApplication::translate("AboutDialog", "<html><head/><body><p align=\"center\"><img src=\":/CC/Icons/images/icon/cc_icon_64.png\"/><br/><span style=\" font-size:14pt; font-weight:600;\">CloudCompare </span><span style=\" font-size:14pt; font-weight:600; font-style:italic;\"></span><br/>Version: %1</p><p align=\"center\"><a href=\"http://www.cloudcompare.org/donate\"><img src=\":/CC/images/donate.png\" width=\"200\"/></a></p><p align=\"center\"><a href=\"http://www.cloudcompare.org\"><span style=\" text-decoration: underline; color:#0000ff;\">www.cloudcompare.org<br/></span></a>License: GNU GPL (General Public Licence)</p></body></html>", nullptr));
  72. pushButton->setText(QCoreApplication::translate("AboutDialog", "OK", nullptr));
  73. } // retranslateUi
  74. };
  75. namespace Ui {
  76. class AboutDialog: public Ui_AboutDialog {};
  77. } // namespace Ui
  78. QT_END_NAMESPACE
  79. #endif // UI_ABOUTDLG_H