ui_pqLinksManager.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqLinksManager.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_PQLINKSMANAGER_H
10 #define UI_PQLINKSMANAGER_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QDialog>
15 #include <QtWidgets/QDialogButtonBox>
16 #include <QtWidgets/QGridLayout>
17 #include <QtWidgets/QHeaderView>
18 #include <QtWidgets/QPushButton>
19 #include <QtWidgets/QSpacerItem>
20 #include <QtWidgets/QTreeView>
21 #include <QtWidgets/QVBoxLayout>
22 
23 QT_BEGIN_NAMESPACE
24 
26 {
27 public:
28  QGridLayout *gridLayout;
29  QVBoxLayout *vboxLayout;
30  QPushButton *addButton;
31  QPushButton *editButton;
32  QPushButton *removeButton;
33  QSpacerItem *spacerItem;
34  QDialogButtonBox *buttonBox;
35  QTreeView *treeView;
36 
37  void setupUi(QDialog *pqLinksManager)
38  {
39  if (pqLinksManager->objectName().isEmpty())
40  pqLinksManager->setObjectName(QString::fromUtf8("pqLinksManager"));
41  pqLinksManager->resize(567, 313);
42  gridLayout = new QGridLayout(pqLinksManager);
43 #ifndef Q_OS_MAC
44  gridLayout->setSpacing(6);
45 #endif
46 #ifndef Q_OS_MAC
47  gridLayout->setContentsMargins(9, 9, 9, 9);
48 #endif
49  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
50  vboxLayout = new QVBoxLayout();
51 #ifndef Q_OS_MAC
52  vboxLayout->setSpacing(6);
53 #endif
54 #ifndef Q_OS_MAC
55  vboxLayout->setContentsMargins(0, 0, 0, 0);
56 #endif
57  vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
58  addButton = new QPushButton(pqLinksManager);
59  addButton->setObjectName(QString::fromUtf8("addButton"));
60 
61  vboxLayout->addWidget(addButton);
62 
63  editButton = new QPushButton(pqLinksManager);
64  editButton->setObjectName(QString::fromUtf8("editButton"));
65 
66  vboxLayout->addWidget(editButton);
67 
68  removeButton = new QPushButton(pqLinksManager);
69  removeButton->setObjectName(QString::fromUtf8("removeButton"));
70 
71  vboxLayout->addWidget(removeButton);
72 
73  spacerItem = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
74 
75  vboxLayout->addItem(spacerItem);
76 
77 
78  gridLayout->addLayout(vboxLayout, 0, 1, 1, 1);
79 
80  buttonBox = new QDialogButtonBox(pqLinksManager);
81  buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
82  buttonBox->setOrientation(Qt::Horizontal);
83  buttonBox->setStandardButtons(QDialogButtonBox::Close);
84 
85  gridLayout->addWidget(buttonBox, 1, 0, 1, 2);
86 
87  treeView = new QTreeView(pqLinksManager);
88  treeView->setObjectName(QString::fromUtf8("treeView"));
89  treeView->setAlternatingRowColors(true);
90  treeView->setSelectionMode(QAbstractItemView::ExtendedSelection);
91  treeView->setRootIsDecorated(false);
92  treeView->setItemsExpandable(false);
93 
94  gridLayout->addWidget(treeView, 0, 0, 1, 1);
95 
96  QWidget::setTabOrder(addButton, editButton);
97  QWidget::setTabOrder(editButton, removeButton);
98  QWidget::setTabOrder(removeButton, buttonBox);
99 
100  retranslateUi(pqLinksManager);
101  QObject::connect(buttonBox, SIGNAL(accepted()), pqLinksManager, SLOT(accept()));
102  QObject::connect(buttonBox, SIGNAL(rejected()), pqLinksManager, SLOT(reject()));
103 
104  QMetaObject::connectSlotsByName(pqLinksManager);
105  } // setupUi
106 
108  {
109  pqLinksManager->setWindowTitle(QCoreApplication::translate("pqLinksManager", "Dialog", nullptr));
110  addButton->setText(QCoreApplication::translate("pqLinksManager", "Add...", nullptr));
111  editButton->setText(QCoreApplication::translate("pqLinksManager", "Edit...", nullptr));
112  removeButton->setText(QCoreApplication::translate("pqLinksManager", "Remove", nullptr));
113  } // retranslateUi
114 
115 };
116 
117 namespace Ui {
119 } // namespace Ui
120 
121 QT_END_NAMESPACE
122 
123 #endif // UI_PQLINKSMANAGER_H
void setupUi(QDialog *pqLinksManager)
QSpacerItem * spacerItem
QDialogButtonBox * buttonBox
QPushButton * addButton
QGridLayout * gridLayout
QPushButton * editButton
QVBoxLayout * vboxLayout
void retranslateUi(QDialog *pqLinksManager)
dialog for viewing, creating, editing, removing proxy/property/camera links
QPushButton * removeButton