Re: [PyQt] QDoubleSpinBox and decimal separator

2008-05-16 Thread simone
Henrik Pauli ha scritto: Does your numeric-dot key really emit a period, or does it emit a comma? I think the problem might lie in that your keyboard layout doesn’t agree with your locale settings — in which case, see if there’s a variant with num-dot emitting a comma, or if there isn’t such,

Re: [PyQt] QDoubleSpinBox and decimal separator

2008-05-16 Thread David Boddie
On Fri May 16 12:30:11 BST 2008, Aaron Digulla wrote: > Quoting Henrik Pauli : > > >> In my locale, the decimal separator is ',' and not '.'. If I try to > >> write a decimal separator in a QDoubleSpinBox via the '.' button in the > >> numeric pad, the spinbox doesn't accept the value and I have t

Re: [PyQt] QDoubleSpinBox and decimal separator

2008-05-16 Thread Aaron Digulla
Quoting Henrik Pauli <[EMAIL PROTECTED]>: In my locale, the decimal separator is ',' and not '.'. If I try to write a decimal separator in a QDoubleSpinBox via the '.' button in the numeric pad, the spinbox doesn't accept the value and I have to hit the ',' button under the 'k' key. This happens

Re: [PyQt] QDoubleSpinBox and decimal separator

2008-05-16 Thread Henrik Pauli
On Friday 16 May 2008, simone wrote: > Hi, I have a problem with a QDoubleSpinBox on Windows. > > In my locale, the decimal separator is ',' and not '.'. If I try to > write a decimal separator in a QDoubleSpinBox via the '.' button in the > numeric pad, the spinbox doesn't accept the value and I h

[PyQt] QDoubleSpinBox and decimal separator

2008-05-16 Thread simone
Hi, I have a problem with a QDoubleSpinBox on Windows. In my locale, the decimal separator is ',' and not '.'. If I try to write a decimal separator in a QDoubleSpinBox via the '.' button in the numeric pad, the spinbox doesn't accept the value and I have to hit the ',' button under the 'k' ke