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
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
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
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