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.1
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;
58  QDialogButtonBox *buttonBox;
59 
60  void setupUi(QDialog *pqLinksEditor)
61  {
62  if (pqLinksEditor->objectName().isEmpty())
63  pqLinksEditor->setObjectName(QString::fromUtf8("pqLinksEditor"));
64  pqLinksEditor->resize(496, 389);
65  gridLayout = new QGridLayout(pqLinksEditor);
66 #ifndef Q_OS_MAC
67  gridLayout->setSpacing(6);
68 #endif
69 #ifndef Q_OS_MAC
70  gridLayout->setContentsMargins(9, 9, 9, 9);
71 #endif
72  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
73  stackedWidget = new QStackedWidget(pqLinksEditor);
74  stackedWidget->setObjectName(QString::fromUtf8("stackedWidget"));
75  page = new QWidget();
76  page->setObjectName(QString::fromUtf8("page"));
77  gridLayout1 = new QGridLayout(page);
78 #ifndef Q_OS_MAC
79  gridLayout1->setSpacing(6);
80 #endif
81 #ifndef Q_OS_MAC
82  gridLayout1->setContentsMargins(9, 9, 9, 9);
83 #endif
84  gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
85  ObjectTreeProxy2 = new QTreeView(page);
86  ObjectTreeProxy2->setObjectName(QString::fromUtf8("ObjectTreeProxy2"));
87 
88  gridLayout1->addWidget(ObjectTreeProxy2, 0, 1, 1, 1);
89 
90  ObjectTreeProxy1 = new QTreeView(page);
91  ObjectTreeProxy1->setObjectName(QString::fromUtf8("ObjectTreeProxy1"));
92 
93  gridLayout1->addWidget(ObjectTreeProxy1, 0, 0, 1, 1);
94 
95  stackedWidget->addWidget(page);
96  page_2 = new QWidget();
97  page_2->setObjectName(QString::fromUtf8("page_2"));
98  gridLayout2 = new QGridLayout(page_2);
99 #ifndef Q_OS_MAC
100  gridLayout2->setSpacing(6);
101 #endif
102 #ifndef Q_OS_MAC
103  gridLayout2->setContentsMargins(9, 9, 9, 9);
104 #endif
105  gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
106  Property1List = new QListWidget(page_2);
107  Property1List->setObjectName(QString::fromUtf8("Property1List"));
108  Property1List->setSortingEnabled(true);
109 
110  gridLayout2->addWidget(Property1List, 1, 0, 1, 1);
111 
112  ObjectTreeProperty1 = new QTreeView(page_2);
113  ObjectTreeProperty1->setObjectName(QString::fromUtf8("ObjectTreeProperty1"));
114 
115  gridLayout2->addWidget(ObjectTreeProperty1, 0, 0, 1, 1);
116 
117  Property2List = new QListWidget(page_2);
118  Property2List->setObjectName(QString::fromUtf8("Property2List"));
119  Property2List->setSortingEnabled(true);
120 
121  gridLayout2->addWidget(Property2List, 1, 1, 1, 1);
122 
123  ObjectTreeProperty2 = new QTreeView(page_2);
124  ObjectTreeProperty2->setObjectName(QString::fromUtf8("ObjectTreeProperty2"));
125 
126  gridLayout2->addWidget(ObjectTreeProperty2, 0, 1, 1, 1);
127 
128  stackedWidget->addWidget(page_2);
129  page_3 = new QWidget();
130  page_3->setObjectName(QString::fromUtf8("page_3"));
131  gridLayout3 = new QGridLayout(page_3);
132 #ifndef Q_OS_MAC
133  gridLayout3->setSpacing(6);
134 #endif
135 #ifndef Q_OS_MAC
136  gridLayout3->setContentsMargins(9, 9, 9, 9);
137 #endif
138  gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
139  ObjectTreeSelection1 = new QTreeView(page_3);
140  ObjectTreeSelection1->setObjectName(QString::fromUtf8("ObjectTreeSelection1"));
141 
142  gridLayout3->addWidget(ObjectTreeSelection1, 0, 0, 1, 1);
143 
144  ObjectTreeSelection2 = new QTreeView(page_3);
145  ObjectTreeSelection2->setObjectName(QString::fromUtf8("ObjectTreeSelection2"));
146 
147  gridLayout3->addWidget(ObjectTreeSelection2, 0, 1, 1, 1);
148 
149  stackedWidget->addWidget(page_3);
150 
151  gridLayout->addWidget(stackedWidget, 1, 0, 1, 2);
152 
153  hboxLayout = new QHBoxLayout();
154 #ifndef Q_OS_MAC
155  hboxLayout->setSpacing(6);
156 #endif
157  hboxLayout->setContentsMargins(0, 0, 0, 0);
158  hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
159  label = new QLabel(pqLinksEditor);
160  label->setObjectName(QString::fromUtf8("label"));
161 
162  hboxLayout->addWidget(label);
163 
164  lineEdit = new QLineEdit(pqLinksEditor);
165  lineEdit->setObjectName(QString::fromUtf8("lineEdit"));
166 
167  hboxLayout->addWidget(lineEdit);
168 
169  label_2 = new QLabel(pqLinksEditor);
170  label_2->setObjectName(QString::fromUtf8("label_2"));
171 
172  hboxLayout->addWidget(label_2);
173 
174  comboBox = new QComboBox(pqLinksEditor);
175  comboBox->addItem(QString());
176  comboBox->addItem(QString());
177  comboBox->addItem(QString());
178  comboBox->setObjectName(QString::fromUtf8("comboBox"));
179 
180  hboxLayout->addWidget(comboBox);
181 
182  spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
183 
184  hboxLayout->addItem(spacerItem);
185 
186 
187  gridLayout->addLayout(hboxLayout, 0, 0, 1, 2);
188 
189  interactiveViewLinkCheckBox = new QCheckBox(pqLinksEditor);
190  interactiveViewLinkCheckBox->setObjectName(QString::fromUtf8("interactiveViewLinkCheckBox"));
191  interactiveViewLinkCheckBox->setVisible(false);
192 
193  gridLayout->addWidget(interactiveViewLinkCheckBox, 2, 0, 1, 1);
194 
195  convertToIndicesCheckBox = new QCheckBox(pqLinksEditor);
196  convertToIndicesCheckBox->setObjectName(QString::fromUtf8("convertToIndicesCheckBox"));
197  convertToIndicesCheckBox->setChecked(true);
198  convertToIndicesCheckBox->setVisible(false);
199 
200  gridLayout->addWidget(convertToIndicesCheckBox, 2, 0, 1, 1);
201 
202  buttonBox = new QDialogButtonBox(pqLinksEditor);
203  buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
204  buttonBox->setOrientation(Qt::Horizontal);
205  buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok);
206 
207  gridLayout->addWidget(buttonBox, 2, 1, 1, 1);
208 
209 
210  retranslateUi(pqLinksEditor);
211  QObject::connect(buttonBox, SIGNAL(accepted()), pqLinksEditor, SLOT(accept()));
212  QObject::connect(buttonBox, SIGNAL(rejected()), pqLinksEditor, SLOT(reject()));
213  QObject::connect(comboBox, SIGNAL(currentIndexChanged(int)), stackedWidget, SLOT(setCurrentIndex(int)));
214 
215  stackedWidget->setCurrentIndex(0);
216 
217 
218  QMetaObject::connectSlotsByName(pqLinksEditor);
219  } // setupUi
220 
222  {
223  pqLinksEditor->setWindowTitle(QCoreApplication::translate("pqLinksEditor", "Dialog", nullptr));
224  label->setText(QCoreApplication::translate("pqLinksEditor", "Name:", nullptr));
225  label_2->setText(QCoreApplication::translate("pqLinksEditor", "Mode:", nullptr));
226  comboBox->setItemText(0, QCoreApplication::translate("pqLinksEditor", "Object Link", nullptr));
227  comboBox->setItemText(1, QCoreApplication::translate("pqLinksEditor", "Property Link", nullptr));
228  comboBox->setItemText(2, QCoreApplication::translate("pqLinksEditor", "Selection Link", nullptr));
229 
230  interactiveViewLinkCheckBox->setText(QCoreApplication::translate("pqLinksEditor", "Interactive View Link", nullptr));
231 #if QT_CONFIG(tooltip)
232  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));
233 #endif // QT_CONFIG(tooltip)
234  convertToIndicesCheckBox->setText(QCoreApplication::translate("pqLinksEditor", "Link Selected Elements", nullptr));
235  } // retranslateUi
236 
237 };
238 
239 namespace Ui {
240  class pqLinksEditor: public Ui_pqLinksEditor {};
241 } // namespace Ui
242 
243 QT_END_NAMESPACE
244 
245 #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:54
QCheckBox * interactiveViewLinkCheckBox
QGridLayout * gridLayout1
QGridLayout * gridLayout3
QTreeView * ObjectTreeSelection1
QGridLayout * gridLayout2
QTreeView * ObjectTreeProperty2
void setupUi(QDialog *pqLinksEditor)
void retranslateUi(QDialog *pqLinksEditor)
QComboBox * comboBox
QTreeView * ObjectTreeProxy2
QTreeView * ObjectTreeProxy1
QListWidget * Property1List
QHBoxLayout * hboxLayout