代码拉取完成,页面将自动刷新
#ifndef EHOME_IMG_BTN_H
#define EHOME_IMG_BTN_H
#include <QPushButton>
#include "ehome_resimg.h"
#include "ui_ehome_img_btn.h"
enum ehome_icontype //头像的类型
{
eit_circle,//圆形
eit_rect //矩形
};
enum ehome_mtasktype //头像的类型
{
emt_inner,//圆形
emt_wideedge, //粗边
emt_thinedge //细边
};
class ehome_img_btn : public QPushButton, private Ui::ehome_img_btn
{
Q_OBJECT
public:
explicit ehome_img_btn(QWidget *parent = 0);
ehome_resimg *m_resimg;
QString m_path;
QString m_uid;
ehome_icontype m_type;
ehome_mtasktype m_mtasktype;
QPixmap m_fitpixmap;
bool m_needreq;//是否需要重新请求;
bool m_needtimer;//是否启动定时器;
void setUid(const QString &uid);
void setlocalPath(const QString &path);
void setPath(const QString &path);
void setPath(const QString &path,const QString uid);
QImage getRoundQImage(const QImage &img, QSize size);
void setType(const ehome_icontype &type);
void setMtasktype(const ehome_mtasktype &mtasktype);
~ehome_img_btn();
void setResimg(ehome_resimg *resimg);
void setnobuffer();
QAction *m_actiondelete;
QAction *m_actionreedit;
private:
void paintEvent(QPaintEvent *ev);
virtual bool event(QEvent *event);
void enterEvent(QEvent *enter);
// ehome_basemenu *m_menubtn;
public slots:
void slot_fleshicon();
};
#endif // EHOME_IMG_BTN_H
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。