⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ui_second.h

📁 Linux窗口程序设计__Qt4精彩实例分析上面的源代码第二部分.以循序渐进的方式进行源代码,包括Qt4下面的图形与图画对话框QMainWindow的源代码.
💻 H
字号:
/********************************************************************************** Form generated from reading ui file 'second.ui'**** Created: Mon May 12 17:36:10 2008**      by: Qt User Interface Compiler version 4.3.0**** WARNING! All changes made in this file will be lost when recompiling ui file!********************************************************************************/#ifndef UI_SECOND_H#define UI_SECOND_H#include <QtCore/QVariant>#include <QtGui/QAction>#include <QtGui/QApplication>#include <QtGui/QButtonGroup>#include <QtGui/QLabel>#include <QtGui/QPushButton>#include <QtGui/QWidget>class Ui_Second{public:    QLabel *label;    QPushButton *closePushButton;    void setupUi(QWidget *Second)    {    if (Second->objectName().isEmpty())        Second->setObjectName(QString::fromUtf8("Second"));    QSize size(300, 300);    size = size.expandedTo(Second->minimumSizeHint());    Second->resize(size);    label = new QLabel(Second);    label->setObjectName(QString::fromUtf8("label"));    label->setGeometry(QRect(80, 80, 131, 16));    closePushButton = new QPushButton(Second);    closePushButton->setObjectName(QString::fromUtf8("closePushButton"));    closePushButton->setGeometry(QRect(180, 240, 75, 23));    retranslateUi(Second);    QMetaObject::connectSlotsByName(Second);    } // setupUi    void retranslateUi(QWidget *Second)    {    Second->setWindowTitle(QApplication::translate("Second", "Form", 0, QApplication::UnicodeUTF8));    label->setText(QApplication::translate("Second", "\350\277\231\346\230\257\347\254\254\344\272\214\344\270\252 UI !!", 0, QApplication::UnicodeUTF8));    closePushButton->setText(QApplication::translate("Second", "\345\205\263\351\227\255", 0, QApplication::UnicodeUTF8));    Q_UNUSED(Second);    } // retranslateUi};namespace Ui {    class Second: public Ui_Second {};} // namespace Ui#endif // UI_SECOND_H

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -