[Interest] Qt 5.0.2 WebKit won't compile (JSCrypto)

2013-04-30 Thread Gil Moses
Hi, I'm trying to build WebKit for using with VS2012 runtime libraries, for both Win32 and x64 platforms. Here's what I've done (and failed): Using qt-everywhere-opensource-src-5.0.2. In VS2012 ×86 Native Tools Command Prompt, I type the following configure command: configure -I

Re: [Interest] Qt 5.0.1 - QWebKit Compile Error

2013-04-30 Thread Varun Murli Kyatsandra
Hi Kushal, Thanks so much for helping me out of this issue. It took me a while to understand what you wanted me to do with config.h. I found that qmake was picking up some other config.h from some libpng from the set INCLUDEPATH in qmake.conf. After Commenting it out, the correct Config.h was

[Interest] gradients and Layouts ...

2013-04-30 Thread Laura Rodríguez Pérez
Hi … I’m interested in creating a QT Layout with a gradient background in the same manner as the QTCreator section headers ( the ones with the black gradients ). I’m currently diggin’ through the documentation but haven’t been able to come up with anything related … Can you point me in the

Re: [Interest] Qt 5.0.2 WebKit won't compile (JSCrypto)

2013-04-30 Thread Thiago Macieira
On terça-feira, 30 de abril de 2013 04.51.10, Gil Moses wrote: Hi, I'm trying to build WebKit for using with VS2012 runtime libraries, for both Win32 and x64 platforms. Here's what I've done (and failed): Using qt-everywhere-opensource-src-5.0.2. In VS2012 ×86 Native Tools Command Prompt, I

[Interest] [ANNOUNCE] GammaRay 1.3.1 Released

2013-04-30 Thread Allen Winter
GammaRay 1.3.1 is now available! This is a mainly a bugfix release. Hiighlights are: * Fix state machine viewer on Windows * Fix crash in model cell viewer * Fix crash in meta object browser caused by deleted dynamic meta objects * Improve performance of the mime type browser * Improvements

Re: [Interest] gradients and Layouts ...

2013-04-30 Thread Tony Rietwyk
Hi Laura, A Qt layout is not a widget, so it can't draw anything itself. I would use a QFrame with the style set to draw the background gradient, then add the layout and child widgets. Hope that helps, Tony From: interest-bounces+tony=rightsoft.com...@qt-project.org