-
UID:2
-
- 注册时间2004-11-08
- 最后登录2025-06-30
- 在线时间7023小时
-
- 发帖11243
- 搜Ta的帖子
- 精华61
- 金钱149432
- 威望9968
- 贡献值702
- 好评度8190
-
访问TA的空间加好友用道具
|
用Designer很容易就实现的呀? - /********************************************************************************
- ** Form generated from reading ui file 'designerHp3936.ui'
- **
- ** Created: Wed Jul 2 23:07:47 2008
- ** by: Qt User Interface Compiler version 4.4.0
- **
- ** WARNING! All changes made in this file will be lost when recompiling ui file!
- ********************************************************************************/
- #ifndef DESIGNERHP3936_H
- #define DESIGNERHP3936_H
- #include <QtCore/QVariant>
- #include <QtGui/QAction>
- #include <QtGui/QApplication>
- #include <QtGui/QButtonGroup>
- #include <QtGui/QMainWindow>
- #include <QtGui/QMenuBar>
- #include <QtGui/QStatusBar>
- #include <QtGui/QToolBar>
- #include <QtGui/QWidget>
- QT_BEGIN_NAMESPACE
- class Ui_MainWindow
- {
- public:
- QAction *actionEeee;
- QWidget *centralwidget;
- QMenuBar *menubar;
- QStatusBar *statusbar;
- QToolBar *toolBar;
- QToolBar *toolBar_2;
- void setupUi(QMainWindow *MainWindow)
- {
- if (MainWindow->objectName().isEmpty())
- MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
- MainWindow->resize(549, 524);
- actionEeee = new QAction(MainWindow);
- actionEeee->setObjectName(QString::fromUtf8("actionEeee"));
- centralwidget = new QWidget(MainWindow);
- centralwidget->setObjectName(QString::fromUtf8("centralwidget"));
- centralwidget->setGeometry(QRect(0, 64, 549, 442));
- MainWindow->setCentralWidget(centralwidget);
- menubar = new QMenuBar(MainWindow);
- menubar->setObjectName(QString::fromUtf8("menubar"));
- menubar->setGeometry(QRect(0, 0, 549, 18));
- MainWindow->setMenuBar(menubar);
- statusbar = new QStatusBar(MainWindow);
- statusbar->setObjectName(QString::fromUtf8("statusbar"));
- statusbar->setGeometry(QRect(0, 506, 549, 18));
- MainWindow->setStatusBar(statusbar);
- toolBar = new QToolBar(MainWindow);
- toolBar->setObjectName(QString::fromUtf8("toolBar"));
- toolBar->setGeometry(QRect(0, 18, 549, 23));
- MainWindow->addToolBar(Qt::TopToolBarArea, toolBar);
- toolBar_2 = new QToolBar(MainWindow);
- toolBar_2->setObjectName(QString::fromUtf8("toolBar_2"));
- toolBar_2->setGeometry(QRect(0, 41, 549, 23));
- MainWindow->addToolBar(Qt::TopToolBarArea, toolBar_2);
- MainWindow->insertToolBarBreak(toolBar_2);
- toolBar->addAction(actionEeee);
- toolBar_2->addAction(actionEeee);
- retranslateUi(MainWindow);
- QMetaObject::connectSlotsByName(MainWindow);
- } // setupUi
- void retranslateUi(QMainWindow *MainWindow)
- {
- MainWindow->setWindowTitle(QApplication::translate("MainWindow", "MainWindow", 0, QApplication::UnicodeUTF8));
- actionEeee->setText(QApplication::translate("MainWindow", "eeee", 0, QApplication::UnicodeUTF8));
- toolBar->setWindowTitle(QApplication::translate("MainWindow", "toolBar", 0, QApplication::UnicodeUTF8));
- toolBar_2->setWindowTitle(QApplication::translate("MainWindow", "toolBar_2", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
- };
- namespace Ui {
- class MainWindow: public Ui_MainWindow {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // DESIGNERHP3936_H
|