Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
ui_progress_frame.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'progress_frame.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_PROGRESS_FRAME_H
10 #define UI_PROGRESS_FRAME_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/QProgressBar>
20 #include "widgets/stock_icon_tool_button.h"
21 
22 QT_BEGIN_NAMESPACE
23 
25 {
26 public:
27  QHBoxLayout *horizontalLayout;
28  QProgressBar *progressBar;
29  StockIconToolButton *stopButton;
30 
31  void setupUi(QFrame *ProgressFrame)
32  {
33  if (ProgressFrame->objectName().isEmpty())
34  ProgressFrame->setObjectName(QStringLiteral("ProgressFrame"));
35  ProgressFrame->resize(210, 38);
36  ProgressFrame->setFrameShape(QFrame::NoFrame);
37  ProgressFrame->setFrameShadow(QFrame::Raised);
38  ProgressFrame->setLineWidth(0);
39  horizontalLayout = new QHBoxLayout(ProgressFrame);
40  horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
41  horizontalLayout->setContentsMargins(-1, 0, -1, 0);
42  progressBar = new QProgressBar(ProgressFrame);
43  progressBar->setObjectName(QStringLiteral("progressBar"));
44  progressBar->setValue(24);
45  progressBar->setTextVisible(false);
46 
47  horizontalLayout->addWidget(progressBar);
48 
49  stopButton = new StockIconToolButton(ProgressFrame);
50  stopButton->setObjectName(QStringLiteral("stopButton"));
51  stopButton->setIconSize(QSize(12, 12));
52 
53  horizontalLayout->addWidget(stopButton);
54 
55 
56  retranslateUi(ProgressFrame);
57 
58  QMetaObject::connectSlotsByName(ProgressFrame);
59  } // setupUi
60 
61  void retranslateUi(QFrame *ProgressFrame)
62  {
63  ProgressFrame->setWindowTitle(QApplication::translate("ProgressFrame", "Frame", 0));
64  stopButton->setText(QString());
65  } // retranslateUi
66 
67 };
68 
69 namespace Ui {
70  class ProgressFrame: public Ui_ProgressFrame {};
71 } // namespace Ui
72 
73 QT_END_NAMESPACE
74 
75 #endif // UI_PROGRESS_FRAME_H
Definition: ui_about_dialog.h:291
Definition: ui_progress_frame.h:24
Definition: progress_frame.h:38
Definition: ui_progress_frame.h:70
Definition: stock_icon_tool_button.h:15