1 Star 0 Fork 0

uthelei/CodeLineCount

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
countcodeWidget.h 709 Bytes
一键复制 编辑 原始数据 按行查看 历史
lei.he 提交于 2021-06-29 14:58 . 添加git代码统计
#ifndef COUNTCODEWIDGET_H
#define COUNTCODEWIDGET_H
#include <QWidget>
class TreeView;
class CountCodeWidget : public QWidget
{
Q_OBJECT
public:
explicit CountCodeWidget(QWidget *parent = Q_NULLPTR);
~CountCodeWidget();
void initUi();
virtual void initBottomWidget();
virtual void deleteAllData() = 0;
virtual void setLabelStyle();
virtual void onClearData();
virtual void initForm();
protected:
QIcon getIcon(QString filename);
QString getElidedText(QFont font, QString str, int MaxWidth);
protected:
TreeView *m_treeView = Q_NULLPTR;
QWidget *m_bottomWidget = Q_NULLPTR;
};
#endif // COUNTCODEWIDGET_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/uthelei/CodeLineCount.git
git@gitee.com:uthelei/CodeLineCount.git
uthelei
CodeLineCount
CodeLineCount
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385