PDA

View Full Version : General ListView Bug?



raphaelf
22nd February 2006, 13:53
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?

wysota
22nd February 2006, 14:27
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?

raphaelf
22nd February 2006, 15:28
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

zlatko
22nd February 2006, 15:35
Can you give exetended explain:)
What you want to do?

raphaelf
22nd February 2006, 15:44
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?

zlatko
22nd February 2006, 15:53
I see in examples and havent see nothing strange...
What you mean "he are not able to read the text of column 1"?

wysota
22nd February 2006, 16:04
A screenshot would be helpful.

raphaelf
23rd February 2006, 10:33
hi..

here the pic

wysota
23rd February 2006, 11:00
Is it an original QListView or did you subclass it? Can you provide a MCEWRTP (minimal compilable example which reproduces the problem)?

zlatko
23rd February 2006, 11:30
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:rolleyes:

raphaelf
23rd February 2006, 11:51
i am using the free windows license, but i hop thats not the problem

here the original source "listviews example"

Everall
23rd February 2006, 12:31
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

raphaelf
23rd February 2006, 12:58
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 :o

wysota
23rd February 2006, 13:40
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.

Everall
23rd February 2006, 13:54
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;