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

📄 testhrmsdialogbase.h

📁 使用 C++ 写的人事管理系统
💻 H
字号:
/****************************************************************************** Form interface generated from reading ui file '.\testhrmsdialogbase.ui'**** Created: 星期三 十二月 31 16:09:38 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 TESTHRMSDIALOGBASE_H#define TESTHRMSDIALOGBASE_H#include <qvariant.h>#include <qdialog.h>class QVBoxLayout;class QHBoxLayout;class QGridLayout;class QTable;class QPushButton;class testHRMSDialogBase : public QDialog{    Q_OBJECTpublic:    testHRMSDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );    ~testHRMSDialogBase();    QTable* table1;    QPushButton* buttonEnd;    QPushButton* buttonQuary;    QPushButton* buttonAdd;    QPushButton* buttonDelete;public slots:    virtual void buttonQuary_clicked();    virtual void buttonAdd_clicked();    virtual void buttonDelete_clicked();    virtual void table1_valueChanged( int, int );    virtual void table1_doubleClicked( int, int, int, const QPoint & );protected:    QHBoxLayout* Layout1;protected slots:    virtual void languageChange();};#endif // TESTHRMSDIALOGBASE_H

⌨️ 快捷键说明

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