-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathui_IOViewDlg.h
84 lines (70 loc) · 3.58 KB
/
ui_IOViewDlg.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
/********************************************************************************
** Form generated from reading UI file 'IOViewDlg.ui'
**
** Created by: Qt User Interface Compiler version 4.8.7
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_IOVIEWDLG_H
#define UI_IOVIEWDLG_H
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QDialog>
#include <QtGui/QHeaderView>
#include <QtGui/QTextBrowser>
#include <QtGui/QVBoxLayout>
#include "WSpinBox.h"
QT_BEGIN_NAMESPACE
class Ui_IOViewDlg
{
public:
QVBoxLayout *vboxLayout;
QTextBrowser *textBrowser;
void setupUi(QDialog *IOViewDlg)
{
if (IOViewDlg->objectName().isEmpty())
IOViewDlg->setObjectName(QString::fromUtf8("IOViewDlg"));
IOViewDlg->setWindowModality(Qt::NonModal);
IOViewDlg->resize(210, 152);
QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
sizePolicy.setHorizontalStretch(1);
sizePolicy.setVerticalStretch(1);
sizePolicy.setHeightForWidth(IOViewDlg->sizePolicy().hasHeightForWidth());
IOViewDlg->setSizePolicy(sizePolicy);
IOViewDlg->setMinimumSize(QSize(0, 0));
IOViewDlg->setMaximumSize(QSize(800, 600));
IOViewDlg->setSizeGripEnabled(false);
vboxLayout = new QVBoxLayout(IOViewDlg);
vboxLayout->setSpacing(6);
vboxLayout->setContentsMargins(11, 11, 11, 11);
vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
textBrowser = new QTextBrowser(IOViewDlg);
textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
sizePolicy.setHeightForWidth(textBrowser->sizePolicy().hasHeightForWidth());
textBrowser->setSizePolicy(sizePolicy);
textBrowser->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
textBrowser->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
textBrowser->setLineWrapMode(QTextEdit::NoWrap);
vboxLayout->addWidget(textBrowser);
retranslateUi(IOViewDlg);
QMetaObject::connectSlotsByName(IOViewDlg);
} // setupUi
void retranslateUi(QDialog *IOViewDlg)
{
IOViewDlg->setWindowTitle(QApplication::translate("IOViewDlg", "IOView", 0, QApplication::UnicodeUTF8));
textBrowser->setHtml(QApplication::translate("IOViewDlg", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'DejaVu Sans'; font-weight:600;\">Inputs:</span></p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'DejaVu Sans'; font-weight:600;\">Moore Outputs:</span></p>\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-family:'DejaVu Sans'; font-weight:600;\">Mealy Outputs:</span></p></body></html>", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui {
class IOViewDlg: public Ui_IOViewDlg {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_IOVIEWDLG_H