首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > QT开发 >

Could not parse stylesheet of widget 0x114e320解决方法

2013-01-02 
Could not parse stylesheet of widget 0x114e320如题Could not parse stylesheet of widget 0x10f5a40Cou

Could not parse stylesheet of widget 0x114e320
如题
   Could not parse stylesheet of widget 0x10f5a40
   Could not parse stylesheet of widget 0xcecf50
   Could not parse stylesheet of widget 0x10b19b8
   Could not parse stylesheet of widget 0x12444c0
   Could not parse stylesheet of widget 0x114e320
   Could not parse stylesheet of widget 0x1150158
代码:
   this->setStyleSheet("font: 9pt;\nborder: 1px;\nborder-image:url(" + upGraph +");");
   this->setStyleSheet("font: "+size+"pt;\nborder: 1px;\nborder-image:url(" + dnGraph  +");\ncolor:"+forcolor+"}");
【this指的是QPushButton】

可是我程序是正常运行的 样式什么的也没什么问题 但调试就出现上面的提示错误 是怎么回事....
[解决办法]
没有遇到过……
你没有对widget setStyleSheet吗? 

热点排行