Re: [Interest] Qt 5.9 Beta

2017-04-24 Thread Igor Mironchik
Hi, Don't answer on this email. It's very old and was sent twice by mistake... Sorry. 14.04.2017 7:31, Igor Mironchik пишет: Hello, Qt 5.9 official binaries requires QMAKE_MSC_VER on project load. Is it normal? Should I specify QMAKE_MSC_VER by hands? Thank you.

Re: [Interest] Qt 5.8 and QPainter based rendering

2017-04-24 Thread Kristoffersen, Even (NO14)
The trick I use with SVGs is to scale the "sourceSize" of the image. SvgImage.qml - Image { sourceSize.width: width *scale sourceSize.height: height *scale } Main.qml -- scale: 3.0 SvgImage { height: 40 width: 40 source: "someImage.svg" } This way

[Interest] Qt 5.8 and QPainter based rendering

2017-04-24 Thread bunjee
Greetings Qt community, I'm currently working on a feasability using embedded hardware (Xilinx Zynq). It has no dedicated GPU so I'm experimenting with: - Qt 4.8.7 (QtQuick 1.0) - Qt 5.8 with OpenGL (QtQuick 2.0). - Qt 5.8 with QtQuick 2D (QtQuick 2.0). I'm building a multitouch interface

[Interest] Qt 5.9 Beta

2017-04-24 Thread Igor Mironchik
Hello, Qt 5.9 official binaries requires QMAKE_MSC_VER on project load. Is it normal? Should I specify QMAKE_MSC_VER by hands? Thank you. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest