标签:
void myMainWidget::paintEvent(QPaintEvent * e)
{
QStyleOption opt; opt.init(this);
QPainter p(this);
style()->drawPrimitive(QStyle::PE_Widget, &opt, &p, this);
}
http://blog.csdn.net/what951006/article/details/51558914
标签:
原文地址:http://www.cnblogs.com/findumars/p/5578848.html