MNE-CPP  beta 1.0
ui_progressbarwidget.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'progressbarwidget.ui'
3 **
4 ** Created by: Qt User Interface Compiler version 5.1.1
5 **
6 ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 ********************************************************************************/
8 
9 #ifndef UI_PROGRESSBARWIDGET_H
10 #define UI_PROGRESSBARWIDGET_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/QHeaderView>
18 #include <QtWidgets/QLabel>
19 #include <QtWidgets/QWidget>
20 
21 QT_BEGIN_NAMESPACE
22 
24 {
25 public:
26  QFrame *m_qFrame;
27  QLabel *m_qLabel_Caption;
28 
29  void setupUi(QWidget *ProgressBarWidgetClass)
30  {
31  if (ProgressBarWidgetClass->objectName().isEmpty())
32  ProgressBarWidgetClass->setObjectName(QStringLiteral("ProgressBarWidgetClass"));
33  ProgressBarWidgetClass->resize(1100, 180);
34  ProgressBarWidgetClass->setMinimumSize(QSize(1100, 180));
35  ProgressBarWidgetClass->setSizeIncrement(QSize(1100, 180));
36  m_qFrame = new QFrame(ProgressBarWidgetClass);
37  m_qFrame->setObjectName(QStringLiteral("m_qFrame"));
38  m_qFrame->setGeometry(QRect(21, 30, 1071, 141));
39  m_qFrame->setFrameShape(QFrame::StyledPanel);
40  m_qFrame->setFrameShadow(QFrame::Raised);
41  m_qLabel_Caption = new QLabel(ProgressBarWidgetClass);
42  m_qLabel_Caption->setObjectName(QStringLiteral("m_qLabel_Caption"));
43  m_qLabel_Caption->setGeometry(QRect(23, 6, 280, 31));
44  QFont font;
45  font.setPointSize(11);
46  font.setBold(true);
47  font.setWeight(75);
48  m_qLabel_Caption->setFont(font);
49 
50  retranslateUi(ProgressBarWidgetClass);
51 
52  QMetaObject::connectSlotsByName(ProgressBarWidgetClass);
53  } // setupUi
54 
55  void retranslateUi(QWidget *ProgressBarWidgetClass)
56  {
57  ProgressBarWidgetClass->setWindowTitle(QApplication::translate("ProgressBarWidgetClass", "ProgressBarWidget", 0));
58  m_qLabel_Caption->setText(QString());
59  } // retranslateUi
60 
61 };
62 
63 namespace Ui {
65 } // namespace Ui
66 
67 QT_END_NAMESPACE
68 
69 #endif // UI_PROGRESSBARWIDGET_H
Definition: aboutwindow.h:52