ui_pqSelectReaderDialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqSelectReaderDialog.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_PQSELECTREADERDIALOG_H
10 #define UI_PQSELECTREADERDIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QDialog>
15 #include <QtWidgets/QHBoxLayout>
16 #include <QtWidgets/QLabel>
17 #include <QtWidgets/QListWidget>
18 #include <QtWidgets/QPushButton>
19 #include <QtWidgets/QSpacerItem>
20 #include <QtWidgets/QVBoxLayout>
21 
22 QT_BEGIN_NAMESPACE
23 
25 {
26 public:
27  QVBoxLayout *vboxLayout;
28  QLabel *FileInfo;
29  QListWidget *listWidget;
30  QLabel *label_2;
31  QHBoxLayout *hboxLayout;
32  QSpacerItem *spacerItem;
33  QPushButton *okButton;
34  QPushButton *cancelButton;
35 
36  void setupUi(QDialog *SelectReaderDialog)
37  {
38  if (SelectReaderDialog->objectName().isEmpty())
39  SelectReaderDialog->setObjectName(QString::fromUtf8("SelectReaderDialog"));
40  SelectReaderDialog->resize(447, 453);
41  vboxLayout = new QVBoxLayout(SelectReaderDialog);
42 #ifndef Q_OS_MAC
43  vboxLayout->setSpacing(6);
44 #endif
45 #ifndef Q_OS_MAC
46  vboxLayout->setContentsMargins(9, 9, 9, 9);
47 #endif
48  vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
49  FileInfo = new QLabel(SelectReaderDialog);
50  FileInfo->setObjectName(QString::fromUtf8("FileInfo"));
51  FileInfo->setWordWrap(true);
52 
53  vboxLayout->addWidget(FileInfo);
54 
55  listWidget = new QListWidget(SelectReaderDialog);
56  listWidget->setObjectName(QString::fromUtf8("listWidget"));
57  listWidget->setSortingEnabled(true);
58 
59  vboxLayout->addWidget(listWidget);
60 
61  label_2 = new QLabel(SelectReaderDialog);
62  label_2->setObjectName(QString::fromUtf8("label_2"));
63  label_2->setWordWrap(true);
64 
65  vboxLayout->addWidget(label_2);
66 
67  hboxLayout = new QHBoxLayout();
68 #ifndef Q_OS_MAC
69  hboxLayout->setSpacing(6);
70 #endif
71  hboxLayout->setContentsMargins(0, 0, 0, 0);
72  hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
73  spacerItem = new QSpacerItem(131, 31, QSizePolicy::Expanding, QSizePolicy::Minimum);
74 
75  hboxLayout->addItem(spacerItem);
76 
77  okButton = new QPushButton(SelectReaderDialog);
78  okButton->setObjectName(QString::fromUtf8("okButton"));
79 
80  hboxLayout->addWidget(okButton);
81 
82  cancelButton = new QPushButton(SelectReaderDialog);
83  cancelButton->setObjectName(QString::fromUtf8("cancelButton"));
84 
85  hboxLayout->addWidget(cancelButton);
86 
87 
88  vboxLayout->addLayout(hboxLayout);
89 
90 
91  retranslateUi(SelectReaderDialog);
92  QObject::connect(okButton, SIGNAL(clicked()), SelectReaderDialog, SLOT(accept()));
93  QObject::connect(cancelButton, SIGNAL(clicked()), SelectReaderDialog, SLOT(reject()));
94  QObject::connect(listWidget, SIGNAL(doubleClicked(QModelIndex)), SelectReaderDialog, SLOT(accept()));
95 
96  QMetaObject::connectSlotsByName(SelectReaderDialog);
97  } // setupUi
98 
99  void retranslateUi(QDialog *SelectReaderDialog)
100  {
101  SelectReaderDialog->setWindowTitle(QCoreApplication::translate("SelectReaderDialog", "Open Data With...", nullptr));
102  FileInfo->setText(QCoreApplication::translate("SelectReaderDialog", "A reader for FileName could not be found. Please choose one:", nullptr));
103  label_2->setText(QCoreApplication::translate("SelectReaderDialog", "Opening the file with an incompatible reader may result in unpredictable behavior or a crash. Please choose the correct reader.", nullptr));
104  okButton->setText(QCoreApplication::translate("SelectReaderDialog", "OK", nullptr));
105  cancelButton->setText(QCoreApplication::translate("SelectReaderDialog", "Cancel", nullptr));
106  } // retranslateUi
107 
108 };
109 
110 namespace Ui {
112 } // namespace Ui
113 
114 QT_END_NAMESPACE
115 
116 #endif // UI_PQSELECTREADERDIALOG_H
void retranslateUi(QDialog *SelectReaderDialog)
void setupUi(QDialog *SelectReaderDialog)