ui_pqWelcomeDialog.h
Go to the documentation of this file.
1 /********************************************************************************
2 ** Form generated from reading UI file 'pqWelcomeDialog.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_PQWELCOMEDIALOG_H
10 #define UI_PQWELCOMEDIALOG_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QApplication>
14 #include <QtWidgets/QCheckBox>
15 #include <QtWidgets/QDialog>
16 #include <QtWidgets/QDialogButtonBox>
17 #include <QtWidgets/QGridLayout>
18 #include <QtWidgets/QHBoxLayout>
19 #include <QtWidgets/QLabel>
20 #include <QtWidgets/QPushButton>
21 #include <QtWidgets/QVBoxLayout>
22 #include <QtWidgets/QWidget>
23 
24 QT_BEGIN_NAMESPACE
25 
27 {
28 public:
29  QVBoxLayout *verticalLayout;
30  QLabel *label;
31  QWidget *widget_2;
32  QGridLayout *gridLayout;
35  QWidget *widget;
36  QHBoxLayout *horizontalLayout;
38  QDialogButtonBox *buttonBox;
39 
40  void setupUi(QDialog *pqWelcomeDialog)
41  {
42  if (pqWelcomeDialog->objectName().isEmpty())
43  pqWelcomeDialog->setObjectName(QString::fromUtf8("pqWelcomeDialog"));
44  pqWelcomeDialog->resize(651, 534);
45  verticalLayout = new QVBoxLayout(pqWelcomeDialog);
46  verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
47  label = new QLabel(pqWelcomeDialog);
48  label->setObjectName(QString::fromUtf8("label"));
49  label->setPixmap(QPixmap(QString::fromUtf8(":/pqWidgets/Icons/PVSplashScreen.png")));
50  label->setAlignment(Qt::AlignCenter);
51 
52  verticalLayout->addWidget(label);
53 
54  widget_2 = new QWidget(pqWelcomeDialog);
55  widget_2->setObjectName(QString::fromUtf8("widget_2"));
56  QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
57  sizePolicy.setHorizontalStretch(0);
58  sizePolicy.setVerticalStretch(1);
59  sizePolicy.setHeightForWidth(widget_2->sizePolicy().hasHeightForWidth());
60  widget_2->setSizePolicy(sizePolicy);
61  gridLayout = new QGridLayout(widget_2);
62  gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
63  ExampleVisualizationsButton = new QPushButton(widget_2);
64  ExampleVisualizationsButton->setObjectName(QString::fromUtf8("ExampleVisualizationsButton"));
65  QSizePolicy sizePolicy1(QSizePolicy::Minimum, QSizePolicy::Minimum);
66  sizePolicy1.setHorizontalStretch(1);
67  sizePolicy1.setVerticalStretch(1);
68  sizePolicy1.setHeightForWidth(ExampleVisualizationsButton->sizePolicy().hasHeightForWidth());
69  ExampleVisualizationsButton->setSizePolicy(sizePolicy1);
70  QFont font;
71  font.setPointSize(20);
72  font.setBold(true);
73  font.setUnderline(true);
74  font.setWeight(75);
75  ExampleVisualizationsButton->setFont(font);
76  ExampleVisualizationsButton->setStyleSheet(QString::fromUtf8("color: palette(link);"));
77  ExampleVisualizationsButton->setAutoDefault(false);
78  ExampleVisualizationsButton->setFlat(true);
79 
80  gridLayout->addWidget(ExampleVisualizationsButton, 2, 1, 1, 1);
81 
82  GettingStartedGuideButton = new QPushButton(widget_2);
83  GettingStartedGuideButton->setObjectName(QString::fromUtf8("GettingStartedGuideButton"));
84  sizePolicy1.setHeightForWidth(GettingStartedGuideButton->sizePolicy().hasHeightForWidth());
85  GettingStartedGuideButton->setSizePolicy(sizePolicy1);
86  GettingStartedGuideButton->setFont(font);
87  GettingStartedGuideButton->setStyleSheet(QString::fromUtf8("color: palette(link);"));
88  GettingStartedGuideButton->setAutoDefault(false);
89  GettingStartedGuideButton->setFlat(true);
90 
91  gridLayout->addWidget(GettingStartedGuideButton, 2, 0, 1, 1);
92 
93 
94  verticalLayout->addWidget(widget_2);
95 
96  widget = new QWidget(pqWelcomeDialog);
97  widget->setObjectName(QString::fromUtf8("widget"));
98  horizontalLayout = new QHBoxLayout(widget);
99  horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
100  DoNotShowAgainButton = new QCheckBox(widget);
101  DoNotShowAgainButton->setObjectName(QString::fromUtf8("DoNotShowAgainButton"));
102 
103  horizontalLayout->addWidget(DoNotShowAgainButton);
104 
105  buttonBox = new QDialogButtonBox(widget);
106  buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
107  buttonBox->setOrientation(Qt::Horizontal);
108  buttonBox->setStandardButtons(QDialogButtonBox::Close);
109 
110  horizontalLayout->addWidget(buttonBox);
111 
112 
113  verticalLayout->addWidget(widget);
114 
115 
116  retranslateUi(pqWelcomeDialog);
117  QObject::connect(buttonBox, SIGNAL(accepted()), pqWelcomeDialog, SLOT(accept()));
118  QObject::connect(buttonBox, SIGNAL(rejected()), pqWelcomeDialog, SLOT(reject()));
119 
120  QMetaObject::connectSlotsByName(pqWelcomeDialog);
121  } // setupUi
122 
124  {
125  pqWelcomeDialog->setWindowTitle(QCoreApplication::translate("pqWelcomeDialog", "Welcome to ParaView", nullptr));
126  label->setText(QString());
127  ExampleVisualizationsButton->setText(QCoreApplication::translate("pqWelcomeDialog", "Example Visualizations", nullptr));
128  GettingStartedGuideButton->setText(QCoreApplication::translate("pqWelcomeDialog", "Getting Started Guide", nullptr));
129  DoNotShowAgainButton->setText(QCoreApplication::translate("pqWelcomeDialog", "Don't show this window again", nullptr));
130  } // retranslateUi
131 
132 };
133 
134 namespace Ui {
136 } // namespace Ui
137 
138 QT_END_NAMESPACE
139 
140 #endif // UI_PQWELCOMEDIALOG_H
QCheckBox * DoNotShowAgainButton
QGridLayout * gridLayout
QPushButton * ExampleVisualizationsButton
QHBoxLayout * horizontalLayout
void retranslateUi(QDialog *pqWelcomeDialog)
QPushButton * GettingStartedGuideButton
This class provides a welcome dialog screen that you see in many applications.
QVBoxLayout * verticalLayout
void setupUi(QDialog *pqWelcomeDialog)
QDialogButtonBox * buttonBox