2 Star 8 Fork 0

纵使有花兼明月何堪无酒亦无人 / Z4PIDE

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
dirscan.h 442 Bytes
一键复制 编辑 原始数据 按行查看 历史
#ifndef DIRSCAN_H
#define DIRSCAN_H
#include <QObject>
#include <QFileInfo>
class DirScan : public QObject
{
Q_OBJECT
public:
explicit DirScan(QObject *parent = 0);
void AsncScan(const QString strPath);
signals:
void ItemScaned(const QString &strRootPath, const QFileInfo &ItemInfo , const int i);
protected slots:
void Scan(const QString strPath);
private:
static int k ;
};
#endif // DIRSCAN_H
PHP
1
https://gitee.com/xavier007/Z4PIDE.git
git@gitee.com:xavier007/Z4PIDE.git
xavier007
Z4PIDE
Z4PIDE
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891