2015年5月29日

qt中设置前景色和背景色

摘要: Qt Style Sheets Examples——定制前景色和背景色例子取自:http://qt-project.org/doc/qt-4.8/stylesheet-examples.html以lineEdit为例(1)设置某个lineEdit的背景色为黄色lineEdit->setStyleSh... 阅读全文

posted @ 2015-05-29 14:11 areu-me 阅读(1655) 评论(0) 推荐(0) 编辑

。。。。。。。

摘要: 使用QPixmap:1,创建QPixmap指针; QPixmap *pixmapBackground; pixmapBackground=new QPixmap(":/skin/myPicture.png");2,定义paintEvent()函数;3,在paintEvent()函... 阅读全文

posted @ 2015-05-29 12:35 areu-me 阅读(151) 评论(0) 推荐(0) 编辑

导航