| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287 |
- /********************************************************************************
- ** Form generated from reading UI file 'ccPluginInfoDlg.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_CCPLUGININFODLG_H
- #define UI_CCPLUGININFODLG_H
- #include <QtCore/QVariant>
- #include <QtWidgets/QApplication>
- #include <QtWidgets/QDialog>
- #include <QtWidgets/QDialogButtonBox>
- #include <QtWidgets/QFrame>
- #include <QtWidgets/QGridLayout>
- #include <QtWidgets/QHBoxLayout>
- #include <QtWidgets/QLabel>
- #include <QtWidgets/QLineEdit>
- #include <QtWidgets/QListView>
- #include <QtWidgets/QTextBrowser>
- #include <QtWidgets/QTextEdit>
- #include <QtWidgets/QVBoxLayout>
- QT_BEGIN_NAMESPACE
- class Ui_ccPluginInfoDlg
- {
- public:
- QVBoxLayout *verticalLayout;
- QHBoxLayout *horizontalLayout;
- QVBoxLayout *verticalLayout_2;
- QLineEdit *mSearchLineEdit;
- QListView *mPluginListView;
- QFrame *frame;
- QGridLayout *gridLayout;
- QTextEdit *mDescriptionTextEdit;
- QLabel *label_2;
- QTextBrowser *mAuthorsTextBrowser;
- QLabel *mNameLabel;
- QLabel *label_3;
- QFrame *line;
- QLabel *mPluginTypeLabel;
- QTextBrowser *mMaintainerTextBrowser;
- QLabel *mIcon;
- QLabel *label;
- QLabel *mReferencesLabel;
- QTextBrowser *mReferencesTextBrowser;
- QLabel *mWarningLabel;
- QLabel *label_5;
- QTextEdit *mPluginPathTextEdit;
- QDialogButtonBox *buttonBox;
- void setupUi(QDialog *ccPluginInfoDlg)
- {
- if (ccPluginInfoDlg->objectName().isEmpty())
- ccPluginInfoDlg->setObjectName(QString::fromUtf8("ccPluginInfoDlg"));
- ccPluginInfoDlg->resize(980, 750);
- verticalLayout = new QVBoxLayout(ccPluginInfoDlg);
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- horizontalLayout = new QHBoxLayout();
- horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
- verticalLayout_2 = new QVBoxLayout();
- verticalLayout_2->setSpacing(4);
- verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
- mSearchLineEdit = new QLineEdit(ccPluginInfoDlg);
- mSearchLineEdit->setObjectName(QString::fromUtf8("mSearchLineEdit"));
- QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(mSearchLineEdit->sizePolicy().hasHeightForWidth());
- mSearchLineEdit->setSizePolicy(sizePolicy);
- mSearchLineEdit->setClearButtonEnabled(true);
- verticalLayout_2->addWidget(mSearchLineEdit);
- mPluginListView = new QListView(ccPluginInfoDlg);
- mPluginListView->setObjectName(QString::fromUtf8("mPluginListView"));
- QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Expanding);
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(mPluginListView->sizePolicy().hasHeightForWidth());
- mPluginListView->setSizePolicy(sizePolicy1);
- mPluginListView->setMinimumSize(QSize(270, 0));
- mPluginListView->setMaximumSize(QSize(270, 16777215));
- mPluginListView->setEditTriggers(QAbstractItemView::NoEditTriggers);
- mPluginListView->setIconSize(QSize(24, 24));
- mPluginListView->setUniformItemSizes(true);
- verticalLayout_2->addWidget(mPluginListView);
- horizontalLayout->addLayout(verticalLayout_2);
- frame = new QFrame(ccPluginInfoDlg);
- frame->setObjectName(QString::fromUtf8("frame"));
- QSizePolicy sizePolicy2(QSizePolicy::Expanding, QSizePolicy::Preferred);
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(frame->sizePolicy().hasHeightForWidth());
- frame->setSizePolicy(sizePolicy2);
- frame->setFrameShape(QFrame::StyledPanel);
- frame->setFrameShadow(QFrame::Raised);
- gridLayout = new QGridLayout(frame);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- gridLayout->setContentsMargins(6, 6, 6, 6);
- mDescriptionTextEdit = new QTextEdit(frame);
- mDescriptionTextEdit->setObjectName(QString::fromUtf8("mDescriptionTextEdit"));
- mDescriptionTextEdit->setReadOnly(true);
- gridLayout->addWidget(mDescriptionTextEdit, 2, 1, 1, 1);
- label_2 = new QLabel(frame);
- label_2->setObjectName(QString::fromUtf8("label_2"));
- QFont font;
- font.setBold(true);
- font.setWeight(75);
- label_2->setFont(font);
- label_2->setAlignment(Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing);
- gridLayout->addWidget(label_2, 2, 0, 1, 1);
- mAuthorsTextBrowser = new QTextBrowser(frame);
- mAuthorsTextBrowser->setObjectName(QString::fromUtf8("mAuthorsTextBrowser"));
- mAuthorsTextBrowser->setReadOnly(true);
- mAuthorsTextBrowser->setTextInteractionFlags(Qt::TextBrowserInteraction);
- mAuthorsTextBrowser->setOpenExternalLinks(true);
- gridLayout->addWidget(mAuthorsTextBrowser, 4, 1, 1, 1);
- mNameLabel = new QLabel(frame);
- mNameLabel->setObjectName(QString::fromUtf8("mNameLabel"));
- QFont font1;
- font1.setPointSize(26);
- font1.setBold(true);
- font1.setWeight(75);
- mNameLabel->setFont(font1);
- gridLayout->addWidget(mNameLabel, 0, 1, 1, 1);
- label_3 = new QLabel(frame);
- label_3->setObjectName(QString::fromUtf8("label_3"));
- label_3->setFont(font);
- label_3->setAlignment(Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing);
- gridLayout->addWidget(label_3, 5, 0, 1, 1);
- line = new QFrame(frame);
- line->setObjectName(QString::fromUtf8("line"));
- line->setFrameShape(QFrame::HLine);
- line->setFrameShadow(QFrame::Sunken);
- gridLayout->addWidget(line, 1, 1, 1, 1);
- mPluginTypeLabel = new QLabel(frame);
- mPluginTypeLabel->setObjectName(QString::fromUtf8("mPluginTypeLabel"));
- mPluginTypeLabel->setEnabled(false);
- mPluginTypeLabel->setAlignment(Qt::AlignCenter);
- gridLayout->addWidget(mPluginTypeLabel, 1, 0, 1, 1);
- mMaintainerTextBrowser = new QTextBrowser(frame);
- mMaintainerTextBrowser->setObjectName(QString::fromUtf8("mMaintainerTextBrowser"));
- mMaintainerTextBrowser->setReadOnly(true);
- mMaintainerTextBrowser->setOpenExternalLinks(true);
- gridLayout->addWidget(mMaintainerTextBrowser, 5, 1, 1, 1);
- mIcon = new QLabel(frame);
- mIcon->setObjectName(QString::fromUtf8("mIcon"));
- QSizePolicy sizePolicy3(QSizePolicy::MinimumExpanding, QSizePolicy::Fixed);
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(mIcon->sizePolicy().hasHeightForWidth());
- mIcon->setSizePolicy(sizePolicy3);
- mIcon->setMinimumSize(QSize(64, 64));
- mIcon->setPixmap(QPixmap(QString::fromUtf8(":/CC/Icons/images/icon/cc_icon_64.png")));
- mIcon->setAlignment(Qt::AlignCenter);
- gridLayout->addWidget(mIcon, 0, 0, 1, 1);
- label = new QLabel(frame);
- label->setObjectName(QString::fromUtf8("label"));
- label->setFont(font);
- label->setAlignment(Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing);
- gridLayout->addWidget(label, 4, 0, 1, 1);
- mReferencesLabel = new QLabel(frame);
- mReferencesLabel->setObjectName(QString::fromUtf8("mReferencesLabel"));
- mReferencesLabel->setFont(font);
- mReferencesLabel->setAlignment(Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing);
- gridLayout->addWidget(mReferencesLabel, 6, 0, 1, 1);
- mReferencesTextBrowser = new QTextBrowser(frame);
- mReferencesTextBrowser->setObjectName(QString::fromUtf8("mReferencesTextBrowser"));
- mReferencesTextBrowser->setOpenExternalLinks(true);
- gridLayout->addWidget(mReferencesTextBrowser, 6, 1, 1, 1);
- gridLayout->setColumnStretch(1, 1);
- horizontalLayout->addWidget(frame);
- verticalLayout->addLayout(horizontalLayout);
- mWarningLabel = new QLabel(ccPluginInfoDlg);
- mWarningLabel->setObjectName(QString::fromUtf8("mWarningLabel"));
- mWarningLabel->setAlignment(Qt::AlignCenter);
- mWarningLabel->setMargin(3);
- mWarningLabel->setTextInteractionFlags(Qt::NoTextInteraction);
- verticalLayout->addWidget(mWarningLabel);
- label_5 = new QLabel(ccPluginInfoDlg);
- label_5->setObjectName(QString::fromUtf8("label_5"));
- verticalLayout->addWidget(label_5);
- mPluginPathTextEdit = new QTextEdit(ccPluginInfoDlg);
- mPluginPathTextEdit->setObjectName(QString::fromUtf8("mPluginPathTextEdit"));
- mPluginPathTextEdit->setMinimumSize(QSize(0, 90));
- verticalLayout->addWidget(mPluginPathTextEdit);
- buttonBox = new QDialogButtonBox(ccPluginInfoDlg);
- buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
- buttonBox->setOrientation(Qt::Horizontal);
- buttonBox->setStandardButtons(QDialogButtonBox::Ok);
- verticalLayout->addWidget(buttonBox);
- retranslateUi(ccPluginInfoDlg);
- QObject::connect(buttonBox, SIGNAL(accepted()), ccPluginInfoDlg, SLOT(accept()));
- QMetaObject::connectSlotsByName(ccPluginInfoDlg);
- } // setupUi
- void retranslateUi(QDialog *ccPluginInfoDlg)
- {
- ccPluginInfoDlg->setWindowTitle(QCoreApplication::translate("ccPluginInfoDlg", "Dialog", nullptr));
- #if QT_CONFIG(tooltip)
- mSearchLineEdit->setToolTip(QCoreApplication::translate("ccPluginInfoDlg", "Filter list by plugin name", nullptr));
- #endif // QT_CONFIG(tooltip)
- mSearchLineEdit->setPlaceholderText(QCoreApplication::translate("ccPluginInfoDlg", "\360\237\224\215", nullptr));
- label_2->setText(QCoreApplication::translate("ccPluginInfoDlg", "Description", nullptr));
- mAuthorsTextBrowser->setHtml(QCoreApplication::translate("ccPluginInfoDlg", "<!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:'.SF NS Text'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
- "<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));
- mAuthorsTextBrowser->setPlaceholderText(QCoreApplication::translate("ccPluginInfoDlg", "(none listed)", nullptr));
- mNameLabel->setText(QCoreApplication::translate("ccPluginInfoDlg", "Plugins", nullptr));
- label_3->setText(QCoreApplication::translate("ccPluginInfoDlg", "Maintainers", nullptr));
- mPluginTypeLabel->setText(QString());
- mMaintainerTextBrowser->setHtml(QCoreApplication::translate("ccPluginInfoDlg", "<!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:'.SF NS Text'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
- "<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));
- mMaintainerTextBrowser->setPlaceholderText(QCoreApplication::translate("ccPluginInfoDlg", "(CloudCompare Team)", nullptr));
- mIcon->setText(QString());
- label->setText(QCoreApplication::translate("ccPluginInfoDlg", "Authors", nullptr));
- mReferencesLabel->setText(QCoreApplication::translate("ccPluginInfoDlg", "References", nullptr));
- mReferencesTextBrowser->setHtml(QCoreApplication::translate("ccPluginInfoDlg", "<!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:'.SF NS Text'; font-size:13pt; font-weight:400; font-style:normal;\">\n"
- "<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));
- mReferencesTextBrowser->setPlaceholderText(QCoreApplication::translate("ccPluginInfoDlg", "(none listed)", nullptr));
- mWarningLabel->setText(QString());
- label_5->setText(QCoreApplication::translate("ccPluginInfoDlg", "CloudCompare looks for plugins in the following directories:", nullptr));
- } // retranslateUi
- };
- namespace Ui {
- class ccPluginInfoDlg: public Ui_ccPluginInfoDlg {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_CCPLUGININFODLG_H
|