MNE-CPP  beta 1.0
ui_textwidget.h
1 /********************************************************************************
2 ** Form generated from reading UI file 'textwidget.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_TEXTWIDGET_H
10 #define UI_TEXTWIDGET_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_Text;
28  QLabel *m_qLabel_Caption;
29 
30  void setupUi(QWidget *TextWidgetClass)
31  {
32  if (TextWidgetClass->objectName().isEmpty())
33  TextWidgetClass->setObjectName(QStringLiteral("TextWidgetClass"));
34  TextWidgetClass->resize(379, 146);
35  m_qFrame = new QFrame(TextWidgetClass);
36  m_qFrame->setObjectName(QStringLiteral("m_qFrame"));
37  m_qFrame->setGeometry(QRect(20, 40, 331, 101));
38  m_qFrame->setFrameShape(QFrame::StyledPanel);
39  m_qFrame->setFrameShadow(QFrame::Raised);
40  m_qLabel_Text = new QLabel(m_qFrame);
41  m_qLabel_Text->setObjectName(QStringLiteral("m_qLabel_Text"));
42  m_qLabel_Text->setGeometry(QRect(5, 10, 321, 81));
43  QFont font;
44  font.setPointSize(22);
45  m_qLabel_Text->setFont(font);
46  m_qLabel_Text->setAlignment(Qt::AlignCenter);
47  m_qLabel_Caption = new QLabel(TextWidgetClass);
48  m_qLabel_Caption->setObjectName(QStringLiteral("m_qLabel_Caption"));
49  m_qLabel_Caption->setGeometry(QRect(20, 9, 280, 31));
50  QFont font1;
51  font1.setPointSize(11);
52  font1.setBold(true);
53  font1.setWeight(75);
54  m_qLabel_Caption->setFont(font1);
55 
56  retranslateUi(TextWidgetClass);
57 
58  QMetaObject::connectSlotsByName(TextWidgetClass);
59  } // setupUi
60 
61  void retranslateUi(QWidget *TextWidgetClass)
62  {
63  TextWidgetClass->setWindowTitle(QApplication::translate("TextWidgetClass", "TextWidget", 0));
64  m_qLabel_Text->setText(QApplication::translate("TextWidgetClass", "activity", 0));
65  m_qLabel_Caption->setText(QString());
66  } // retranslateUi
67 
68 };
69 
70 namespace Ui {
72 } // namespace Ui
73 
74 QT_END_NAMESPACE
75 
76 #endif // UI_TEXTWIDGET_H
Definition: aboutwindow.h:52