ui_pqQuickLaunchDialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqQuickLaunchDialog.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_PQQUICKLAUNCHDIALOG_H
10 #define UI_PQQUICKLAUNCHDIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QDialog>
15 #include <QtWidgets/QLabel>
16 #include <QtWidgets/QListWidget>
17 #include <QtWidgets/QPushButton>
18 #include <QtWidgets/QVBoxLayout>
19 
20 QT_BEGIN_NAMESPACE
21 
23 {
24 public:
25  QVBoxLayout *vboxLayout;
26  QLabel *searchString;
27  QPushButton *selection;
28  QListWidget *options;
29  QLabel *label;
30 
31  void setupUi(QDialog *QuickLaunchDialog)
32  {
33  if (QuickLaunchDialog->objectName().isEmpty())
34  QuickLaunchDialog->setObjectName(QString::fromUtf8("QuickLaunchDialog"));
35  QuickLaunchDialog->resize(333, 279);
36  QuickLaunchDialog->setSizeGripEnabled(true);
37  vboxLayout = new QVBoxLayout(QuickLaunchDialog);
38 #ifndef Q_OS_MAC
39  vboxLayout->setSpacing(6);
40 #endif
41 #ifndef Q_OS_MAC
42  vboxLayout->setContentsMargins(9, 9, 9, 9);
43 #endif
44  vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
45  searchString = new QLabel(QuickLaunchDialog);
46  searchString->setObjectName(QString::fromUtf8("searchString"));
47  searchString->setAlignment(Qt::AlignCenter);
48 
49  vboxLayout->addWidget(searchString);
50 
51  selection = new QPushButton(QuickLaunchDialog);
52  selection->setObjectName(QString::fromUtf8("selection"));
53  selection->setFocusPolicy(Qt::NoFocus);
54 
55  vboxLayout->addWidget(selection);
56 
57  options = new QListWidget(QuickLaunchDialog);
58  options->setObjectName(QString::fromUtf8("options"));
59 
60  vboxLayout->addWidget(options);
61 
62  label = new QLabel(QuickLaunchDialog);
63  label->setObjectName(QString::fromUtf8("label"));
64  label->setWordWrap(true);
65 
66  vboxLayout->addWidget(label);
67 
68 
69  retranslateUi(QuickLaunchDialog);
70 
71  QMetaObject::connectSlotsByName(QuickLaunchDialog);
72  } // setupUi
73 
74  void retranslateUi(QDialog *QuickLaunchDialog)
75  {
76  QuickLaunchDialog->setWindowTitle(QCoreApplication::translate("QuickLaunchDialog", "Dialog", nullptr));
77  searchString->setText(QString());
78  selection->setText(QString());
79  label->setText(QCoreApplication::translate("QuickLaunchDialog", "<html><head/><body><p>Type to search. <span style=\" font-weight:600; font-style:italic;\">Enter</span> to select. <span style=\" font-weight:600; font-style:italic;\">Esc </span>to cancel.</p></body></html>", nullptr));
80  } // retranslateUi
81 
82 };
83 
84 namespace Ui {
86 } // namespace Ui
87 
88 QT_END_NAMESPACE
89 
90 #endif // UI_PQQUICKLAUNCHDIALOG_H
void retranslateUi(QDialog *QuickLaunchDialog)
void setupUi(QDialog *QuickLaunchDialog)