Re: [Qt-creator] Adjusting Color of error messages

2020-09-14 Thread Alexey Rusakov
On Mon, 14 Sep 2020 at 11:24, Christian Kandeler wrote: > On Fri, 11 Sep 2020 11:27:15 -0400 > Michael Jackson wrote: > > > Christian, > >Thanks for the help. Looks like setting those colors has an > interaction with some sort of alpha blending? I'm unable to get "bright" > colors. I tried

Re: [Qt-creator] Java support?

2020-09-14 Thread Jason H
> Sent: Friday, September 11, 2020 at 3:41 AM > From: "Eike Ziller" > To: "Jason H" > Cc: "qt-creator" > Subject: Re: [Qt-creator] Java support? > > > > > On Sep 10, 2020, at 20:21, Jason H wrote: > > > > I'm working in an Android/iOS app and while creator is just fine for > >

Re: [Qt-creator] ** Caution Message may be spoofed ** Re: Find references of virtual functions?

2020-09-14 Thread Murphy, Sean
> Note that if such feature was implemented and you could find all places where > your target overload is certainly called, there would be other call sites > where it > *might* be called and this is what "find all references" is trying to show. Yep, agreed. And I'd be ok with that if both (or

Re: [Qt-creator] ** Caution Message may be spoofed ** Re: Find references of virtual functions?

2020-09-14 Thread Konstantin Tokarev
14.09.2020, 16:15, "Murphy, Sean" : >>  > Anyhow, given it's a virtual, how can you know at compile time if >>  > you're calling GrandChild::foo() or not? >>  > >>  > Abstract *blah = getFoo(); >>  > blah->foo(); // might call Grandchild::foo(), or not >> >>  FWIW, there are at least 3 cases

Re: [Qt-creator] ** Caution Message may be spoofed ** Re: Find references of virtual functions?

2020-09-14 Thread Murphy, Sean
> > Anyhow, given it's a virtual, how can you know at compile time if > > you're calling GrandChild::foo() or not? > > > > Abstract *blah = getFoo(); > > blah->foo(); // might call Grandchild::foo(), or not > > FWIW, there are at least 3 cases when it is certainly known at compile time > which

Re: [Qt-creator] Find references of virtual functions?

2020-09-14 Thread Christian Kandeler
On Fri, 11 Sep 2020 20:59:51 + "Murphy, Sean" wrote: > Say I've got a class inheritance design like so: > > class Abstract > { > virtual void foo() = 0; > } > > class Base : public Abstract > { > virtual void foo(); > } > > class Child : public Base > { > virtual void foo()

Re: [Qt-creator] Adjusting Color of error messages

2020-09-14 Thread Christian Kandeler
On Fri, 11 Sep 2020 11:27:15 -0400 Michael Jackson wrote: > Christian, >Thanks for the help. Looks like setting those colors has an interaction > with some sort of alpha blending? I'm unable to get "bright" colors. I tried > just setting pure RED or pure GREEN but all are "muted" when