Results 1 to 15 of 15

Thread: General ListView Bug?

  1. #1
    Join Date
    Jan 2006
    Posts
    273
    Thanks
    42
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Cool General ListView Bug?

    Hello everybody,

    OS: WINXP
    Compiler: MINGW
    QT: 3.4



    I saw that listviews also in qt examples have a problem if i change the column width by the mouse...The text of some columns are unreadable.
    If i dobbelklick a column i can read again

    for example: "listviews" under qt-3\examples\listviews
    and all my own created listview too
    have nobody this bug?
    Think DigitalGasoline

  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: General ListView Bug?

    You mean that the column name/data doesn't fit? That's reasonable if you shrink the column, don't you think? What would you like the behaviour to be?

  3. #3
    Join Date
    Jan 2006
    Posts
    273
    Thanks
    42
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Red face Re: General ListView Bug?

    hi wysota..
    it should refresh my data by shrink the column..Should i make a timer maybe, but i found no function to refresh my listview
    Think DigitalGasoline

  4. #4
    Join Date
    Jan 2006
    Location
    Ukraine,Lviv
    Posts
    454
    Thanks
    9
    Thanked 27 Times in 27 Posts
    Qt products
    Qt3
    Platforms
    Unix/X11 Windows

    Default Re: General ListView Bug?

    Can you give exetended explain
    What you want to do?
    a life without programming is like an empty bottle

  5. #5
    Join Date
    Jan 2006
    Posts
    273
    Thanks
    42
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default Re: General ListView Bug?

    ok..
    I have a listview with 3 columns..
    all columns contains text and i have 10 items there in my list.
    if the user shrink a column, he are not able to read the text of column 1

    i want to solve this, but i dont know how?
    Think DigitalGasoline

  6. #6
    Join Date
    Jan 2006
    Location
    Ukraine,Lviv
    Posts
    454
    Thanks
    9
    Thanked 27 Times in 27 Posts
    Qt products
    Qt3
    Platforms
    Unix/X11 Windows

    Default Re: General ListView Bug?

    I see in examples and havent see nothing strange...
    What you mean "he are not able to read the text of column 1"?
    a life without programming is like an empty bottle

  7. #7
    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: General ListView Bug?

    A screenshot would be helpful.

  8. #8
    Join Date
    Jan 2006
    Posts
    273
    Thanks
    42
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default Re: General ListView Bug?

    hi..

    here the pic
    Attached Images Attached Images
    Think DigitalGasoline

  9. #9
    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: General ListView Bug?

    Is it an original QListView or did you subclass it? Can you provide a MCEWRTP (minimal compilable example which reproduces the problem)?

  10. #10
    Join Date
    Jan 2006
    Location
    Ukraine,Lviv
    Posts
    454
    Thanks
    9
    Thanked 27 Times in 27 Posts
    Qt products
    Qt3
    Platforms
    Unix/X11 Windows

    Default Re: General ListView Bug?

    Quote Originally Posted by raphaelf
    for example: "listviews" under qt-3\examples\listviews
    em..i use comercial 3.3.5 and havent see this bug in qt exapmle,
    maiby its derived from free windows license qt
    a life without programming is like an empty bottle

  11. #11
    Join Date
    Jan 2006
    Posts
    273
    Thanks
    42
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Unhappy Re: General ListView Bug?

    i am using the free windows license, but i hop thats not the problem

    here the original source "listviews example"
    Attached Files Attached Files
    Think DigitalGasoline

  12. #12
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    99
    Thanks
    1
    Thanked 3 Times in 3 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: General ListView Bug?

    i am using the free windows license, but i hop thats not the problem
    it works fine on my debian sarge. It looks like a problem on your system.

    You mentioned earlier you use QT 3.4. Are you sure about the version number? Where did you get that from? How did you install it? Did you use the Q..3/Windows Free edition?
    The snapshot page has 3.3.6 as the highest avalaible QT 3 version?

    Cheers

  13. #13
    Join Date
    Jan 2006
    Posts
    273
    Thanks
    42
    Thanked 1 Time in 1 Post
    Qt products
    Qt3 Qt4
    Platforms
    Windows

    Default Re: General ListView Bug?

    hi..
    sorry i am using 3.3.4
    i downloaded from here: http://kde-cygwin.sourceforge.net
    i have compile qt with MINGW

    It works fine but only the listviews not
    Think DigitalGasoline

  14. #14
    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: General ListView Bug?

    Now we're getting somewhere. This might be caused by using the port. As we're using the original Qt, we won't be able to reproduce your problem. Remember that Qt3/Free for Windows is a port of original Qt and is not supported officialy, so some things may not work as expected.

  15. #15
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    99
    Thanks
    1
    Thanked 3 Times in 3 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: General ListView Bug?

    Qt3/Free for Windows
    They changed the name of the project according to their website :
    The Q../Free for windows edition
    (The name Q../free is choosen because of trademark issues) is a native win32 port of the gpl'ed Qt/x11 sources
    @wysota : i hope i can keep you out of trouble

    @raphaelf :
    have you considered using QT4? you'll get more support and you even can use binaries to install it on windows.

    Cheers;

Similar Threads

  1. how to find an icon is undermouse or not in a listview
    By babu198649 in forum Qt Programming
    Replies: 1
    Last Post: 21st November 2007, 14:06
  2. Editing directly in a ListView!
    By Humble in forum Qt Programming
    Replies: 2
    Last Post: 29th August 2007, 08:37
  3. How to return elements from a ListView
    By nikau in forum Newbie
    Replies: 1
    Last Post: 23rd January 2007, 07:44
  4. ListView Dynamic Popup menu
    By raphaelf in forum Newbie
    Replies: 3
    Last Post: 14th October 2006, 19:26
  5. filtering big listview causes slowdown
    By soul_rebel in forum KDE Forum
    Replies: 1
    Last Post: 24th May 2006, 13:31

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.