Re: [Interest] What did I do?

2012-09-05 Thread Konrad Rosenbaum
Hi, On Wednesday 05 September 2012 00:37:11 Bill Crocker wrote: What did I do? Nothing. This is the default. In my app, when I click in a section of the horizontal header a table view, all items in the corresponding column are selected. Is this a default behavior? Must I have done

Re: [Interest] What did I do?

2012-09-05 Thread Tony Rietwyk
=rightsoft.com...@qt-project.org] On Behalf Of Konrad Rosenbaum Sent: Wednesday, 5 September 2012 4:44 PM To: interest@qt-project.org Subject: Re: [Interest] What did I do? Hi, On Wednesday 05 September 2012 00:37:11 Bill Crocker wrote: What did I do? Nothing. This is the default

[Interest] What did I do?

2012-09-04 Thread Bill Crocker
Hello: What did I do? In my app, when I click in a section of the horizontal header a table view, all items in the corresponding column are selected. Is this a default behavior? Must I have done something to enable this behavior? How do I turn off this behavior? Thanks. Bill

Re: [Interest] What did I do?

2012-09-04 Thread K. Frank
Hi Bill! On Tue, Sep 4, 2012 at 6:37 PM, Bill Crocker ... wrote: Hello: What did I do? In my app, when I click in a section of the horizontal header a table view, all items in the corresponding column are selected. I see the same behavior. (To confirm: using QTableView.) Is this a

Re: [Interest] What did I do?

2012-09-04 Thread Rainer Wiesenfarth
Am 05.09.2012 07:11, schrieb K. Frank: On Tue, Sep 4, 2012 at 6:37 PM, Bill Crocker ... wrote: In my app, when I click in a section of the horizontal header a table view, all items in the corresponding column are selected. I see the same behavior. (To confirm: using QTableView.) [...] I

Re: [Interest] What did I do?

2012-09-04 Thread Tony Rietwyk
Hi Bill, Diego's response of SelectionBehaviour should only apply when you click in the cells - not the header. In 4.6.0, I added code to achieve this. Have you recently changed version? I can't see any property in QHeaderView to control this behaviour. If you think that the default