[Interest] QTreeView c.s.: showing horizontal scrollbar without wheel/touch-based horizontal scrolling

2017-07-10 Thread René J . V . Bertin
Hi, I'd like to ask some feedback on something I've been tinkering with. I recently made a proposition for a project manager widget to use a horizontal scrollbar instead of text eliding (with popup expansion in tooltips), like Qt Creator does. The main devs of the application in question didn't

Re: [Interest] Windows 5.9 Build System Library Failures

2017-07-10 Thread Thiago Macieira
On segunda-feira, 10 de julho de 2017 04:28:31 PDT John Schneiderman wrote: > I’m trying to build the latest Qt 5.9 on Windows using Visual Studio 2015. > However, I’m having issues getting it to recognise the libraries already > built. Below is the results of the configuration command. [cut] > ERR

Re: [Interest] Windows 5.9 Build System Library Failures

2017-07-10 Thread Gunnar Roth
I have the similar problem with LIBJPEG. Qt support confirmed me that it is a bug, but they don’t know what kind and how to fix it yet. Regards, Gunnar Roth > Am 10.07.2017 um 13:28 schrieb John Schneiderman : > > I’m trying to build the latest Qt 5.9 on Windows using Visual Studio 2015. >

Re: [Interest] WindowStaysOnTopHint on Windows always on top?

2017-07-10 Thread Christoph Feck
On 10.07.2017 19:19, John Weeks wrote: We have a QWidgets application that uses WindowStaysOnTopHint for certain windows. My expectation is that when the application isn't the active application, the floating windows should not be visible. But in our application they are visible always. Is th

[Interest] WindowStaysOnTopHint on Windows always on top?

2017-07-10 Thread John Weeks
We have a QWidgets application that uses WindowStaysOnTopHint for certain windows. My expectation is that when the application isn't the active application, the floating windows should not be visible. But in our application they are visible always. Is this expected? Maybe I should file a bug on

[Interest] Windows 5.9 Build System Library Failures

2017-07-10 Thread John Schneiderman
I’m trying to build the latest Qt 5.9 on Windows using Visual Studio 2015. However, I’m having issues getting it to recognise the libraries already built. Below is the results of the configuration command. === CONFIGURATION === Configure summary: Build type: win32-msvc (i386, CPU features: sse

Re: [Interest] ActiveQt and IE version

2017-07-10 Thread neel patel
Ok. Thank you. On Mon, Jul 10, 2017 at 1:17 AM, Konstantin Tokarev wrote: > > > 08.07.2017, 11:02, "neel patel" : > > Hi All, > > > > I am using "QAxWidget" for the ActiveQt with Qt 5.5.1 and we are using > "setControl" to set the IWebBrowser control in QAxWidget. > > > > I used below code for r