Re: [Development] RFC: Proposal for a semi-radical change in Qt APIs taking strings

2015-12-13 Thread Marc Mutz
On Tuesday 13 October 2015 22:46:36 Marc Mutz wrote: > I would propose to package the two into a class, called > - you guessed it - QStringView. I now started work on QStringView (and later QByteArrayView), here: https://codereview.qt-project.org/#/q/topic:qstringview,n,z Input welcome.

[Development] monkey curiosity: Qt::AA_MacDontSwapCtrlAndMeta and the XCB plugin

2015-12-13 Thread René J . V . Bertin
Hi, Mostly out of personal interest: When running Qt applications with the XCB plugin on OS X everything mostly works, except notably for menu shortcuts. I've long suspected that this has to do with the Ctrl/Meta swap; where would be the appropriate place to set Qt::AA_MacDontSwapCtrlAndMeta

Re: [Development] New Qt5.6 Beta snapshot available

2015-12-13 Thread Ziller Eike
> On Dec 12, 2015, at 10:22 AM, anton wrote: > > Hi, > > just tested the visualstudio 2015 version on windows. > One thing I noticed: > > In the Designer of a Qt Widgets Application, > the QWebView Widget is missing. > > Are you aware of this? Since QtWebKit is deprecated