ui_pqFindDataCurrentSelectionFrame.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqFindDataCurrentSelectionFrame.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_PQFINDDATACURRENTSELECTIONFRAME_H
10 #define UI_PQFINDDATACURRENTSELECTIONFRAME_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QCheckBox>
15 #include <QtWidgets/QComboBox>
16 #include <QtWidgets/QHBoxLayout>
17 #include <QtWidgets/QHeaderView>
18 #include <QtWidgets/QLabel>
19 #include <QtWidgets/QVBoxLayout>
20 #include <QtWidgets/QWidget>
22 
23 QT_BEGIN_NAMESPACE
24 
26 {
27 public:
28  QVBoxLayout *verticalLayout;
29  QHBoxLayout *horizontalLayout;
30  QLabel *label_6;
31  QComboBox *showTypeComboBox;
34 
35  void setupUi(QWidget *FindDataCurrentSelectionFrame)
36  {
37  if (FindDataCurrentSelectionFrame->objectName().isEmpty())
38  FindDataCurrentSelectionFrame->setObjectName(QString::fromUtf8("FindDataCurrentSelectionFrame"));
39  FindDataCurrentSelectionFrame->resize(515, 357);
40  verticalLayout = new QVBoxLayout(FindDataCurrentSelectionFrame);
41  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
42  horizontalLayout = new QHBoxLayout();
43  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
44  label_6 = new QLabel(FindDataCurrentSelectionFrame);
45  label_6->setObjectName(QString::fromUtf8("label_6"));
46  QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Preferred);
47  sizePolicy.setHorizontalStretch(0);
48  sizePolicy.setVerticalStretch(0);
49  sizePolicy.setHeightForWidth(label_6->sizePolicy().hasHeightForWidth());
50  label_6->setSizePolicy(sizePolicy);
51 
52  horizontalLayout->addWidget(label_6);
53 
54  showTypeComboBox = new QComboBox(FindDataCurrentSelectionFrame);
55  showTypeComboBox->setObjectName(QString::fromUtf8("showTypeComboBox"));
56  showTypeComboBox->setSizeAdjustPolicy(QComboBox::AdjustToContents);
57 
58  horizontalLayout->addWidget(showTypeComboBox);
59 
60  invertSelectionCheckBox = new QCheckBox(FindDataCurrentSelectionFrame);
61  invertSelectionCheckBox->setObjectName(QString::fromUtf8("invertSelectionCheckBox"));
62  invertSelectionCheckBox->setEnabled(false);
63 
64  horizontalLayout->addWidget(invertSelectionCheckBox);
65 
66  horizontalLayout->setStretch(1, 1);
67 
68  verticalLayout->addLayout(horizontalLayout);
69 
70  spreadsheet = new pqSpreadSheetViewWidget(FindDataCurrentSelectionFrame);
71  spreadsheet->setObjectName(QString::fromUtf8("spreadsheet"));
72  QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::MinimumExpanding);
73  sizePolicy1.setHorizontalStretch(0);
74  sizePolicy1.setVerticalStretch(0);
75  sizePolicy1.setHeightForWidth(spreadsheet->sizePolicy().hasHeightForWidth());
76  spreadsheet->setSizePolicy(sizePolicy1);
77  spreadsheet->setMinimumSize(QSize(0, 120));
78  spreadsheet->setEditTriggers(QAbstractItemView::NoEditTriggers);
79  spreadsheet->setAlternatingRowColors(true);
80  spreadsheet->setSelectionMode(QAbstractItemView::ExtendedSelection);
81  spreadsheet->setSelectionBehavior(QAbstractItemView::SelectRows);
82 
83  verticalLayout->addWidget(spreadsheet);
84 
85 
86  retranslateUi(FindDataCurrentSelectionFrame);
87 
88  QMetaObject::connectSlotsByName(FindDataCurrentSelectionFrame);
89  } // setupUi
90 
91  void retranslateUi(QWidget *FindDataCurrentSelectionFrame)
92  {
93  FindDataCurrentSelectionFrame->setWindowTitle(QCoreApplication::translate("FindDataCurrentSelectionFrame", "Form", nullptr));
94  label_6->setText(QCoreApplication::translate("FindDataCurrentSelectionFrame", "Show:", nullptr));
95 #if QT_CONFIG(tooltip)
96  invertSelectionCheckBox->setToolTip(QCoreApplication::translate("FindDataCurrentSelectionFrame", "Invert the selection", nullptr));
97 #endif // QT_CONFIG(tooltip)
98  invertSelectionCheckBox->setText(QCoreApplication::translate("FindDataCurrentSelectionFrame", "Invert selection", nullptr));
99  } // retranslateUi
100 
101 };
102 
103 namespace Ui {
105 } // namespace Ui
106 
107 QT_END_NAMESPACE
108 
109 #endif // UI_PQFINDDATACURRENTSELECTIONFRAME_H
void retranslateUi(QWidget *FindDataCurrentSelectionFrame)
void setupUi(QWidget *FindDataCurrentSelectionFrame)
pqSpreadSheetViewWidget is a QTableView subclass that is used by pqSpreadSheetView as the widget show...