?? ui_frm_inout.h
字號:
/********************************************************************************** Form generated from reading ui file 'frm_inOut.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_INOUT_H#define UI_FRM_INOUT_H#include <QtCore/QVariant>#include <QtGui/QAction>#include <QtGui/QApplication>#include <QtGui/QButtonGroup>#include <QtGui/QComboBox>#include <QtGui/QLabel>#include <QtGui/QPushButton>#include <QtGui/QWidget>QT_BEGIN_NAMESPACEclass Ui_frm_inOut{public: QPushButton *pbtn_ok; QPushButton *pbtn_close; QComboBox *comboBox; QLabel *label_2; void setupUi(QWidget *frm_inOut) { if (frm_inOut->objectName().isEmpty()) frm_inOut->setObjectName(QString::fromUtf8("frm_inOut")); frm_inOut->setWindowModality(Qt::WindowModal); frm_inOut->resize(413, 183); frm_inOut->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);")); pbtn_ok = new QPushButton(frm_inOut); pbtn_ok->setObjectName(QString::fromUtf8("pbtn_ok")); pbtn_ok->setGeometry(QRect(94, 110, 100, 36)); pbtn_close = new QPushButton(frm_inOut); pbtn_close->setObjectName(QString::fromUtf8("pbtn_close")); pbtn_close->setGeometry(QRect(200, 110, 100, 36)); comboBox = new QComboBox(frm_inOut); comboBox->setObjectName(QString::fromUtf8("comboBox")); comboBox->setGeometry(QRect(160, 40, 190, 37)); label_2 = new QLabel(frm_inOut); label_2->setObjectName(QString::fromUtf8("label_2")); label_2->setGeometry(QRect(60, 30, 90, 53)); retranslateUi(frm_inOut); QMetaObject::connectSlotsByName(frm_inOut); } // setupUi void retranslateUi(QWidget *frm_inOut) { frm_inOut->setWindowTitle(QApplication::translate("frm_inOut", "\345\257\274\345\205\245\345\257\274\345\207\272", 0, QApplication::UnicodeUTF8)); pbtn_ok->setText(QApplication::translate("frm_inOut", "\347\241\256\345\256\232", 0, QApplication::UnicodeUTF8)); pbtn_close->setText(QApplication::translate("frm_inOut", "\345\217\226\346\266\210", 0, QApplication::UnicodeUTF8)); comboBox->clear(); comboBox->insertItems(0, QStringList() << QApplication::translate("frm_inOut", "\345\257\274\345\205\245", 0, QApplication::UnicodeUTF8) << QApplication::translate("frm_inOut", "\345\257\274\345\207\272", 0, QApplication::UnicodeUTF8) ); label_2->setText(QApplication::translate("frm_inOut", "\351\200\211\346\213\251\346\223\215\344\275\234", 0, QApplication::UnicodeUTF8)); Q_UNUSED(frm_inOut); } // retranslateUi};namespace Ui { class frm_inOut: public Ui_frm_inOut {};} // namespace UiQT_END_NAMESPACE#endif // UI_FRM_INOUT_H
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -