Re: [Interest] Stepping into Qt sources (Qt 5.14, MinGW 64-bit)

2020-01-25 Thread Thiago Macieira
On Saturday, 25 January 2020 10:53:23 PST Dmitriy Purgin wrote: > With version 5.14 I can't debug into the Qt sources anymore, although I've > installed both Qt Debug Information Files and Sources using the online > installer. I don't think it actually installed the debug information files > though

[Interest] Stepping into Qt sources (Qt 5.14, MinGW 64-bit)

2020-01-25 Thread Dmitriy Purgin
Hi all, Since 5.14 the MinGW version of Qt does not include debug libraries. With the previous versions of Qt, if I wanted to step into the Qt sources, I used to install the sources with the online installer, pointed to the sources directory in Debugger Options in Qt Creator, and it just worked.

Re: [Interest] Styling Qt Widgets with Qt Quick

2020-01-25 Thread Noah Davis
I've decided that I'm probably better off just writing a normal QStyle and keeping an eye out for what Qt has planned for unifying Qt Quick and Qt Widgets theming (https://bugreports.qt.io/browse/QTBUG-68814). Sorry for replying so late. On Tue, Jan 7, 2020 at 8:18 AM Michael Jackson wrote: > > Y