| 1 | /******************************************************************************** |
| 2 | ** Form generated from reading UI file 'cpudialog.ui' |
| 3 | ** |
| 4 | ** Created by: Qt User Interface Compiler version 5.15.3 |
| 5 | ** |
| 6 | ** WARNING! All changes made in this file will be lost when recompiling UI file! |
| 7 | ********************************************************************************/ |
| 8 | |
| 9 | #ifndef UI_CPUDIALOG_H |
| 10 | #define UI_CPUDIALOG_H |
| 11 | |
| 12 | #include <QtCore/QVariant> |
| 13 | #include <QtGui/QIcon> |
| 14 | #include <QtWidgets/QApplication> |
| 15 | #include <QtWidgets/QButtonGroup> |
| 16 | #include <QtWidgets/QCheckBox> |
| 17 | #include <QtWidgets/QDialog> |
| 18 | #include <QtWidgets/QHBoxLayout> |
| 19 | #include <QtWidgets/QHeaderView> |
| 20 | #include <QtWidgets/QLabel> |
| 21 | #include <QtWidgets/QLineEdit> |
| 22 | #include <QtWidgets/QRadioButton> |
| 23 | #include <QtWidgets/QSpacerItem> |
| 24 | #include <QtWidgets/QSplitter> |
| 25 | #include <QtWidgets/QTableView> |
| 26 | #include <QtWidgets/QToolButton> |
| 27 | #include <QtWidgets/QVBoxLayout> |
| 28 | #include <QtWidgets/QWidget> |
| 29 | #include <qsynedit/SynEdit.h> |
| 30 | |
| 31 | QT_BEGIN_NAMESPACE |
| 32 | |
| 33 | class Ui_CPUDialog |
| 34 | { |
| 35 | public: |
| 36 | QHBoxLayout *horizontalLayout; |
| 37 | QSplitter *splitter; |
| 38 | QWidget *widget; |
| 39 | QVBoxLayout *verticalLayout; |
| 40 | QWidget *widget_2; |
| 41 | QHBoxLayout *horizontalLayout_2; |
| 42 | QLabel *label; |
| 43 | QLineEdit *txtFunctionName; |
| 44 | QSynedit::SynEdit *txtCode; |
| 45 | QWidget *widget_3; |
| 46 | QHBoxLayout *horizontalLayout_3; |
| 47 | QToolButton *btnStepOverInstruction; |
| 48 | QToolButton *btnStepIntoInstruction; |
| 49 | QSpacerItem *horizontalSpacer; |
| 50 | QRadioButton *rdATT; |
| 51 | QRadioButton *rdIntel; |
| 52 | QCheckBox *chkBlendMode; |
| 53 | QTableView *lstRegister; |
| 54 | QButtonGroup *buttonGroup; |
| 55 | |
| 56 | void setupUi(QDialog *CPUDialog) |
| 57 | { |
| 58 | if (CPUDialog->objectName().isEmpty()) |
| 59 | CPUDialog->setObjectName(QString::fromUtf8("CPUDialog" )); |
| 60 | CPUDialog->resize(879, 498); |
| 61 | horizontalLayout = new QHBoxLayout(CPUDialog); |
| 62 | horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout" )); |
| 63 | horizontalLayout->setContentsMargins(5, 5, 5, 5); |
| 64 | splitter = new QSplitter(CPUDialog); |
| 65 | splitter->setObjectName(QString::fromUtf8("splitter" )); |
| 66 | splitter->setOrientation(Qt::Horizontal); |
| 67 | widget = new QWidget(splitter); |
| 68 | widget->setObjectName(QString::fromUtf8("widget" )); |
| 69 | QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred); |
| 70 | sizePolicy.setHorizontalStretch(3); |
| 71 | sizePolicy.setVerticalStretch(0); |
| 72 | sizePolicy.setHeightForWidth(widget->sizePolicy().hasHeightForWidth()); |
| 73 | widget->setSizePolicy(sizePolicy); |
| 74 | verticalLayout = new QVBoxLayout(widget); |
| 75 | verticalLayout->setObjectName(QString::fromUtf8("verticalLayout" )); |
| 76 | verticalLayout->setContentsMargins(0, 0, 0, 0); |
| 77 | widget_2 = new QWidget(widget); |
| 78 | widget_2->setObjectName(QString::fromUtf8("widget_2" )); |
| 79 | horizontalLayout_2 = new QHBoxLayout(widget_2); |
| 80 | horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2" )); |
| 81 | horizontalLayout_2->setContentsMargins(0, 0, 0, 0); |
| 82 | label = new QLabel(widget_2); |
| 83 | label->setObjectName(QString::fromUtf8("label" )); |
| 84 | |
| 85 | horizontalLayout_2->addWidget(label); |
| 86 | |
| 87 | txtFunctionName = new QLineEdit(widget_2); |
| 88 | txtFunctionName->setObjectName(QString::fromUtf8("txtFunctionName" )); |
| 89 | |
| 90 | horizontalLayout_2->addWidget(txtFunctionName); |
| 91 | |
| 92 | |
| 93 | verticalLayout->addWidget(widget_2); |
| 94 | |
| 95 | txtCode = new QSynedit::SynEdit(widget); |
| 96 | txtCode->setObjectName(QString::fromUtf8("txtCode" )); |
| 97 | QSizePolicy sizePolicy1(QSizePolicy::Expanding, QSizePolicy::Expanding); |
| 98 | sizePolicy1.setHorizontalStretch(0); |
| 99 | sizePolicy1.setVerticalStretch(0); |
| 100 | sizePolicy1.setHeightForWidth(txtCode->sizePolicy().hasHeightForWidth()); |
| 101 | txtCode->setSizePolicy(sizePolicy1); |
| 102 | txtCode->setFrameShape(QFrame::StyledPanel); |
| 103 | txtCode->setFrameShadow(QFrame::Raised); |
| 104 | |
| 105 | verticalLayout->addWidget(txtCode); |
| 106 | |
| 107 | widget_3 = new QWidget(widget); |
| 108 | widget_3->setObjectName(QString::fromUtf8("widget_3" )); |
| 109 | horizontalLayout_3 = new QHBoxLayout(widget_3); |
| 110 | horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3" )); |
| 111 | horizontalLayout_3->setContentsMargins(0, 0, 0, 0); |
| 112 | btnStepOverInstruction = new QToolButton(widget_3); |
| 113 | btnStepOverInstruction->setObjectName(QString::fromUtf8("btnStepOverInstruction" )); |
| 114 | QIcon icon; |
| 115 | icon.addFile(QString::fromUtf8(":/icons/images/newlook24/052-next.png" ), QSize(), QIcon::Normal, QIcon::Off); |
| 116 | btnStepOverInstruction->setIcon(icon); |
| 117 | btnStepOverInstruction->setToolButtonStyle(Qt::ToolButtonIconOnly); |
| 118 | |
| 119 | horizontalLayout_3->addWidget(btnStepOverInstruction); |
| 120 | |
| 121 | btnStepIntoInstruction = new QToolButton(widget_3); |
| 122 | btnStepIntoInstruction->setObjectName(QString::fromUtf8("btnStepIntoInstruction" )); |
| 123 | QIcon icon1; |
| 124 | icon1.addFile(QString::fromUtf8(":/icons/images/newlook24/040-goto.png" ), QSize(), QIcon::Normal, QIcon::Off); |
| 125 | btnStepIntoInstruction->setIcon(icon1); |
| 126 | |
| 127 | horizontalLayout_3->addWidget(btnStepIntoInstruction); |
| 128 | |
| 129 | horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
| 130 | |
| 131 | horizontalLayout_3->addItem(horizontalSpacer); |
| 132 | |
| 133 | rdATT = new QRadioButton(widget_3); |
| 134 | buttonGroup = new QButtonGroup(CPUDialog); |
| 135 | buttonGroup->setObjectName(QString::fromUtf8("buttonGroup" )); |
| 136 | buttonGroup->addButton(rdATT); |
| 137 | rdATT->setObjectName(QString::fromUtf8("rdATT" )); |
| 138 | |
| 139 | horizontalLayout_3->addWidget(rdATT); |
| 140 | |
| 141 | rdIntel = new QRadioButton(widget_3); |
| 142 | buttonGroup->addButton(rdIntel); |
| 143 | rdIntel->setObjectName(QString::fromUtf8("rdIntel" )); |
| 144 | |
| 145 | horizontalLayout_3->addWidget(rdIntel); |
| 146 | |
| 147 | chkBlendMode = new QCheckBox(widget_3); |
| 148 | chkBlendMode->setObjectName(QString::fromUtf8("chkBlendMode" )); |
| 149 | |
| 150 | horizontalLayout_3->addWidget(chkBlendMode); |
| 151 | |
| 152 | |
| 153 | verticalLayout->addWidget(widget_3); |
| 154 | |
| 155 | splitter->addWidget(widget); |
| 156 | lstRegister = new QTableView(splitter); |
| 157 | lstRegister->setObjectName(QString::fromUtf8("lstRegister" )); |
| 158 | lstRegister->setEditTriggers(QAbstractItemView::NoEditTriggers); |
| 159 | lstRegister->setDragEnabled(false); |
| 160 | lstRegister->setDragDropOverwriteMode(false); |
| 161 | lstRegister->setDragDropMode(QAbstractItemView::NoDragDrop); |
| 162 | lstRegister->setDefaultDropAction(Qt::IgnoreAction); |
| 163 | lstRegister->setAlternatingRowColors(true); |
| 164 | lstRegister->setSelectionMode(QAbstractItemView::SingleSelection); |
| 165 | lstRegister->setSelectionBehavior(QAbstractItemView::SelectRows); |
| 166 | lstRegister->setTextElideMode(Qt::ElideNone); |
| 167 | splitter->addWidget(lstRegister); |
| 168 | lstRegister->horizontalHeader()->setStretchLastSection(true); |
| 169 | |
| 170 | horizontalLayout->addWidget(splitter); |
| 171 | |
| 172 | |
| 173 | retranslateUi(CPUDialog); |
| 174 | |
| 175 | QMetaObject::connectSlotsByName(CPUDialog); |
| 176 | } // setupUi |
| 177 | |
| 178 | void retranslateUi(QDialog *CPUDialog) |
| 179 | { |
| 180 | CPUDialog->setWindowTitle(QCoreApplication::translate("CPUDialog" , "CPU Info" , nullptr)); |
| 181 | label->setText(QCoreApplication::translate("CPUDialog" , "Disassemble" , nullptr)); |
| 182 | #if QT_CONFIG(tooltip) |
| 183 | btnStepOverInstruction->setToolTip(QCoreApplication::translate("CPUDialog" , "Step over one machine instruction" , nullptr)); |
| 184 | #endif // QT_CONFIG(tooltip) |
| 185 | btnStepOverInstruction->setText(QCoreApplication::translate("CPUDialog" , "Step over one machine instruction" , nullptr)); |
| 186 | #if QT_CONFIG(tooltip) |
| 187 | btnStepIntoInstruction->setToolTip(QCoreApplication::translate("CPUDialog" , "Step into one machine instruction" , nullptr)); |
| 188 | #endif // QT_CONFIG(tooltip) |
| 189 | btnStepIntoInstruction->setText(QCoreApplication::translate("CPUDialog" , "Step into one machine instruction" , nullptr)); |
| 190 | rdATT->setText(QCoreApplication::translate("CPUDialog" , "AT&&T" , nullptr)); |
| 191 | rdIntel->setText(QCoreApplication::translate("CPUDialog" , "Intel" , nullptr)); |
| 192 | chkBlendMode->setText(QCoreApplication::translate("CPUDialog" , "Blend Mode" , nullptr)); |
| 193 | } // retranslateUi |
| 194 | |
| 195 | }; |
| 196 | |
| 197 | namespace Ui { |
| 198 | class CPUDialog: public Ui_CPUDialog {}; |
| 199 | } // namespace Ui |
| 200 | |
| 201 | QT_END_NAMESPACE |
| 202 | |
| 203 | #endif // UI_CPUDIALOG_H |
| 204 | |