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.2
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 *setAsDefault;
35  QPushButton *cancelButton;
36 
37  void setupUi(QDialog *SelectReaderDialog)
38  {
39  if (SelectReaderDialog->objectName().isEmpty())
40  SelectReaderDialog->setObjectName(QString::fromUtf8("SelectReaderDialog"));
41  SelectReaderDialog->resize(447, 453);
42  vboxLayout = new QVBoxLayout(SelectReaderDialog);
43 #ifndef Q_OS_MAC
44  vboxLayout->setSpacing(6);
45 #endif
46 #ifndef Q_OS_MAC
47  vboxLayout->setContentsMargins(9, 9, 9, 9);
48 #endif
49  vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
50  FileInfo = new QLabel(SelectReaderDialog);
51  FileInfo->setObjectName(QString::fromUtf8("FileInfo"));
52  FileInfo->setWordWrap(true);
53 
54  vboxLayout->addWidget(FileInfo);
55 
56  listWidget = new QListWidget(SelectReaderDialog);
57  listWidget->setObjectName(QString::fromUtf8("listWidget"));
58  listWidget->setSortingEnabled(true);
59 
60  vboxLayout->addWidget(listWidget);
61 
62  label_2 = new QLabel(SelectReaderDialog);
63  label_2->setObjectName(QString::fromUtf8("label_2"));
64  label_2->setWordWrap(true);
65 
66  vboxLayout->addWidget(label_2);
67 
68  hboxLayout = new QHBoxLayout();
69 #ifndef Q_OS_MAC
70  hboxLayout->setSpacing(6);
71 #endif
72  hboxLayout->setContentsMargins(0, 0, 0, 0);
73  hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
74  spacerItem = new QSpacerItem(131, 31, QSizePolicy::Expanding, QSizePolicy::Minimum);
75 
76  hboxLayout->addItem(spacerItem);
77 
78  okButton = new QPushButton(SelectReaderDialog);
79  okButton->setObjectName(QString::fromUtf8("okButton"));
80 
81  hboxLayout->addWidget(okButton);
82 
83  setAsDefault = new QPushButton(SelectReaderDialog);
84  setAsDefault->setObjectName(QString::fromUtf8("setAsDefault"));
85 
86  hboxLayout->addWidget(setAsDefault);
87 
88  cancelButton = new QPushButton(SelectReaderDialog);
89  cancelButton->setObjectName(QString::fromUtf8("cancelButton"));
90 
91  hboxLayout->addWidget(cancelButton);
92 
93 
94  vboxLayout->addLayout(hboxLayout);
95 
96 
97  retranslateUi(SelectReaderDialog);
98  QObject::connect(okButton, SIGNAL(clicked()), SelectReaderDialog, SLOT(accept()));
99  QObject::connect(cancelButton, SIGNAL(clicked()), SelectReaderDialog, SLOT(reject()));
100  QObject::connect(listWidget, SIGNAL(doubleClicked(QModelIndex)), SelectReaderDialog, SLOT(accept()));
101 
102  QMetaObject::connectSlotsByName(SelectReaderDialog);
103  } // setupUi
104 
105  void retranslateUi(QDialog *SelectReaderDialog)
106  {
107  SelectReaderDialog->setWindowTitle(QCoreApplication::translate("SelectReaderDialog", "Open Data With...", nullptr));
108  FileInfo->setText(QCoreApplication::translate("SelectReaderDialog", "A reader for FileName could not be found. Please choose one:", nullptr));
109  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));
110  okButton->setText(QCoreApplication::translate("SelectReaderDialog", "OK", nullptr));
111  setAsDefault->setText(QCoreApplication::translate("SelectReaderDialog", "Set reader as default", nullptr));
112  cancelButton->setText(QCoreApplication::translate("SelectReaderDialog", "Cancel", nullptr));
113  } // retranslateUi
114 
115 };
116 
117 namespace Ui {
119 } // namespace Ui
120 
121 QT_END_NAMESPACE
122 
123 #endif // UI_PQSELECTREADERDIALOG_H
void retranslateUi(QDialog *SelectReaderDialog)
void setupUi(QDialog *SelectReaderDialog)