5 Star 23 Fork 5

Acreate/gamePlanTool

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
ATabPageBase.h 568 Bytes
Copy Edit Raw Blame History
箜栢 authored 2020-03-02 09:14 . 第一次提交
#ifndef H_MY__ITABPAGESLOTSEVENT_H__H
#define H_MY__ITABPAGESLOTSEVENT_H__H
#include <qwidget.h>
namespace widgetUI {
class ATabPageBase;
}
class widgetUI::ATabPageBase : public QWidget {
Q_OBJECT;
public:
ATabPageBase(QWidget* parent): QWidget(parent) { }
enum EVENTFLAG {
DoubleClicked
, Clicked
, Changed
};
// 当前页面被激活
virtual void activation(QObject* obj, int index, EVENTFLAG status) = 0;
// 获取名称
virtual QString getName( ) = 0;
// 获取图标
virtual QIcon getIcon( ) = 0;
};
#endif // H_MY__ITABPAGESLOTSEVENT_H__H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/ChenYLhuman/gamePlanTool.git
git@gitee.com:ChenYLhuman/gamePlanTool.git
ChenYLhuman
gamePlanTool
gamePlanTool
master

Search

A270a887 8829481 3d7a4017 8829481