[Qt-interest] TreeView header clicked.
Surya Kiran Gullapalli
suryakiran.gullapalli at gmail.com
Tue Jul 28 08:23:39 CEST 2009
Hello all,
I'm using a treeview of around 5 columns with clickable headers. I've
connected sectionClicked signal of header to a slot.
The code is working fine. I could see the slot getting called when I click a
section of the treeview header.
The issue is visual. When I click the header of the treeview for the first
time, I could see the header being clicked (the frame shadow for the header
section changes giving a visual indication of the header being clicked). And
thats it. Next time I click the header, I do not see any visual indication.
(the slot gets called though).
This happens till any other window overlaps the window containing this
treeview. When the treeview is shown again, I can see the visual indication
again for once, and next time it goes off. Am I missing something here in
header clicking functionality. ?
I'm Using Qt 4.5.2 with VS2005.
With Qt 4.5.2 and gcc-4.0.0 on RHEL ES 4, I never see any visual indication
of the header section being clicked.
Surya
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090728/4fd16434/attachment.html
More information about the Qt-interest-old
mailing list