1 Star 0 Fork 2

尘年灬往事 / smart-community

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
base_staff_chewei_handle_widget.h 604 Bytes
一键复制 编辑 原始数据 按行查看 历史
QingluWang 提交于 2019-01-22 14:37 . 工作人员->车位管理完成
#ifndef BASE_STAFF_CHEWEI_HANDLE_WIDGET_H
#define BASE_STAFF_CHEWEI_HANDLE_WIDGET_H
#include <QObject>
#include <QLabel>
#include <QMessageBox>
#include <QButtonGroup>
#include <QRadioButton>
#include <QLineEdit>
#include <QSqlQuery>
#include <QHBoxLayout>
#include "base_handle_widget.h"
class BaseStaffCheWeiHandleWidget
{
public:
BaseStaffCheWeiHandleWidget();
int getStatus(const QString &key);
bool isApplied(const QString &key,int type);
bool handle(const QString &key,int type);
void sendSignal();
signals:
void newChuZu();
};
#endif // BASE_STAFF_CHEWEI_HANDLE_WIDGET_H
1
https://gitee.com/mikema_138/smart-community.git
git@gitee.com:mikema_138/smart-community.git
mikema_138
smart-community
smart-community
master

搜索帮助