Results 1 to 8 of 8

Thread: qt designer problem with qdoublespinbox

  1. #1
    Join Date
    Jun 2009
    Posts
    7
    Thanked 1 Time in 1 Post
    Qt products
    Qt4

    Default qt designer problem with qdoublespinbox

    hello,

    I searched , and can't find a solution to this problem ... I didn't used designer to make GUI , because I always found strange little things that didn't liked and prefer to code by hand. I decided to give another try but I hit a little problem , I can't change the qdoublespinbox maximum , minimum , value in the designer ( or in the code ) if I use designer forms.

    I tried in two computers already ... any ideas ?

    thanks,
    Attached Images Attached Images

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: qt designer problem with qdoublespinbox

    Decrease the number of decimals. The total numbers of digits the box can display is fixed so if you use every one of them on the decimal part, nothing is left for the integer part.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Jun 2009
    Posts
    7
    Thanked 1 Time in 1 Post
    Qt products
    Qt4

    Default Re: qt designer problem with qdoublespinbox

    no it's not that ... with 2 , 0 , 1 or any other is the same.

    I'm using vista VISTA 64

  4. #4
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: qt designer problem with qdoublespinbox

    Can you attach such an offending UI file here?
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  5. #5
    Join Date
    Jun 2009
    Posts
    7
    Thanked 1 Time in 1 Post
    Qt products
    Qt4

    Default Re: qt designer problem with qdoublespinbox

    Ok , here you go ... tomorrow I'm going to install in vista 32 any one uses vista 64 ?

    I guess I have bad luck with designer !
    Attached Files Attached Files

  6. #6
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: qt designer problem with qdoublespinbox

    The spinbox seemed to be set on <0;99>, I changed it to <0;99999> with "12345" as the current value. Check if you can modify the values.
    Attached Files Attached Files
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  7. #7
    Join Date
    Jun 2009
    Posts
    7
    Thanked 1 Time in 1 Post
    Qt products
    Qt4

    Default Re: qt designer problem with qdoublespinbox

    nope ... when I open yours just get the same error , can't change nothing.

    I will try on vista 32 ... maybe that's it I don't know .

  8. #8
    Join Date
    Jun 2009
    Posts
    7
    Thanked 1 Time in 1 Post
    Qt products
    Qt4

    Default Re: qt designer problem with qdoublespinbox

    ok I found a solution :
    Windows regional settings , I had it setup to portuguese ... if I change to English US it works , it happens if you have "." instead of "," ... translation >> "symbol of group of digits"
    thx

Similar Threads

  1. namespace problem with Qt designer .ui file
    By ttvo in forum Qt Programming
    Replies: 0
    Last Post: 28th April 2009, 15:31
  2. problem with Qt designer for Qt 4.5
    By rishiraj in forum Installation and Deployment
    Replies: 2
    Last Post: 7th April 2009, 05:45
  3. Replies: 3
    Last Post: 30th March 2009, 19:25
  4. i have a problem with Qt designer
    By coder1985 in forum Qt Tools
    Replies: 3
    Last Post: 19th April 2008, 10:14
  5. Facing problem with qt-4.1 designer
    By jnana in forum Qt Tools
    Replies: 4
    Last Post: 8th March 2006, 18:16

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.