赞
踩
#include "mywidget.h"
Mywidget::Mywidget(QWidget *parent)
: QWidget(parent)
{
this->setWindowTitle("QQ");
this->setWindowIcon(QIcon("C:\\Users\\xuyan\\Desktop\\others\\1.jpg"));
this->setStyleSheet("background-color:rgb(255,255,255)");
// this->setWindowOpacity(0.3);
this->resize(540,410);
}
Mywidget::~Mywidget()
{
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。