赞
踩
- void Widget::paintEvent(QPaintEvent *e)
- {
- QStyleOption opt;
- opt.init(this);
- QPainter p(this);
- style()->drawPrimitive(QStyle::PE_Widget, &opt, &p, this);
- }
注:需添加头文件 " #include <QPainter> "
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。