-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathui_ExportVerilogDlg.h
136 lines (100 loc) · 4.63 KB
/
ui_ExportVerilogDlg.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
/********************************************************************************
** Form generated from reading UI file 'ExportVerilogDlg.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_EXPORTVERILOGDLG_H
#define UI_EXPORTVERILOGDLG_H
#include <Qt3Support/Q3MimeSourceFactory>
#include <QtCore/QVariant>
#include <QtGui/QAction>
#include <QtGui/QApplication>
#include <QtGui/QButtonGroup>
#include <QtGui/QCheckBox>
#include <QtGui/QDialog>
#include <QtGui/QHBoxLayout>
#include <QtGui/QHeaderView>
#include <QtGui/QPushButton>
#include <QtGui/QSpacerItem>
#include <QtGui/QVBoxLayout>
QT_BEGIN_NAMESPACE
class Ui_ExportVerilogDlg
{
public:
QVBoxLayout *vboxLayout;
QHBoxLayout *hboxLayout;
QSpacerItem *spacerItem;
QVBoxLayout *vboxLayout1;
QCheckBox *cb_synchreset;
QSpacerItem *spacerItem1;
QSpacerItem *spacerItem2;
QHBoxLayout *hboxLayout1;
QSpacerItem *spacerItem3;
QPushButton *pb_export;
QSpacerItem *spacerItem4;
QPushButton *pb_cancel;
QSpacerItem *spacerItem5;
void setupUi(QDialog *ExportVerilogDlg)
{
if (ExportVerilogDlg->objectName().isEmpty())
ExportVerilogDlg->setObjectName(QString::fromUtf8("ExportVerilogDlg"));
ExportVerilogDlg->resize(336, 123);
vboxLayout = new QVBoxLayout(ExportVerilogDlg);
vboxLayout->setSpacing(6);
vboxLayout->setContentsMargins(11, 11, 11, 11);
vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
hboxLayout = new QHBoxLayout();
hboxLayout->setSpacing(6);
hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
spacerItem = new QSpacerItem(48, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
hboxLayout->addItem(spacerItem);
vboxLayout1 = new QVBoxLayout();
vboxLayout1->setSpacing(6);
vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
cb_synchreset = new QCheckBox(ExportVerilogDlg);
cb_synchreset->setObjectName(QString::fromUtf8("cb_synchreset"));
vboxLayout1->addWidget(cb_synchreset);
hboxLayout->addLayout(vboxLayout1);
spacerItem1 = new QSpacerItem(48, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
hboxLayout->addItem(spacerItem1);
vboxLayout->addLayout(hboxLayout);
spacerItem2 = new QSpacerItem(20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding);
vboxLayout->addItem(spacerItem2);
hboxLayout1 = new QHBoxLayout();
hboxLayout1->setSpacing(6);
hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
spacerItem3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
hboxLayout1->addItem(spacerItem3);
pb_export = new QPushButton(ExportVerilogDlg);
pb_export->setObjectName(QString::fromUtf8("pb_export"));
pb_export->setDefault(true);
hboxLayout1->addWidget(pb_export);
spacerItem4 = new QSpacerItem(20, 16, QSizePolicy::Expanding, QSizePolicy::Minimum);
hboxLayout1->addItem(spacerItem4);
pb_cancel = new QPushButton(ExportVerilogDlg);
pb_cancel->setObjectName(QString::fromUtf8("pb_cancel"));
hboxLayout1->addWidget(pb_cancel);
spacerItem5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
hboxLayout1->addItem(spacerItem5);
vboxLayout->addLayout(hboxLayout1);
retranslateUi(ExportVerilogDlg);
QObject::connect(cb_synchreset, SIGNAL(clicked()), ExportVerilogDlg, SLOT(syncResetClicked()));
QObject::connect(pb_export, SIGNAL(clicked()), ExportVerilogDlg, SLOT(accept()));
QObject::connect(pb_cancel, SIGNAL(clicked()), ExportVerilogDlg, SLOT(reject()));
QMetaObject::connectSlotsByName(ExportVerilogDlg);
} // setupUi
void retranslateUi(QDialog *ExportVerilogDlg)
{
ExportVerilogDlg->setWindowTitle(QApplication::translate("ExportVerilogDlg", "Verilog Export Options", 0, QApplication::UnicodeUTF8));
cb_synchreset->setText(QApplication::translate("ExportVerilogDlg", "Synchronous reset", 0, QApplication::UnicodeUTF8));
pb_export->setText(QApplication::translate("ExportVerilogDlg", "Export", 0, QApplication::UnicodeUTF8));
pb_cancel->setText(QApplication::translate("ExportVerilogDlg", "Cancel", 0, QApplication::UnicodeUTF8));
} // retranslateUi
};
namespace Ui {
class ExportVerilogDlg: public Ui_ExportVerilogDlg {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_EXPORTVERILOGDLG_H