Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
ui_splash_overlay.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'splash_overlay.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.5.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_SPLASH_OVERLAY_H
10 #define UI_SPLASH_OVERLAY_H
11 
12 #include <QtCore/QVariant>
13 #include <QtWidgets/QAction>
14 #include <QtWidgets/QApplication>
15 #include <QtWidgets/QButtonGroup>
16 #include <QtWidgets/QFrame>
17 #include <QtWidgets/QHBoxLayout>
18 #include <QtWidgets/QHeaderView>
19 #include <QtWidgets/QLabel>
20 #include <QtWidgets/QProgressBar>
21 #include <QtWidgets/QSpacerItem>
22 #include <QtWidgets/QVBoxLayout>
23 #include <QtWidgets/QWidget>
24 
25 QT_BEGIN_NAMESPACE
26 
28 {
29 public:
30  QVBoxLayout *verticalLayout_2;
31  QSpacerItem *verticalSpacer_2;
32  QFrame *progressBand;
33  QHBoxLayout *horizontalLayout;
34  QSpacerItem *horizontalSpacer;
35  QVBoxLayout *verticalLayout;
36  QLabel *actionLabel;
37  QProgressBar *progressBar;
38  QSpacerItem *horizontalSpacer_2;
39  QSpacerItem *verticalSpacer;
40 
41  void setupUi(QWidget *SplashOverlay)
42  {
43  if (SplashOverlay->objectName().isEmpty())
44  SplashOverlay->setObjectName(QStringLiteral("SplashOverlay"));
45  SplashOverlay->setEnabled(true);
46  SplashOverlay->resize(400, 300);
47  verticalLayout_2 = new QVBoxLayout(SplashOverlay);
48  verticalLayout_2->setObjectName(QStringLiteral("verticalLayout_2"));
49  verticalLayout_2->setContentsMargins(0, -1, 0, -1);
50  verticalSpacer_2 = new QSpacerItem(20, 53, QSizePolicy::Minimum, QSizePolicy::Expanding);
51 
52  verticalLayout_2->addItem(verticalSpacer_2);
53 
54  progressBand = new QFrame(SplashOverlay);
55  progressBand->setObjectName(QStringLiteral("progressBand"));
56  progressBand->setFrameShape(QFrame::NoFrame);
57  progressBand->setFrameShadow(QFrame::Plain);
58  progressBand->setLineWidth(0);
59  horizontalLayout = new QHBoxLayout(progressBand);
60  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
61  horizontalSpacer = new QSpacerItem(116, 50, QSizePolicy::Expanding, QSizePolicy::Minimum);
62 
63  horizontalLayout->addItem(horizontalSpacer);
64 
65  verticalLayout = new QVBoxLayout();
66  verticalLayout->setObjectName(QStringLiteral("verticalLayout"));
67  actionLabel = new QLabel(progressBand);
68  actionLabel->setObjectName(QStringLiteral("actionLabel"));
69 
70  verticalLayout->addWidget(actionLabel);
71 
72  progressBar = new QProgressBar(progressBand);
73  progressBar->setObjectName(QStringLiteral("progressBar"));
74  progressBar->setValue(24);
75  progressBar->setTextVisible(false);
76 
77  verticalLayout->addWidget(progressBar);
78 
79 
80  horizontalLayout->addLayout(verticalLayout);
81 
82  horizontalSpacer_2 = new QSpacerItem(116, 50, QSizePolicy::Expanding, QSizePolicy::Minimum);
83 
84  horizontalLayout->addItem(horizontalSpacer_2);
85 
86 
87  verticalLayout_2->addWidget(progressBand);
88 
89  verticalSpacer = new QSpacerItem(20, 108, QSizePolicy::Minimum, QSizePolicy::Expanding);
90 
91  verticalLayout_2->addItem(verticalSpacer);
92 
93  verticalLayout_2->setStretch(0, 3);
94  verticalLayout_2->setStretch(2, 6);
95 
96  retranslateUi(SplashOverlay);
97 
98  QMetaObject::connectSlotsByName(SplashOverlay);
99  } // setupUi
100 
101  void retranslateUi(QWidget *SplashOverlay)
102  {
103  actionLabel->setText(QString());
104  Q_UNUSED(SplashOverlay);
105  } // retranslateUi
106 
107 };
108 
109 namespace Ui {
110  class SplashOverlay: public Ui_SplashOverlay {};
111 } // namespace Ui
112 
113 QT_END_NAMESPACE
114 
115 #endif // UI_SPLASH_OVERLAY_H
Definition: ui_splash_overlay.h:27
Definition: ui_about_dialog.h:291
Definition: ui_splash_overlay.h:110
Definition: splash_overlay.h:28