Line |
Branch |
Exec |
Source |
1 |
|
|
/******************************************************************************** |
2 |
|
|
** Form generated from reading UI file 'pluginmanagerdialog.ui' |
3 |
|
|
** |
4 |
|
|
** Created by: Qt User Interface Compiler version 5.15.3 |
5 |
|
|
** |
6 |
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file! |
7 |
|
|
********************************************************************************/ |
8 |
|
|
|
9 |
|
|
#ifndef UI_PLUGINMANAGERDIALOG_H |
10 |
|
|
#define UI_PLUGINMANAGERDIALOG_H |
11 |
|
|
|
12 |
|
|
#include <QtCore/QVariant> |
13 |
|
|
#include <QtGui/QIcon> |
14 |
|
|
#include <QtWidgets/QApplication> |
15 |
|
|
#include <QtWidgets/QDialog> |
16 |
|
|
#include <QtWidgets/QDialogButtonBox> |
17 |
|
|
#include <QtWidgets/QHBoxLayout> |
18 |
|
|
#include <QtWidgets/QHeaderView> |
19 |
|
|
#include <QtWidgets/QLabel> |
20 |
|
|
#include <QtWidgets/QPushButton> |
21 |
|
|
#include <QtWidgets/QSpacerItem> |
22 |
|
|
#include <QtWidgets/QTableWidget> |
23 |
|
|
#include <QtWidgets/QVBoxLayout> |
24 |
|
|
|
25 |
|
|
QT_BEGIN_NAMESPACE |
26 |
|
|
|
27 |
|
|
class Ui_PluginManagerDialog |
28 |
|
|
{ |
29 |
|
|
public: |
30 |
|
|
QVBoxLayout *verticalLayout; |
31 |
|
|
QLabel *cppPluginHeader; |
32 |
|
|
QTableWidget *pluginList; |
33 |
|
|
QLabel *pyPluginHeader; |
34 |
|
|
QTableWidget *pypluginList; |
35 |
|
|
QHBoxLayout *horizontalLayout_2; |
36 |
|
|
QPushButton *declareAllPluginsButton; |
37 |
|
|
QPushButton *saveButton; |
38 |
|
|
QSpacerItem *horizontalSpacer; |
39 |
|
|
QDialogButtonBox *pluginManagerButtonBox; |
40 |
|
|
QLabel *pluginMessage; |
41 |
|
|
|
42 |
|
✗ |
void setupUi(QDialog *PluginManagerDialog) |
43 |
|
|
{ |
44 |
|
✗ |
if (PluginManagerDialog->objectName().isEmpty()) |
45 |
|
✗ |
PluginManagerDialog->setObjectName(QString::fromUtf8("PluginManagerDialog")); |
46 |
|
✗ |
PluginManagerDialog->resize(400, 300); |
47 |
|
✗ |
QIcon icon; |
48 |
|
✗ |
QString iconThemeName = QString::fromUtf8("preferences-plugin"); |
49 |
|
✗ |
if (QIcon::hasThemeIcon(iconThemeName)) { |
50 |
|
✗ |
icon = QIcon::fromTheme(iconThemeName); |
51 |
|
|
} else { |
52 |
|
✗ |
icon.addFile(QString::fromUtf8(""), QSize(), QIcon::Normal, QIcon::Off); |
53 |
|
|
} |
54 |
|
✗ |
PluginManagerDialog->setWindowIcon(icon); |
55 |
|
✗ |
verticalLayout = new QVBoxLayout(PluginManagerDialog); |
56 |
|
✗ |
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); |
57 |
|
✗ |
cppPluginHeader = new QLabel(PluginManagerDialog); |
58 |
|
✗ |
cppPluginHeader->setObjectName(QString::fromUtf8("cppPluginHeader")); |
59 |
|
|
|
60 |
|
✗ |
verticalLayout->addWidget(cppPluginHeader); |
61 |
|
|
|
62 |
|
✗ |
pluginList = new QTableWidget(PluginManagerDialog); |
63 |
|
✗ |
if (pluginList->columnCount() < 4) |
64 |
|
✗ |
pluginList->setColumnCount(4); |
65 |
|
✗ |
QTableWidgetItem *__qtablewidgetitem = new QTableWidgetItem(); |
66 |
|
✗ |
pluginList->setHorizontalHeaderItem(0, __qtablewidgetitem); |
67 |
|
✗ |
QTableWidgetItem *__qtablewidgetitem1 = new QTableWidgetItem(); |
68 |
|
✗ |
pluginList->setHorizontalHeaderItem(1, __qtablewidgetitem1); |
69 |
|
✗ |
QTableWidgetItem *__qtablewidgetitem2 = new QTableWidgetItem(); |
70 |
|
✗ |
pluginList->setHorizontalHeaderItem(2, __qtablewidgetitem2); |
71 |
|
✗ |
QTableWidgetItem *__qtablewidgetitem3 = new QTableWidgetItem(); |
72 |
|
✗ |
pluginList->setHorizontalHeaderItem(3, __qtablewidgetitem3); |
73 |
|
✗ |
pluginList->setObjectName(QString::fromUtf8("pluginList")); |
74 |
|
✗ |
pluginList->setContextMenuPolicy(Qt::CustomContextMenu); |
75 |
|
✗ |
pluginList->setEditTriggers(QAbstractItemView::NoEditTriggers); |
76 |
|
|
|
77 |
|
✗ |
verticalLayout->addWidget(pluginList); |
78 |
|
|
|
79 |
|
✗ |
pyPluginHeader = new QLabel(PluginManagerDialog); |
80 |
|
✗ |
pyPluginHeader->setObjectName(QString::fromUtf8("pyPluginHeader")); |
81 |
|
|
|
82 |
|
✗ |
verticalLayout->addWidget(pyPluginHeader); |
83 |
|
|
|
84 |
|
✗ |
pypluginList = new QTableWidget(PluginManagerDialog); |
85 |
|
✗ |
if (pypluginList->columnCount() < 4) |
86 |
|
✗ |
pypluginList->setColumnCount(4); |
87 |
|
✗ |
QTableWidgetItem *__qtablewidgetitem4 = new QTableWidgetItem(); |
88 |
|
✗ |
pypluginList->setHorizontalHeaderItem(0, __qtablewidgetitem4); |
89 |
|
✗ |
QTableWidgetItem *__qtablewidgetitem5 = new QTableWidgetItem(); |
90 |
|
✗ |
pypluginList->setHorizontalHeaderItem(1, __qtablewidgetitem5); |
91 |
|
✗ |
QTableWidgetItem *__qtablewidgetitem6 = new QTableWidgetItem(); |
92 |
|
✗ |
pypluginList->setHorizontalHeaderItem(2, __qtablewidgetitem6); |
93 |
|
✗ |
QTableWidgetItem *__qtablewidgetitem7 = new QTableWidgetItem(); |
94 |
|
✗ |
pypluginList->setHorizontalHeaderItem(3, __qtablewidgetitem7); |
95 |
|
✗ |
pypluginList->setObjectName(QString::fromUtf8("pypluginList")); |
96 |
|
✗ |
pypluginList->setContextMenuPolicy(Qt::CustomContextMenu); |
97 |
|
✗ |
pypluginList->setEditTriggers(QAbstractItemView::NoEditTriggers); |
98 |
|
|
|
99 |
|
✗ |
verticalLayout->addWidget(pypluginList); |
100 |
|
|
|
101 |
|
✗ |
horizontalLayout_2 = new QHBoxLayout(); |
102 |
|
✗ |
horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2")); |
103 |
|
✗ |
declareAllPluginsButton = new QPushButton(PluginManagerDialog); |
104 |
|
✗ |
declareAllPluginsButton->setObjectName(QString::fromUtf8("declareAllPluginsButton")); |
105 |
|
|
|
106 |
|
✗ |
horizontalLayout_2->addWidget(declareAllPluginsButton); |
107 |
|
|
|
108 |
|
✗ |
saveButton = new QPushButton(PluginManagerDialog); |
109 |
|
✗ |
saveButton->setObjectName(QString::fromUtf8("saveButton")); |
110 |
|
|
|
111 |
|
✗ |
horizontalLayout_2->addWidget(saveButton); |
112 |
|
|
|
113 |
|
✗ |
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
114 |
|
|
|
115 |
|
✗ |
horizontalLayout_2->addItem(horizontalSpacer); |
116 |
|
|
|
117 |
|
✗ |
pluginManagerButtonBox = new QDialogButtonBox(PluginManagerDialog); |
118 |
|
✗ |
pluginManagerButtonBox->setObjectName(QString::fromUtf8("pluginManagerButtonBox")); |
119 |
|
✗ |
pluginManagerButtonBox->setOrientation(Qt::Horizontal); |
120 |
|
✗ |
pluginManagerButtonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); |
121 |
|
|
|
122 |
|
✗ |
horizontalLayout_2->addWidget(pluginManagerButtonBox); |
123 |
|
|
|
124 |
|
|
|
125 |
|
✗ |
verticalLayout->addLayout(horizontalLayout_2); |
126 |
|
|
|
127 |
|
✗ |
pluginMessage = new QLabel(PluginManagerDialog); |
128 |
|
✗ |
pluginMessage->setObjectName(QString::fromUtf8("pluginMessage")); |
129 |
|
|
|
130 |
|
✗ |
verticalLayout->addWidget(pluginMessage); |
131 |
|
|
|
132 |
|
|
|
133 |
|
✗ |
retranslateUi(PluginManagerDialog); |
134 |
|
✗ |
QObject::connect(pluginManagerButtonBox, SIGNAL(accepted()), PluginManagerDialog, SLOT(accept())); |
135 |
|
✗ |
QObject::connect(pluginManagerButtonBox, SIGNAL(rejected()), PluginManagerDialog, SLOT(reject())); |
136 |
|
|
|
137 |
|
✗ |
QMetaObject::connectSlotsByName(PluginManagerDialog); |
138 |
|
✗ |
} // setupUi |
139 |
|
|
|
140 |
|
✗ |
void retranslateUi(QDialog *PluginManagerDialog) |
141 |
|
|
{ |
142 |
|
✗ |
PluginManagerDialog->setWindowTitle(QCoreApplication::translate("PluginManagerDialog", "Plugin Manager", nullptr)); |
143 |
|
✗ |
cppPluginHeader->setText(QCoreApplication::translate("PluginManagerDialog", "C++ plugins", nullptr)); |
144 |
|
✗ |
QTableWidgetItem *___qtablewidgetitem = pluginList->horizontalHeaderItem(0); |
145 |
|
✗ |
___qtablewidgetitem->setText(QCoreApplication::translate("PluginManagerDialog", "Name", nullptr)); |
146 |
|
✗ |
QTableWidgetItem *___qtablewidgetitem1 = pluginList->horizontalHeaderItem(1); |
147 |
|
✗ |
___qtablewidgetitem1->setText(QCoreApplication::translate("PluginManagerDialog", "File", nullptr)); |
148 |
|
✗ |
QTableWidgetItem *___qtablewidgetitem2 = pluginList->horizontalHeaderItem(2); |
149 |
|
✗ |
___qtablewidgetitem2->setText(QCoreApplication::translate("PluginManagerDialog", "Version", nullptr)); |
150 |
|
✗ |
QTableWidgetItem *___qtablewidgetitem3 = pluginList->horizontalHeaderItem(3); |
151 |
|
✗ |
___qtablewidgetitem3->setText(QCoreApplication::translate("PluginManagerDialog", "FullPath", nullptr)); |
152 |
|
✗ |
pyPluginHeader->setText(QCoreApplication::translate("PluginManagerDialog", "Python plugins", nullptr)); |
153 |
|
✗ |
QTableWidgetItem *___qtablewidgetitem4 = pypluginList->horizontalHeaderItem(0); |
154 |
|
✗ |
___qtablewidgetitem4->setText(QCoreApplication::translate("PluginManagerDialog", "Name", nullptr)); |
155 |
|
✗ |
QTableWidgetItem *___qtablewidgetitem5 = pypluginList->horizontalHeaderItem(1); |
156 |
|
✗ |
___qtablewidgetitem5->setText(QCoreApplication::translate("PluginManagerDialog", "File", nullptr)); |
157 |
|
✗ |
QTableWidgetItem *___qtablewidgetitem6 = pypluginList->horizontalHeaderItem(2); |
158 |
|
✗ |
___qtablewidgetitem6->setText(QCoreApplication::translate("PluginManagerDialog", "Version", nullptr)); |
159 |
|
✗ |
QTableWidgetItem *___qtablewidgetitem7 = pypluginList->horizontalHeaderItem(3); |
160 |
|
✗ |
___qtablewidgetitem7->setText(QCoreApplication::translate("PluginManagerDialog", "FullPath", nullptr)); |
161 |
|
✗ |
declareAllPluginsButton->setText(QCoreApplication::translate("PluginManagerDialog", "Find &all plugins", nullptr)); |
162 |
|
✗ |
saveButton->setText(QCoreApplication::translate("PluginManagerDialog", "&Save", nullptr)); |
163 |
|
✗ |
pluginMessage->setText(QString()); |
164 |
|
✗ |
} // retranslateUi |
165 |
|
|
|
166 |
|
|
}; |
167 |
|
|
|
168 |
|
|
namespace Ui { |
169 |
|
|
class PluginManagerDialog: public Ui_PluginManagerDialog {}; |
170 |
|
|
} // namespace Ui |
171 |
|
|
|
172 |
|
|
QT_END_NAMESPACE |
173 |
|
|
|
174 |
|
|
#endif // UI_PLUGINMANAGERDIALOG_H |
175 |
|
|
|