Re: [Development] New Qt 5.9.1 snapshot available

2017-06-27 Thread Kari Oikarinen
I believe this is https://bugreports.qt.io/browse/QTCREATORBUG-17909 -- Kari On 28.06.2017 04:07, Vincent Hui wrote: Hi Akseli, Why Qt 5.9.1 for MSVC2015 version on Windows is label as "Qt 5.9.1 MSVC2015 64bit2"? That makes me think Qt 5.9.1 is built by MSVC2015 with update 2 not update 3.

Re: [Development] New Qt 5.9.1 snapshot available

2017-06-27 Thread Vincent Hui
Hi Akseli, Why Qt 5.9.1 for MSVC2015 version on Windows is label as "Qt 5.9.1 MSVC2015 64bit2"? That makes me think Qt 5.9.1 is built by MSVC2015 with update 2 not update 3. Qt 5.9.0 for MSVC2015 version on Windows is label as "Qt 5.9.0 MSVC2015 64bit3". By the number 3 after "64bit", I think Qt

Re: [Development] right-to-left mode on Mac

2017-06-27 Thread René J . V . Bertin
Hi Gabriel, I've taken a quick first look at implementing right-to-left support in contextmenus and think it's going to be quite tricky getting the alignment right - a process of educated trial and educating error :) Adding R2L support to my code rendering texted separators was trivial

Re: [Development] ActiveQt Events

2017-06-27 Thread neel patel
Thank you Henry. I will check and keep you updated. On Tue, Jun 27, 2017 at 5:26 PM, Henry Skoglund wrote: > On 2017-06-27 10:54, neel patel wrote: > >> Hi All, >> >> As I am using "QAxWidget". I took the "webbrowser" example as reference. >> As I am using "QTabWidget" as

Re: [Development] ActiveQt Events

2017-06-27 Thread Henry Skoglund
On 2017-06-27 10:54, neel patel wrote: Hi All, As I am using "QAxWidget". I took the "webbrowser" example as reference. As I am using "QTabWidget" as mainwindow widget and adding "QAxWidget" as tab widget. Below is the code for reference. m_tabWidget = new QTabWidget(mainwindow);

[Development] qtbase 5.9 is in chaos mode now

2017-06-27 Thread Liang Qi
There is a gap in 6.19-6.26, only 2 changes are merged in qtbase 5.9. https://codereview.qt-project.org/#/q/project:qt/qtbase+branch:5.9+status:merged,n,z And now we have about 40 changes in staged mode, I don’t see much chance to get them in.