<pre>Hello, I want to display thousands separator in QDoubleSpinBox.<br>(For example, I may click upward button at 999 and it dispaly 1,000)<br>I tried to find this in google and doc.<br>But I don&#39;t know how to do this. Can I do this?<br>
<br>My environment is python3.1, pyqt 4.7.3, kubuntu 10.04 and<br>QWidget.locale().groupSeparator() is &#39;,&#39;<br></pre>