ui_pqLinksEditor.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqLinksEditor.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.15.2
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_PQLINKSEDITOR_H
10 #define UI_PQLINKSEDITOR_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QCheckBox>
15 #include <QtWidgets/QComboBox>
16 #include <QtWidgets/QDialog>
17 #include <QtWidgets/QDialogButtonBox>
18 #include <QtWidgets/QGridLayout>
19 #include <QtWidgets/QHBoxLayout>
20 #include <QtWidgets/QHeaderView>
21 #include <QtWidgets/QLabel>
22 #include <QtWidgets/QLineEdit>
23 #include <QtWidgets/QListWidget>
24 #include <QtWidgets/QSpacerItem>
25 #include <QtWidgets/QStackedWidget>
26 #include <QtWidgets/QTreeView>
27 #include <QtWidgets/QWidget>
28 
29 QT_BEGIN_NAMESPACE
30 
32 {
33 public:
34  QGridLayout *gridLayout;
35  QStackedWidget *stackedWidget;
36  QWidget *page;
37  QGridLayout *gridLayout1;
38  QTreeView *ObjectTreeProxy2;
39  QTreeView *ObjectTreeProxy1;
40  QWidget *page_2;
41  QGridLayout *gridLayout2;
42  QListWidget *Property1List;
43  QTreeView *ObjectTreeProperty1;
44  QListWidget *Property2List;
45  QTreeView *ObjectTreeProperty2;
46  QWidget *page_3;
47  QGridLayout *gridLayout3;
50  QHBoxLayout *hboxLayout;
51  QLabel *label;
52  QLineEdit *lineEdit;
53  QLabel *label_2;
54  QComboBox *comboBox;
55  QSpacerItem *spacerItem;
56  QLabel *status;
60  QDialogButtonBox *buttonBox;
61 
62  void setupUi(QDialog *pqLinksEditor)
63  {
64  if (pqLinksEditor->objectName().isEmpty())
65  pqLinksEditor->setObjectName(QString::fromUtf8("pqLinksEditor"));
66  pqLinksEditor->resize(496, 389);
67  gridLayout = new QGridLayout(pqLinksEditor);
68 #ifndef Q_OS_MAC
69  gridLayout->setSpacing(6);
70 #endif
71 #ifndef Q_OS_MAC
72  gridLayout->setContentsMargins(9, 9, 9, 9);
73 #endif
74  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
75  stackedWidget = new QStackedWidget(pqLinksEditor);
76  stackedWidget->setObjectName(QString::fromUtf8("stackedWidget"));
77  page = new QWidget();
78  page->setObjectName(QString::fromUtf8("page"));
79  gridLayout1 = new QGridLayout(page);
80 #ifndef Q_OS_MAC
81  gridLayout1->setSpacing(6);
82 #endif
83 #ifndef Q_OS_MAC
84  gridLayout1->setContentsMargins(9, 9, 9, 9);
85 #endif
86  gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
87  ObjectTreeProxy2 = new QTreeView(page);
88  ObjectTreeProxy2->setObjectName(QString::fromUtf8("ObjectTreeProxy2"));
89 
90  gridLayout1->addWidget(ObjectTreeProxy2, 0, 1, 1, 1);
91 
92  ObjectTreeProxy1 = new QTreeView(page);
93  ObjectTreeProxy1->setObjectName(QString::fromUtf8("ObjectTreeProxy1"));
94 
95  gridLayout1->addWidget(ObjectTreeProxy1, 0, 0, 1, 1);
96 
97  stackedWidget->addWidget(page);
98  page_2 = new QWidget();
99  page_2->setObjectName(QString::fromUtf8("page_2"));
100  gridLayout2 = new QGridLayout(page_2);
101 #ifndef Q_OS_MAC
102  gridLayout2->setSpacing(6);
103 #endif
104 #ifndef Q_OS_MAC
105  gridLayout2->setContentsMargins(9, 9, 9, 9);
106 #endif
107  gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
108  Property1List = new QListWidget(page_2);
109  Property1List->setObjectName(QString::fromUtf8("Property1List"));
110  Property1List->setSortingEnabled(true);
111 
112  gridLayout2->addWidget(Property1List, 1, 0, 1, 1);
113 
114  ObjectTreeProperty1 = new QTreeView(page_2);
115  ObjectTreeProperty1->setObjectName(QString::fromUtf8("ObjectTreeProperty1"));
116 
117  gridLayout2->addWidget(ObjectTreeProperty1, 0, 0, 1, 1);
118 
119  Property2List = new QListWidget(page_2);
120  Property2List->setObjectName(QString::fromUtf8("Property2List"));
121  Property2List->setSortingEnabled(true);
122 
123  gridLayout2->addWidget(Property2List, 1, 1, 1, 1);
124 
125  ObjectTreeProperty2 = new QTreeView(page_2);
126  ObjectTreeProperty2->setObjectName(QString::fromUtf8("ObjectTreeProperty2"));
127 
128  gridLayout2->addWidget(ObjectTreeProperty2, 0, 1, 1, 1);
129 
130  stackedWidget->addWidget(page_2);
131  page_3 = new QWidget();
132  page_3->setObjectName(QString::fromUtf8("page_3"));
133  gridLayout3 = new QGridLayout(page_3);
134 #ifndef Q_OS_MAC
135  gridLayout3->setSpacing(6);
136 #endif
137 #ifndef Q_OS_MAC
138  gridLayout3->setContentsMargins(9, 9, 9, 9);
139 #endif
140  gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
141  ObjectTreeSelection1 = new QTreeView(page_3);
142  ObjectTreeSelection1->setObjectName(QString::fromUtf8("ObjectTreeSelection1"));
143 
144  gridLayout3->addWidget(ObjectTreeSelection1, 0, 0, 1, 1);
145 
146  ObjectTreeSelection2 = new QTreeView(page_3);
147  ObjectTreeSelection2->setObjectName(QString::fromUtf8("ObjectTreeSelection2"));
148 
149  gridLayout3->addWidget(ObjectTreeSelection2, 0, 1, 1, 1);
150 
151  stackedWidget->addWidget(page_3);
152 
153  gridLayout->addWidget(stackedWidget, 1, 0, 1, 2);
154 
155  hboxLayout = new QHBoxLayout();
156 #ifndef Q_OS_MAC
157  hboxLayout->setSpacing(6);
158 #endif
159  hboxLayout->setContentsMargins(0, 0, 0, 0);
160  hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
161  label = new QLabel(pqLinksEditor);
162  label->setObjectName(QString::fromUtf8("label"));
163 
164  hboxLayout->addWidget(label);
165 
166  lineEdit = new QLineEdit(pqLinksEditor);
167  lineEdit->setObjectName(QString::fromUtf8("lineEdit"));
168 
169  hboxLayout->addWidget(lineEdit);
170 
171  label_2 = new QLabel(pqLinksEditor);
172  label_2->setObjectName(QString::fromUtf8("label_2"));
173 
174  hboxLayout->addWidget(label_2);
175 
176  comboBox = new QComboBox(pqLinksEditor);
177  comboBox->addItem(QString());
178  comboBox->addItem(QString());
179  comboBox->addItem(QString());
180  comboBox->setObjectName(QString::fromUtf8("comboBox"));
181 
182  hboxLayout->addWidget(comboBox);
183 
184  spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
185 
186  hboxLayout->addItem(spacerItem);
187 
188 
189  gridLayout->addLayout(hboxLayout, 0, 0, 1, 2);
190 
191  status = new QLabel(pqLinksEditor);
192  status->setObjectName(QString::fromUtf8("status"));
193 
194  gridLayout->addWidget(status, 2, 0, 1, 1);
195 
196  interactiveViewLinkCheckBox = new QCheckBox(pqLinksEditor);
197  interactiveViewLinkCheckBox->setObjectName(QString::fromUtf8("interactiveViewLinkCheckBox"));
198  interactiveViewLinkCheckBox->setVisible(false);
199 
200  gridLayout->addWidget(interactiveViewLinkCheckBox, 3, 0, 1, 1);
201 
202  cameraWidgetViewLinkCheckBox = new QCheckBox(pqLinksEditor);
203  cameraWidgetViewLinkCheckBox->setObjectName(QString::fromUtf8("cameraWidgetViewLinkCheckBox"));
204  cameraWidgetViewLinkCheckBox->setVisible(false);
205 
206  gridLayout->addWidget(cameraWidgetViewLinkCheckBox, 3, 1, 1, 1);
207 
208  convertToIndicesCheckBox = new QCheckBox(pqLinksEditor);
209  convertToIndicesCheckBox->setObjectName(QString::fromUtf8("convertToIndicesCheckBox"));
210  convertToIndicesCheckBox->setChecked(true);
211  convertToIndicesCheckBox->setVisible(false);
212 
213  gridLayout->addWidget(convertToIndicesCheckBox, 2, 0, 1, 1);
214 
215  buttonBox = new QDialogButtonBox(pqLinksEditor);
216  buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
217  buttonBox->setOrientation(Qt::Horizontal);
218  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok);
219 
220  gridLayout->addWidget(buttonBox, 4, 1, 1, 1);
221 
222 
223  retranslateUi(pqLinksEditor);
224  QObject::connect(buttonBox, SIGNAL(accepted()), pqLinksEditor, SLOT(accept()));
225  QObject::connect(buttonBox, SIGNAL(rejected()), pqLinksEditor, SLOT(reject()));
226  QObject::connect(comboBox, SIGNAL(currentIndexChanged(int)), stackedWidget, SLOT(setCurrentIndex(int)));
227 
228  stackedWidget->setCurrentIndex(0);
229 
230 
231  QMetaObject::connectSlotsByName(pqLinksEditor);
232  } // setupUi
233 
235  {
236  pqLinksEditor->setWindowTitle(QCoreApplication::translate("pqLinksEditor", "Dialog", nullptr));
237  label->setText(QCoreApplication::translate("pqLinksEditor", "Name:", nullptr));
238  label_2->setText(QCoreApplication::translate("pqLinksEditor", "Mode:", nullptr));
239  comboBox->setItemText(0, QCoreApplication::translate("pqLinksEditor", "Object Link", nullptr));
240  comboBox->setItemText(1, QCoreApplication::translate("pqLinksEditor", "Property Link", nullptr));
241  comboBox->setItemText(2, QCoreApplication::translate("pqLinksEditor", "Selection Link", nullptr));
242 
243  status->setText(QCoreApplication::translate("pqLinksEditor", "Status", nullptr));
244  interactiveViewLinkCheckBox->setText(QCoreApplication::translate("pqLinksEditor", "Interactive View Link", nullptr));
245  cameraWidgetViewLinkCheckBox->setText(QCoreApplication::translate("pqLinksEditor", "Camera Widget View Link", nullptr));
246 #if QT_CONFIG(tooltip)
247  convertToIndicesCheckBox->setToolTip(QCoreApplication::translate("pqLinksEditor", "<span>When enabled, selection is linked by evaluating the selection on the data source and select corresponding elements based on their indices on other linked data sources, instead of sharing the actual selection between the data sources.</span>", nullptr));
248 #endif // QT_CONFIG(tooltip)
249  convertToIndicesCheckBox->setText(QCoreApplication::translate("pqLinksEditor", "Link Selected Elements", nullptr));
250  } // retranslateUi
251 
252 };
253 
254 namespace Ui {
255  class pqLinksEditor: public Ui_pqLinksEditor {};
256 } // namespace Ui
257 
258 QT_END_NAMESPACE
259 
260 #endif // UI_PQLINKSEDITOR_H
QCheckBox * convertToIndicesCheckBox
QTreeView * ObjectTreeSelection2
QListWidget * Property2List
QLineEdit * lineEdit
QStackedWidget * stackedWidget
QGridLayout * gridLayout
QDialogButtonBox * buttonBox
QSpacerItem * spacerItem
QTreeView * ObjectTreeProperty1
A Qt dialog for editing a property/proxy/camera link.
Definition: pqLinksEditor.h:26
QCheckBox * interactiveViewLinkCheckBox
QGridLayout * gridLayout1
QGridLayout * gridLayout3
QTreeView * ObjectTreeSelection1
QGridLayout * gridLayout2
QTreeView * ObjectTreeProperty2
void setupUi(QDialog *pqLinksEditor)
QCheckBox * cameraWidgetViewLinkCheckBox
void retranslateUi(QDialog *pqLinksEditor)
QComboBox * comboBox
QTreeView * ObjectTreeProxy2
QTreeView * ObjectTreeProxy1
QListWidget * Property1List
QHBoxLayout * hboxLayout