Bug 127451 - The QIntValidator checks input not correct
Summary: The QIntValidator checks input not correct
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: qt
Version: 1
Hardware: i386
OS: Linux
medium
high
Target Milestone: ---
Assignee: Than Ngo
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-07-08 13:44 UTC by Frank Büttner
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-07-12 09:00:20 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Frank Büttner 2004-07-08 13:44:57 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-AT; rv:1.4.1)
Gecko/20031114

Description of problem:
The QIntValidator check the input not correct.
sample code:
Pruefer1_9=new QIntValidator(0,9,this);
LN1->setValidator(Pruefer1_9);

LN1 is a QLineEdit
Pruefer1_9 is a QIntValidator

Version-Release number of selected component (if applicable):
qt-3.1.2-14

How reproducible:
Always

Steps to Reproduce:
1. try to use the QIntValidator


Actual Results:  in this sample you can input integers >9

Expected Results:  do not allow integer >8

Additional info:

to resolve the problem is use the QT Lib version 3.3.2

Comment 1 Than Ngo 2004-07-12 09:00:20 UTC
there'a new qt-3.3.2 package for FC1 on ftp.kde.org. You could
download  this version from here. Thanks for your report

Comment 2 Frank Büttner 2004-07-12 09:53:42 UTC
Thanks. When will this package become a fedora update?
And where can i found this packe on the ftp.kde.org server?

Comment 3 Than Ngo 2004-07-13 16:00:16 UTC
oh, sorry. it's only for FC1 here. Ok, i will try to make update for fc1


Note You need to log in before you can comment on or make changes to this bug.