📄 ui_frm_excepthandle.h
字号:
/********************************************************************************** Form generated from reading ui file 'frm_excepthandle.ui'**** Created: Tue Mar 3 18:00:41 2009** by: Qt User Interface Compiler version 4.4.3**** WARNING! All changes made in this file will be lost when recompiling ui file!********************************************************************************/#ifndef UI_FRM_EXCEPTHANDLE_H#define UI_FRM_EXCEPTHANDLE_H#include <QtCore/QVariant>#include <QtGui/QAction>#include <QtGui/QApplication>#include <QtGui/QButtonGroup>#include <QtGui/QCheckBox>#include <QtGui/QComboBox>#include <QtGui/QDialogButtonBox>#include <QtGui/QLabel>#include <QtGui/QWidget>QT_BEGIN_NAMESPACEclass Ui_frm_excepthandle{public: QDialogButtonBox *buttonBox; QLabel *label; QCheckBox *checkBox; QCheckBox *checkBox_2; QComboBox *comboBox; void setupUi(QWidget *frm_excepthandle) { if (frm_excepthandle->objectName().isEmpty()) frm_excepthandle->setObjectName(QString::fromUtf8("frm_excepthandle")); frm_excepthandle->setWindowModality(Qt::WindowModal); frm_excepthandle->resize(447, 207); frm_excepthandle->setStyleSheet(QString::fromUtf8("font: 12pt \"\346\226\207\346\263\211\351\251\277\346\255\243\351\273\221\";\n""background-color: rgb(112, 200, 11);")); buttonBox = new QDialogButtonBox(frm_excepthandle); buttonBox->setObjectName(QString::fromUtf8("buttonBox")); buttonBox->setGeometry(QRect(140, 140, 189, 34)); buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); label = new QLabel(frm_excepthandle); label->setObjectName(QString::fromUtf8("label")); label->setGeometry(QRect(50, 36, 91, 24)); checkBox = new QCheckBox(frm_excepthandle); checkBox->setObjectName(QString::fromUtf8("checkBox")); checkBox->setGeometry(QRect(0, 90, 151, 30)); checkBox->setLayoutDirection(Qt::RightToLeft); checkBox_2 = new QCheckBox(frm_excepthandle); checkBox_2->setObjectName(QString::fromUtf8("checkBox_2")); checkBox_2->setGeometry(QRect(180, 90, 161, 30)); checkBox_2->setLayoutDirection(Qt::RightToLeft); comboBox = new QComboBox(frm_excepthandle); comboBox->setObjectName(QString::fromUtf8("comboBox")); comboBox->setGeometry(QRect(150, 30, 251, 37)); retranslateUi(frm_excepthandle); QMetaObject::connectSlotsByName(frm_excepthandle); } // setupUi void retranslateUi(QWidget *frm_excepthandle) { frm_excepthandle->setWindowTitle(QApplication::translate("frm_excepthandle", "\345\274\202\345\270\270\345\244\204\347\220\206", 0, QApplication::UnicodeUTF8)); label->setText(QApplication::translate("frm_excepthandle", "\345\274\202\345\270\270\347\261\273\345\236\213", 0, QApplication::UnicodeUTF8)); checkBox->setText(QApplication::translate("frm_excepthandle", "\345\243\260\351\237\263\346\212\245\350\255\246", 0, QApplication::UnicodeUTF8)); checkBox_2->setText(QApplication::translate("frm_excepthandle", "\350\247\246\345\217\221\346\212\245\350\255\246\350\276\223\345\207\272", 0, QApplication::UnicodeUTF8)); comboBox->clear(); comboBox->insertItems(0, QStringList() << QApplication::translate("frm_excepthandle", "IP\345\234\260\345\235\200\345\206\262\347\252\201", 0, QApplication::UnicodeUTF8) ); Q_UNUSED(frm_excepthandle); } // retranslateUi};namespace Ui { class frm_excepthandle: public Ui_frm_excepthandle {};} // namespace UiQT_END_NAMESPACE#endif // UI_FRM_EXCEPTHANDLE_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -