Re: [Interest] Qt-12 with Dark Theme on MacOS Mojave

2018-12-20 Thread coroberti .
On Thu, Dec 20, 2018 at 9:33 PM Mike Krus wrote: > Hi > > I’ve been tracking QEvent::PaletteChange events, like this: > > bool MainWindow::event(QEvent *event) > { > if (event->type() == QEvent::PaletteChange) { > QPalette p = palette(); > m_clearColor =

Re: [Interest] Qt 5.9 with Wayland IVI Extension

2018-12-20 Thread Christian Gagneraud
On Fri, 21 Dec 2018 at 14:12, Christian Gagneraud wrote: > That's a pity, because QtWayland could be used for client side only, > and Weston+IVI on the compositor side. > Apparently Weston is "better" Than QtWayland, see 26:36 of > https://www.youtube.com/watch?v=k9mobviOpFQ (The Modern Linux

Re: [Interest] Qt 5.9 with Wayland IVI Extension

2018-12-20 Thread Christian Gagneraud
On Fri, 21 Dec 2018 at 01:47, Johan Helsing wrote: > > Hi Vikas, > > it's a bit confusing, since there are multiple ivi protocols around > (https://github.com/GENIVI/wayland-ivi-extension/tree/master/protocol) > > In Qt, we support "ivi-application", which is, as Chris wrote, a dead simple >

Re: [Interest] Segmentation fault on exiting Qt event loop

2018-12-20 Thread Thiago Macieira
On Wednesday, 19 December 2018 16:34:55 -02 Thiago Macieira wrote: > 1) Short: 200 lines or less > 2) Self-contained: single file, no #includes other than Qt's and STL's > 3) Compileable: unless you meant to show a compilation problem > 4) Example: demonstrates your problem. > >

Re: [Interest] need a QT 5.12.0 MinGW 32bit release for windows in all the upcoming QT versions

2018-12-20 Thread Thiago Macieira
On Thursday, 20 December 2018 06:48:25 -02 André Hartmann wrote: > And while you are right, that MSVC is better compatible with most > Windows libraries, MinGW e.g. provides pthreads and therefore makes > porting easier. And if you're not targetting base i386 or base x86-64, GCC generates better

Re: [Interest] need a QT 5.12.0 MinGW 32bit release for windows in all the upcoming QT versions

2018-12-20 Thread Nikos Chantziaras
On 20/12/2018 10:48, André Hartmann wrote: And while you are right, that MSVC is better compatible with most Windows libraries, MinGW e.g. provides pthreads and therefore makes porting easier. It appears to me that Qt's biggest use case is portability? I use it to build the same codebases on

[Interest] Qt-12 with Dark Theme on MacOS Mojave

2018-12-20 Thread coroberti .
Hi, Qt-12 well manages the colors of QWidgets - great job of Qt-developers. Thank you! When some background colors are managed by the application, how to figure out whether it's Light or Dark theme currently in use? Another question is how to get notification about the switch between the themes?

Re: [Interest] Modern

2018-12-20 Thread Vlad Stelmahovsky
I suppose he is just trolling community for whatever reason and QML is sooo "outdated" that Google created Flutter, where QML was an inspiration, for my poi br, Vlad On 12/20/18 3:23 PM, Nuno Santos wrote: Hey Roland, Sorry mate.. I couldn’t avoid... How are you writing UIs this days?

[Interest] Qt Creator, Clang Code Model, supplying specific GCC symbols

2018-12-20 Thread Bernhard Lindner
Hi! I am using the new Clang Code Model in Qt Creator to highlight violations. Recently I introduced some experimental C++20 functions in my code. These functions are integrated using a GCC header () that introduces three intrinsics that are unknown to clang: __builtin_FILE()

Re: [Interest] Modern

2018-12-20 Thread Nuno Santos
Hey Roland, Sorry mate.. I couldn’t avoid... How are you writing UIs this days? What is modern to you? I consider myself young. I’m only 36. But I have been writing software for the last 20 years. In the last 6 years I have written 4 different apps ALONE! One of them was written 3 times.

Re: [Interest] QFile subclass that does HFS compression?

2018-12-20 Thread René J . V . Bertin
Thiago Macieira wrote: > Almost all the compression libraries support streaming mode. Some will have a I'm not aware of any libraries that apply HFS compression to a stream, but above all, I'm not aware of any way to write HFS resource forks incrementally. I never tinkered with them at this

[Interest] Modern

2018-12-20 Thread Roland Hughes
It's still not modern. Modern implies "something which learned from past mistakes to overcome many of them." When something recent fails we simply call it "a new approach" implying that it failed, generally beyond human comprehension. Modern implies something succeed in overcoming

Re: [Interest] Qt 5.9 with Wayland IVI Extension

2018-12-20 Thread Johan Helsing
Hi Vikas, it's a bit confusing, since there are multiple ivi protocols around (https://github.com/GENIVI/wayland-ivi-extension/tree/master/protocol) In Qt, we support "ivi-application", which is, as Chris wrote, a dead simple protocol which just support surface identification and resizing.

Re: [Interest] need a QT 5.12.0 MinGW 32bit release for windows in all the upcoming QT versions

2018-12-20 Thread André Hartmann
Hi Markus, Is there any actual reason why you can't use the prebuilt MSVC binaries for MSVC 2017? E.g. the much simpler setup: With the Qt online installer, you can setup Qt, the compiler and debugger in one go and start coding in Creator afterwards. For MSVC, you have to install