2 Star 12 Fork 3

1136863240/SimpleEditorByQt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cursorthread.h 371 Bytes
一键复制 编辑 原始数据 按行查看 历史
1136863240 提交于 2021-01-03 16:37 . 优化多线程
#ifndef CURSORTHREAD_H
#define CURSORTHREAD_H
#include <QThread>
class CursorThread : public QThread
{
Q_OBJECT
public:
CursorThread(QObject *parent = nullptr);
signals:
void send_cursor_status(bool is_show);
private slots:
void receive_break();
private:
bool is_show;
bool is_break;
protected:
void run();
};
#endif // CURSORTHREAD_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/foreverofprogrammer/simple-editor-by-qt.git
git@gitee.com:foreverofprogrammer/simple-editor-by-qt.git
foreverofprogrammer
simple-editor-by-qt
SimpleEditorByQt
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385