1 Star 2 Fork 0

doner/Screenshot-with-picture-edit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
controlwidget.h 989 Bytes
一键复制 编辑 原始数据 按行查看 历史
lidian1993 提交于 2018-01-16 20:57 . Add files via upload
#ifndef CONTROLWIDGET_H
#define CONTROLWIDGET_H
#include <QWidget>
#include<QPainter>
#include<QImage>
#include"qslabel.h"
namespace Ui {
class ControlWidget;
}
class Screen;
//仿照QQ截图的控制面板
class ControlWidget : public QWidget
{
Q_OBJECT
public:
explicit ControlWidget(QWidget *parent = 0);
void connectSignalAndSlot();
void setScreenQuote(Screen *screen);
~ControlWidget();
public slots:
void cancelBtn_slot();
void saveBtn_slot();
void finishBtn_slot();
public slots:
void on_textEditBtn_clicked();
void on_rectangleBtn_clicked();
void on_drawRoundBtn_clicked();
void on_arrowBtn_clicked();
void on_mosaicBtn_clicked();
void on_returneditBtn_clicked();
void on_drawLineBtn_clicked();
private:
Ui::ControlWidget *ui;
Screen *screen;
QPainter pt;
QImage bg_gray;
};
#endif // CONTROLWIDGET_H
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/doner/Screenshot-with-picture-edit.git
git@gitee.com:doner/Screenshot-with-picture-edit.git
doner
Screenshot-with-picture-edit
Screenshot-with-picture-edit
master

搜索帮助