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

📄 newdialog.h

📁 使用 C++ 写的人事管理系统
💻 H
字号:
/****************************************************************************** Form interface generated from reading ui file '.\newdialog.ui'**** Created: 星期三 十二月 31 12:45:20 2003**      by: The User Interface Compiler ($Id: qt/main.cpp   3.1.2   edited Dec 19 11:45 $)**** WARNING! All changes made in this file will be lost!****************************************************************************/#ifndef NEWDIALOGBASE_H#define NEWDIALOGBASE_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QPushButton;class QGroupBox;class QLabel;class QComboBox;class QSpinBox;class QLineEdit;class NewDialogBase : public QDialog{    Q_OBJECTpublic:    NewDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~NewDialogBase();    QPushButton* buttonHelp;    QPushButton* buttonOk;    QPushButton* buttonCancel;    QGroupBox* groupBox1;    QLabel* textLabel1;    QLabel* textLabel1_2;    QLabel* textLabel1_3;    QLabel* textLabel1_5;    QLabel* textLabel1_4;    QLabel* textLabel1_5_2;    QLabel* textLabel1_4_2;    QComboBox* nd_sex;    QSpinBox* nd_age;    QLineEdit* nd_name;    QLineEdit* nd_company;    QLineEdit* nd_job;    QLineEdit* nd_phone;    QLineEdit* nd_address;public slots:    virtual void buttonHelp_clicked();protected:    QHBoxLayout* Layout1;protected slots:    virtual void languageChange();};#endif // NEWDIALOGBASE_H

⌨️ 快捷键说明

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