Posted on 2011-07-04 20:47 
RTY 阅读(3216) 
评论(0)  编辑 收藏 引用  所属分类: 
Qt 
			 
			
		 
		This property holds the widget's style sheet.
The style sheet contains a textual description of customizations to the widget's style, as described in the Qt Style Sheets document.
Since Qt 4.5, Qt style sheets fully supports Mac OS X.
Warning: Qt style sheets are currently not supported for custom QStyle subclasses. We plan to address this in some future release.
This property was introduced in Qt 4.2.
Access functions:
| QString | styleSheet () const | 
| void | setStyleSheet ( const QString & styleSheet ) 
 
 | 
一定要注意速度,平凡的调用,一般会消耗0.25倍的CPU资源