ui_pqCustomFilterManager.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqCustomFilterManager.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_PQCUSTOMFILTERMANAGER_H
10 #define UI_PQCUSTOMFILTERMANAGER_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QDialog>
15 #include <QtWidgets/QGridLayout>
16 #include <QtWidgets/QListView>
17 #include <QtWidgets/QPushButton>
18 #include <QtWidgets/QSpacerItem>
19 
20 QT_BEGIN_NAMESPACE
21 
23 {
24 public:
25  QGridLayout *gridLayout;
26  QListView *CustomFilterList;
27  QSpacerItem *spacerItem;
28  QPushButton *CloseButton;
29  QPushButton *RemoveButton;
30  QPushButton *ExportButton;
31  QPushButton *ImportButton;
32 
34  {
35  if (pqCustomFilterManager->objectName().isEmpty())
36  pqCustomFilterManager->setObjectName(QString::fromUtf8("pqCustomFilterManager"));
37  pqCustomFilterManager->resize(418, 235);
38  gridLayout = new QGridLayout(pqCustomFilterManager);
39 #ifndef Q_OS_MAC
40  gridLayout->setSpacing(6);
41 #endif
42 #ifndef Q_OS_MAC
43  gridLayout->setContentsMargins(9, 9, 9, 9);
44 #endif
45  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
46  CustomFilterList = new QListView(pqCustomFilterManager);
47  CustomFilterList->setObjectName(QString::fromUtf8("CustomFilterList"));
48  CustomFilterList->setSelectionMode(QAbstractItemView::ExtendedSelection);
49  CustomFilterList->setProperty("isWrapping", QVariant(true));
50  CustomFilterList->setResizeMode(QListView::Adjust);
51 
52  gridLayout->addWidget(CustomFilterList, 0, 0, 5, 1);
53 
54  spacerItem = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
55 
56  gridLayout->addItem(spacerItem, 3, 1, 1, 1);
57 
58  CloseButton = new QPushButton(pqCustomFilterManager);
59  CloseButton->setObjectName(QString::fromUtf8("CloseButton"));
60 
61  gridLayout->addWidget(CloseButton, 4, 1, 1, 1);
62 
63  RemoveButton = new QPushButton(pqCustomFilterManager);
64  RemoveButton->setObjectName(QString::fromUtf8("RemoveButton"));
65 
66  gridLayout->addWidget(RemoveButton, 2, 1, 1, 1);
67 
68  ExportButton = new QPushButton(pqCustomFilterManager);
69  ExportButton->setObjectName(QString::fromUtf8("ExportButton"));
70 
71  gridLayout->addWidget(ExportButton, 1, 1, 1, 1);
72 
73  ImportButton = new QPushButton(pqCustomFilterManager);
74  ImportButton->setObjectName(QString::fromUtf8("ImportButton"));
75 
76  gridLayout->addWidget(ImportButton, 0, 1, 1, 1);
77 
78  QWidget::setTabOrder(CustomFilterList, ImportButton);
79  QWidget::setTabOrder(ImportButton, ExportButton);
80  QWidget::setTabOrder(ExportButton, RemoveButton);
81  QWidget::setTabOrder(RemoveButton, CloseButton);
82 
83  retranslateUi(pqCustomFilterManager);
84 
85  CloseButton->setDefault(true);
86 
87 
88  QMetaObject::connectSlotsByName(pqCustomFilterManager);
89  } // setupUi
90 
92  {
93  pqCustomFilterManager->setWindowTitle(QCoreApplication::translate("pqCustomFilterManager", "Custom Filter Manager", nullptr));
94 #if QT_CONFIG(whatsthis)
95  CustomFilterList->setWhatsThis(QCoreApplication::translate("pqCustomFilterManager", "Displays the list of registered custom filter definitions.", nullptr));
96 #endif // QT_CONFIG(whatsthis)
97  CloseButton->setText(QCoreApplication::translate("pqCustomFilterManager", "&Close", nullptr));
98 #if QT_CONFIG(whatsthis)
99  RemoveButton->setWhatsThis(QCoreApplication::translate("pqCustomFilterManager", "Removes the selected custom filter definitions.", nullptr));
100 #endif // QT_CONFIG(whatsthis)
101  RemoveButton->setText(QCoreApplication::translate("pqCustomFilterManager", "&Remove", nullptr));
102 #if QT_CONFIG(whatsthis)
103  ExportButton->setWhatsThis(QCoreApplication::translate("pqCustomFilterManager", "Exports the selected custom filter definitions to a file.", nullptr));
104 #endif // QT_CONFIG(whatsthis)
105  ExportButton->setText(QCoreApplication::translate("pqCustomFilterManager", "&Export", nullptr));
106 #if QT_CONFIG(whatsthis)
107  ImportButton->setWhatsThis(QCoreApplication::translate("pqCustomFilterManager", "Imports custom filter definitions from a file.", nullptr));
108 #endif // QT_CONFIG(whatsthis)
109  ImportButton->setText(QCoreApplication::translate("pqCustomFilterManager", "&Import", nullptr));
110  } // retranslateUi
111 
112 };
113 
114 namespace Ui {
116 } // namespace Ui
117 
118 QT_END_NAMESPACE
119 
120 #endif // UI_PQCUSTOMFILTERMANAGER_H
void setupUi(QDialog *pqCustomFilterManager)
void retranslateUi(QDialog *pqCustomFilterManager)
The pqCustomFilterManager class displays the list of registered custom filter definitions.