ui_ccPluginInfoDlg.h 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'ccPluginInfoDlg.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_CCPLUGININFODLG_H
  9. #define UI_CCPLUGININFODLG_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QDialog>
  13. #include <QtWidgets/QDialogButtonBox>
  14. #include <QtWidgets/QFrame>
  15. #include <QtWidgets/QGridLayout>
  16. #include <QtWidgets/QHBoxLayout>
  17. #include <QtWidgets/QLabel>
  18. #include <QtWidgets/QLineEdit>
  19. #include <QtWidgets/QListView>
  20. #include <QtWidgets/QTextBrowser>
  21. #include <QtWidgets/QTextEdit>
  22. #include <QtWidgets/QVBoxLayout>
  23. QT_BEGIN_NAMESPACE
  24. class Ui_ccPluginInfoDlg
  25. {
  26. public:
  27. QVBoxLayout *verticalLayout;
  28. QHBoxLayout *horizontalLayout;
  29. QVBoxLayout *verticalLayout_2;
  30. QLineEdit *mSearchLineEdit;
  31. QListView *mPluginListView;
  32. QFrame *frame;
  33. QGridLayout *gridLayout;
  34. QTextEdit *mDescriptionTextEdit;
  35. QLabel *label_2;
  36. QTextBrowser *mAuthorsTextBrowser;
  37. QLabel *mNameLabel;
  38. QLabel *label_3;
  39. QFrame *line;
  40. QLabel *mPluginTypeLabel;
  41. QTextBrowser *mMaintainerTextBrowser;
  42. QLabel *mIcon;
  43. QLabel *label;
  44. QLabel *mReferencesLabel;
  45. QTextBrowser *mReferencesTextBrowser;
  46. QLabel *mWarningLabel;
  47. QLabel *label_5;
  48. QTextEdit *mPluginPathTextEdit;
  49. QDialogButtonBox *buttonBox;
  50. void setupUi(QDialog *ccPluginInfoDlg)
  51. {
  52. if (ccPluginInfoDlg->objectName().isEmpty())
  53. ccPluginInfoDlg->setObjectName(QString::fromUtf8("ccPluginInfoDlg"));
  54. ccPluginInfoDlg->resize(980, 750);
  55. verticalLayout = new QVBoxLayout(ccPluginInfoDlg);
  56. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  57. horizontalLayout = new QHBoxLayout();
  58. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  59. verticalLayout_2 = new QVBoxLayout();
  60. verticalLayout_2->setSpacing(4);
  61. verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
  62. mSearchLineEdit = new QLineEdit(ccPluginInfoDlg);
  63. mSearchLineEdit->setObjectName(QString::fromUtf8("mSearchLineEdit"));
  64. QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
  65. sizePolicy.setHorizontalStretch(0);
  66. sizePolicy.setVerticalStretch(0);
  67. sizePolicy.setHeightForWidth(mSearchLineEdit->sizePolicy().hasHeightForWidth());
  68. mSearchLineEdit->setSizePolicy(sizePolicy);
  69. mSearchLineEdit->setClearButtonEnabled(true);
  70. verticalLayout_2->addWidget(mSearchLineEdit);
  71. mPluginListView = new QListView(ccPluginInfoDlg);
  72. mPluginListView->setObjectName(QString::fromUtf8("mPluginListView"));
  73. QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Expanding);
  74. sizePolicy1.setHorizontalStretch(0);
  75. sizePolicy1.setVerticalStretch(0);
  76. sizePolicy1.setHeightForWidth(mPluginListView->sizePolicy().hasHeightForWidth());
  77. mPluginListView->setSizePolicy(sizePolicy1);
  78. mPluginListView->setMinimumSize(QSize(270, 0));
  79. mPluginListView->setMaximumSize(QSize(270, 16777215));
  80. mPluginListView->setEditTriggers(QAbstractItemView::NoEditTriggers);
  81. mPluginListView->setIconSize(QSize(24, 24));
  82. mPluginListView->setUniformItemSizes(true);
  83. verticalLayout_2->addWidget(mPluginListView);
  84. horizontalLayout->addLayout(verticalLayout_2);
  85. frame = new QFrame(ccPluginInfoDlg);
  86. frame->setObjectName(QString::fromUtf8("frame"));
  87. QSizePolicy sizePolicy2(QSizePolicy::Expanding, QSizePolicy::Preferred);
  88. sizePolicy2.setHorizontalStretch(0);
  89. sizePolicy2.setVerticalStretch(0);
  90. sizePolicy2.setHeightForWidth(frame->sizePolicy().hasHeightForWidth());
  91. frame->setSizePolicy(sizePolicy2);
  92. frame->setFrameShape(QFrame::StyledPanel);
  93. frame->setFrameShadow(QFrame::Raised);
  94. gridLayout = new QGridLayout(frame);
  95. gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
  96. gridLayout->setContentsMargins(6, 6, 6, 6);
  97. mDescriptionTextEdit = new QTextEdit(frame);
  98. mDescriptionTextEdit->setObjectName(QString::fromUtf8("mDescriptionTextEdit"));
  99. mDescriptionTextEdit->setReadOnly(true);
  100. gridLayout->addWidget(mDescriptionTextEdit, 2, 1, 1, 1);
  101. label_2 = new QLabel(frame);
  102. label_2->setObjectName(QString::fromUtf8("label_2"));
  103. QFont font;
  104. font.setBold(true);
  105. font.setWeight(75);
  106. label_2->setFont(font);
  107. label_2->setAlignment(Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing);
  108. gridLayout->addWidget(label_2, 2, 0, 1, 1);
  109. mAuthorsTextBrowser = new QTextBrowser(frame);
  110. mAuthorsTextBrowser->setObjectName(QString::fromUtf8("mAuthorsTextBrowser"));
  111. mAuthorsTextBrowser->setReadOnly(true);
  112. mAuthorsTextBrowser->setTextInteractionFlags(Qt::TextBrowserInteraction);
  113. mAuthorsTextBrowser->setOpenExternalLinks(true);
  114. gridLayout->addWidget(mAuthorsTextBrowser, 4, 1, 1, 1);
  115. mNameLabel = new QLabel(frame);
  116. mNameLabel->setObjectName(QString::fromUtf8("mNameLabel"));
  117. QFont font1;
  118. font1.setPointSize(26);
  119. font1.setBold(true);
  120. font1.setWeight(75);
  121. mNameLabel->setFont(font1);
  122. gridLayout->addWidget(mNameLabel, 0, 1, 1, 1);
  123. label_3 = new QLabel(frame);
  124. label_3->setObjectName(QString::fromUtf8("label_3"));
  125. label_3->setFont(font);
  126. label_3->setAlignment(Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing);
  127. gridLayout->addWidget(label_3, 5, 0, 1, 1);
  128. line = new QFrame(frame);
  129. line->setObjectName(QString::fromUtf8("line"));
  130. line->setFrameShape(QFrame::HLine);
  131. line->setFrameShadow(QFrame::Sunken);
  132. gridLayout->addWidget(line, 1, 1, 1, 1);
  133. mPluginTypeLabel = new QLabel(frame);
  134. mPluginTypeLabel->setObjectName(QString::fromUtf8("mPluginTypeLabel"));
  135. mPluginTypeLabel->setEnabled(false);
  136. mPluginTypeLabel->setAlignment(Qt::AlignCenter);
  137. gridLayout->addWidget(mPluginTypeLabel, 1, 0, 1, 1);
  138. mMaintainerTextBrowser = new QTextBrowser(frame);
  139. mMaintainerTextBrowser->setObjectName(QString::fromUtf8("mMaintainerTextBrowser"));
  140. mMaintainerTextBrowser->setReadOnly(true);
  141. mMaintainerTextBrowser->setOpenExternalLinks(true);
  142. gridLayout->addWidget(mMaintainerTextBrowser, 5, 1, 1, 1);
  143. mIcon = new QLabel(frame);
  144. mIcon->setObjectName(QString::fromUtf8("mIcon"));
  145. QSizePolicy sizePolicy3(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
  146. sizePolicy3.setHorizontalStretch(0);
  147. sizePolicy3.setVerticalStretch(0);
  148. sizePolicy3.setHeightForWidth(mIcon->sizePolicy().hasHeightForWidth());
  149. mIcon->setSizePolicy(sizePolicy3);
  150. mIcon->setMinimumSize(QSize(64, 64));
  151. mIcon->setPixmap(QPixmap(QString::fromUtf8(":/CC/Icons/images/icon/cc_icon_64.png")));
  152. mIcon->setAlignment(Qt::AlignCenter);
  153. gridLayout->addWidget(mIcon, 0, 0, 1, 1);
  154. label = new QLabel(frame);
  155. label->setObjectName(QString::fromUtf8("label"));
  156. label->setFont(font);
  157. label->setAlignment(Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing);
  158. gridLayout->addWidget(label, 4, 0, 1, 1);
  159. mReferencesLabel = new QLabel(frame);
  160. mReferencesLabel->setObjectName(QString::fromUtf8("mReferencesLabel"));
  161. mReferencesLabel->setFont(font);
  162. mReferencesLabel->setAlignment(Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing);
  163. gridLayout->addWidget(mReferencesLabel, 6, 0, 1, 1);
  164. mReferencesTextBrowser = new QTextBrowser(frame);
  165. mReferencesTextBrowser->setObjectName(QString::fromUtf8("mReferencesTextBrowser"));
  166. mReferencesTextBrowser->setOpenExternalLinks(true);
  167. gridLayout->addWidget(mReferencesTextBrowser, 6, 1, 1, 1);
  168. gridLayout->setColumnStretch(1, 1);
  169. horizontalLayout->addWidget(frame);
  170. verticalLayout->addLayout(horizontalLayout);
  171. mWarningLabel = new QLabel(ccPluginInfoDlg);
  172. mWarningLabel->setObjectName(QString::fromUtf8("mWarningLabel"));
  173. mWarningLabel->setAlignment(Qt::AlignCenter);
  174. mWarningLabel->setMargin(3);
  175. mWarningLabel->setTextInteractionFlags(Qt::NoTextInteraction);
  176. verticalLayout->addWidget(mWarningLabel);
  177. label_5 = new QLabel(ccPluginInfoDlg);
  178. label_5->setObjectName(QString::fromUtf8("label_5"));
  179. verticalLayout->addWidget(label_5);
  180. mPluginPathTextEdit = new QTextEdit(ccPluginInfoDlg);
  181. mPluginPathTextEdit->setObjectName(QString::fromUtf8("mPluginPathTextEdit"));
  182. mPluginPathTextEdit->setMinimumSize(QSize(0, 90));
  183. verticalLayout->addWidget(mPluginPathTextEdit);
  184. buttonBox = new QDialogButtonBox(ccPluginInfoDlg);
  185. buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
  186. buttonBox->setOrientation(Qt::Horizontal);
  187. buttonBox->setStandardButtons(QDialogButtonBox::Ok);
  188. verticalLayout->addWidget(buttonBox);
  189. retranslateUi(ccPluginInfoDlg);
  190. QObject::connect(buttonBox, SIGNAL(accepted()), ccPluginInfoDlg, SLOT(accept()));
  191. QMetaObject::connectSlotsByName(ccPluginInfoDlg);
  192. } // setupUi
  193. void retranslateUi(QDialog *ccPluginInfoDlg)
  194. {
  195. ccPluginInfoDlg->setWindowTitle(QCoreApplication::translate("ccPluginInfoDlg", "Dialog", nullptr));
  196. #if QT_CONFIG(tooltip)
  197. mSearchLineEdit->setToolTip(QCoreApplication::translate("ccPluginInfoDlg", "Filter list by plugin name", nullptr));
  198. #endif // QT_CONFIG(tooltip)
  199. mSearchLineEdit->setPlaceholderText(QCoreApplication::translate("ccPluginInfoDlg", "\360\237\224\215", nullptr));
  200. label_2->setText(QCoreApplication::translate("ccPluginInfoDlg", "Description", nullptr));
  201. mAuthorsTextBrowser->setHtml(QCoreApplication::translate("ccPluginInfoDlg", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
  202. "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
  203. "p, li { white-space: pre-wrap; }\n"
  204. "</style></head><body style=\" font-family:'.SF NS Text'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
  205. "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p></body></html>", nullptr));
  206. mAuthorsTextBrowser->setPlaceholderText(QCoreApplication::translate("ccPluginInfoDlg", "(none listed)", nullptr));
  207. mNameLabel->setText(QCoreApplication::translate("ccPluginInfoDlg", "Plugins", nullptr));
  208. label_3->setText(QCoreApplication::translate("ccPluginInfoDlg", "Maintainers", nullptr));
  209. mPluginTypeLabel->setText(QString());
  210. mMaintainerTextBrowser->setHtml(QCoreApplication::translate("ccPluginInfoDlg", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
  211. "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
  212. "p, li { white-space: pre-wrap; }\n"
  213. "</style></head><body style=\" font-family:'.SF NS Text'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
  214. "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p></body></html>", nullptr));
  215. mMaintainerTextBrowser->setPlaceholderText(QCoreApplication::translate("ccPluginInfoDlg", "(CloudCompare Team)", nullptr));
  216. mIcon->setText(QString());
  217. label->setText(QCoreApplication::translate("ccPluginInfoDlg", "Authors", nullptr));
  218. mReferencesLabel->setText(QCoreApplication::translate("ccPluginInfoDlg", "References", nullptr));
  219. mReferencesTextBrowser->setHtml(QCoreApplication::translate("ccPluginInfoDlg", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
  220. "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
  221. "p, li { white-space: pre-wrap; }\n"
  222. "</style></head><body style=\" font-family:'.SF NS Text'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
  223. "<p style=\"-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><br /></p></body></html>", nullptr));
  224. mReferencesTextBrowser->setPlaceholderText(QCoreApplication::translate("ccPluginInfoDlg", "(none listed)", nullptr));
  225. mWarningLabel->setText(QString());
  226. label_5->setText(QCoreApplication::translate("ccPluginInfoDlg", "CloudCompare looks for plugins in the following directories:", nullptr));
  227. } // retranslateUi
  228. };
  229. namespace Ui {
  230. class ccPluginInfoDlg: public Ui_ccPluginInfoDlg {};
  231. } // namespace Ui
  232. QT_END_NAMESPACE
  233. #endif // UI_CCPLUGININFODLG_H