I don't understand what your question is, exactly.<div><br></div><div>You say that when using the English ("en") locale, a decimal "." is accepted as input (as it should), but when using the Spanish ("es") locale, the comma is also accepted as a decimal separator.</div>

<div><br></div><div>I'm not Spanish so I cannot verify the following, but I can imagine that this is regular behaviour IF Spanish grammar allows you to write a comma in decimal numbers :-P.</div><div><br></div><div>Anyway: a simple fix for not having to worry about this could be this:</div>

<div><br></div><div><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; ">

enteredValue = yourLineEdit.text().replace(',', '.').toDouble()</blockquote><div><br></div><div><br></div><div>Wkr,</div><div> </div><br><div class="gmail_quote">2010/11/25 Juan José Gómez Romera <span dir="ltr"><<a href="mailto:jjgomera@gmail.com">jjgomera@gmail.com</a>></span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi, im using QDoubleValidate to check the imput in a QLineEdit, work great with en locale, only let write number and a point for decimals, but with es locale the QDoubleValidate let write also ",",so i have to add other imput check in code to avoid that.<br>


Im look for in QDoubleValidate documentation any reference to milliar comma or similar, but i dont find nothing to solve it, is this a bug or is normal?<br>
<br>_______________________________________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br></blockquote></div><br><br clear="all"><br>-- <br>Nick Gaens<br>
</div>