Not in front of a machine so I can't try myself, but the style() method of Maya's Qapplication may give you what you need. You can then set the style of the standalone qapplication with setStyle
You get the current qapplication instance with the instance() class method of QtGui.QApplication JP Sent from my iPhone On Jan 21, 2012, at 7:36 PM, Panupat Chongstitwattana <[email protected]> wrote: > Is there a way to do this? I'm thinking about the nice dark color scheme of > Maya 2011+. > -- > view archives: http://groups.google.com/group/python_inside_maya > change your subscription settings: > http://groups.google.com/group/python_inside_maya/subscribe -- view archives: http://groups.google.com/group/python_inside_maya change your subscription settings: http://groups.google.com/group/python_inside_maya/subscribe
