资源简介

使用qss加载图片,鼠标按钮触发事件,并鼠标按钮触发事件,显示不同内容

资源截图

代码片段和文件信息

#include “eventfilter.h“
#include “ui_eventfilter.h“

EventFilter::EventFilter(QWidget *parent Qt::WindowFlags f) :
    QDialog(parent f)
{
    setWindowtitle(tr(“事件过滤“));

    label1 = new QLabel;
    Image1.load(“:/image/1.png“);
    label1->setAlignment(Qt::AlignHCenter|Qt::AlignVCenter);
    label1->setPixmap(QPixmap::fromImage(Image1));

    label2 = new QLabel;
    Image2.load(“:/image/2.png“);
    label2->setAlignment(Qt::AlignHCenter|Qt::AlignVCenter);
    label2->setPixmap(QPixmap::fromImage(Image2));

    label3 = new QLabel;
    Image3.load(“:/image/3.png“);
    label3->setAlignment(Qt::AlignHCenter|Qt::AlignVCenter);
    label3->setPixmap(QPixmap::fromImage(Image3));

    stateLabel = new QLabel(tr(“鼠标按下标志“));
    stateLabel->setAlignment(Qt::AlignHCen

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-05-25 18:02  loadPicture\
     文件        4288  2018-05-25 16:40  loadPicture\eventfilter.cpp
     文件         612  2018-05-25 16:38  loadPicture\eventfilter.h
     文件         426  2018-05-25 16:07  loadPicture\eventfilter.pro
     文件       33048  2018-05-25 18:02  loadPicture\eventfilter.pro.user
     文件         163  2018-05-25 16:07  loadPicture\eventfilter.qrc
     文件         456  2018-05-25 11:49  loadPicture\eventfilter.ui
     目录           0  2018-05-28 15:11  loadPicture\image\
     文件        4217  2018-05-25 16:07  loadPicture\image\1.png
     文件       13304  2018-05-25 16:05  loadPicture\image\2.png
     文件        9791  2018-05-25 16:04  loadPicture\image\3.png
     文件         185  2018-05-25 11:49  loadPicture\main.cpp

评论

共有 条评论