Re: [Interest] qt.labs.controls and colors

2016-02-16 Thread ekke
just found out that there are already many colors implemented http://code.qt.io/cgit/qt/qtquickcontrols2.git/tree/src/imports/controls/material/qquickmaterialstyle_p.h they're marked as internal think I'll define all colors I need at root and where possible use the internal colors from materialst

[Interest] Qt Charts 2.0.1 with Qt 5.5 for msvc2013 32-bit and 64-bit

2016-02-16 Thread Konstantin Podsvirov
As mentioned here: http://blog.qt.io/blog/2016/01/18/qt-charts-2-1-0-release 5.6 Qt will include the new addition of Qt Charts. However, only in the form of source code. Pre-built add-in is available with a commercial license now. Everyone can build from source: http://code.qt.io/cgit/qt/qtcha

[Interest] Integrating Paypal payments inside Qt app without having QWebView available

2016-02-16 Thread Nuno Santos
Hi, Has anyone here integrated Paypal payments into a Qt app? And without having QWebView available? Is it possible to open the Paypal checkout window on the system browser and somehow get the result into the app? This is for desktop only. I want to implement a payment system similar to the

[Interest] QGraphicsItem and QPointer analog

2016-02-16 Thread Igor Mironchik
Hi folks, Let's say you need a group and some move/resize handles for this group (I'm talking about QGraphicsView). Such handles can't be children of the group because then they won't receive any mouse events. So you have to set parent of such handles to group's parent. Easy? Yes! But it's