Re: [Interest] Customize QTableView selection color

2016-02-05 Thread Murphy, Sean
> > I’m still struggling with how to customize the selection color for items on > > a > > QTableView > > I use a QStyledItemDelegate. > In the paint(painter,option,index) method I create my own QPalette based > on > selection etc and then call the base class paint function. > >

Re: [Interest] What happened to 5.5.1 branch?

2016-02-05 Thread Jason H
> Sent: Friday, February 05, 2016 at 5:59 PM > From: "Thiago Macieira" > To: interest@qt-project.org > Subject: Re: [Interest] What happened to 5.5.1 branch? > > Answering the subject: 5.5.1 is released, so it no longer needs a branch. > > On sexta-feira, 5 de

Re: [Interest] Customize QTableView selection color

2016-02-05 Thread André Somers
Op 05/02/2016 om 17:39 schreef Murphy, Sean: If I understand you correctly, you basicaly want the color of the row to be whatever it was before it was selected, right? Can't you just use a QProxyStyle and reset the selected flag from the style option before you pass on the render command to

Re: [Interest] Customize QTableView selection color

2016-02-05 Thread Igor Mironchik
Hi, you can simple use QSS, for example: QTableView::item:selected { background: #6a6ea9; } On 05.02.2016 18:34, Murphy, Sean wrote: I’m still struggling with how to customize the selection color for items on a QTableView (previously posted as

Re: [Interest] Customize QTableView selection color

2016-02-05 Thread Murphy, Sean
> If I understand you correctly, you basicaly want the color of the row to be > whatever it was before it was selected, right? > > Can't you just use a QProxyStyle and reset the selected flag from the style > option before you pass on the render command to the underlying style?  Have > the

[Interest] Customize QTableView selection color

2016-02-05 Thread Murphy, Sean
I’m still struggling with how to customize the selection color for items on a QTableView (previously posted as http://lists.qt-project.org/pipermail/interest/2016-January/020760.html). I currently color the rows with custom colors based on the data being shown in each row in my model’s

Re: [Interest] Customize QTableView selection color

2016-02-05 Thread william.croc...@analog.com
On 02/05/2016 10:34 AM, Murphy, Sean wrote: I’m still struggling with how to customize the selection color for items on a QTableView I use a QStyledItemDelegate. In the paint(painter,option,index) method I create my own QPalette based on selection etc and then call the base class paint

Re: [Interest] Customize QTableView selection color

2016-02-05 Thread Murphy, Sean
> > I’m still struggling with how to customize the selection color for items on > > a > > QTableView > > I use a QStyledItemDelegate. > In the paint(painter,option,index) method I create my own QPalette based > on > selection etc and then call the base class paint function. > >

Re: [Interest] Customize QTableView selection color

2016-02-05 Thread André Somers
Op 05/02/2016 om 16:34 schreef Murphy, Sean: I’m still struggling with how to customize the selection color for items on a QTableView (previously posted as http://lists.qt-project.org/pipermail/interest/2016-January/020760.html). I currently color the rows with custom colors based on the

Re: [Interest] Where to does Qt expect to find ".qt-license" file when running on a Jenkins slave machine?

2016-02-05 Thread Jason H
> Sent: Friday, February 05, 2016 at 4:36 PM > From: "Michael Capewell" > To: interest@qt-project.org > Subject: Re: [Interest] Where to does Qt expect to find ".qt-license" file > when running on a Jenkins slave machine? > > Edward Sutton subsite.com> writes: > > > > >

Re: [Interest] Where to does Qt expect to find ".qt-license" file when running on a Jenkins slave machine?

2016-02-05 Thread Michael Capewell
Edward Sutton subsite.com> writes: > > > Kai, > > Thank you for your help. > > On a Windows 7 VM machine it installs to: > >  C:\Users\edward3\.qt-license > > > When logged on as edward3 all is good. > > > This same machine operates as a Jenkins slave. > > Dumping the environment from

Re: [Interest] What happened to 5.5.1 branch?

2016-02-05 Thread Thiago Macieira
Answering the subject: 5.5.1 is released, so it no longer needs a branch. On sexta-feira, 5 de fevereiro de 2016 23:32:09 PST Jason H wrote: > Git issues: > 1. I checked out the 5.5.1, and created a branch called > osx_recording_params. SourceTree shows me the [osx_recording_params] in the >

[Interest] What happened to 5.5.1 branch?

2016-02-05 Thread Jason H
Git issues: 0. I'm using Atlassian's Source Tree. 1. I checked out the 5.5.1, and created a branch called osx_recording_params. SourceTree shows me the [osx_recording_params] in the "SourceTree" window. 2. Things were fine until 5.6 branch happened. Now, the list of pre-5.6 branches is gone. $

[Interest] [Qt3D] Get OpenGL Information

2016-02-05 Thread Andy
I have something working on Mac OS X that I'm trying to get working on Windows. I would like access to the OpenGL context so I can see what I'm actually getting when I try to set the format. I have a QWindow subclass and I'm doing this (same as the examples I think): setSurfaceType(

Re: [Interest] [Development] Setup CI service

2016-02-05 Thread Ben Lau
On 28 January 2016 at 18:31, Koehne Kai wrote: > > You can pass a control script also to an existing installer, via command > line. > > ./installer.exe --script myscript.js > > Regards > > Kai > > Awesome! But I still don't know how to control the installer. Any

Re: [Interest] [Development] Setup CI service

2016-02-05 Thread Ben Lau
On 5 February 2016 at 17:25, Ben Lau wrote: > > > On 28 January 2016 at 18:31, Koehne Kai > wrote: > >> >> You can pass a control script also to an existing installer, via command >> line. >> >> ./installer.exe --script myscript.js >> >> Regards

Re: [Interest] What happened to 5.5.1 branch?

2016-02-05 Thread Sze Howe Koh
On 6 February 2016 at 07:13, Jason H wrote: > > > > Sent: Friday, February 05, 2016 at 5:59 PM > > From: "Thiago Macieira" > > To: interest@qt-project.org > > Subject: Re: [Interest] What happened to 5.5.1 branch? > > > > Answering the subject: 5.5.1 is