2 Star 2 Fork 1

softxing/Xiasl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
MyTabPage.h 367 Bytes
一键复制 编辑 原始数据 按行查看 历史
ic005k 提交于 2021-01-11 20:33 . Add files via upload
#ifndef MYTABPAGE_H
#define MYTABPAGE_H
#include <QWidget>
/**
* @brief 单个Page页
* @details 用于测试构造析构等
*/
class MyTabPage : public QWidget
{
Q_OBJECT
public:
explicit MyTabPage(QWidget *parent = nullptr);
~MyTabPage();
//获取唯一id
int getId() const { return id; }
private:
int id=0;
};
#endif // MYTABPAGE_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/softxing/Xiasl.git
[email protected]:softxing/Xiasl.git
softxing
Xiasl
Xiasl
master

搜索帮助