Re: [Interest] Minimal MSVC-built ICU DLLs available for download

2016-01-24 Thread Koehne Kai
> -Original Message- > From: Interest [mailto:interest-boun...@qt-project.org] On Behalf Of Elvis > Stansvik > Sent: Sunday, January 24, 2016 10:30 PM > To: rpzrpz...@gmail.com > Cc: interest@qt-project.org Interest > Subject: Re: [Interest] Minimal MSVC-built

Re: [Interest] Minimal MSVC-built ICU DLLs available for download

2016-01-24 Thread rpzrpz...@gmail.com
Elvis: If you are feeling generous, would you attach the MSVC 2013 project/files (SLN). People will want to build the ICU DLL's for MSVC 2015, but could use a jump start using your MSVC 2013 project. That way, soft devs can match the Customizer to the actual languages supported in their

Re: [Interest] Minimal MSVC-built ICU DLLs available for download

2016-01-24 Thread Elvis Stansvik
2016-01-24 18:49 GMT+01:00 Elvis Stansvik : > 2016-01-24 17:32 GMT+01:00 rpzrpz...@gmail.com : >> Elvis: >> >> If you are feeling generous, would you attach the MSVC 2013 project/files >> (SLN). >> >> People will want to build the ICU DLL's for MSVC 2015,

[Interest] Minimal MSVC-built ICU DLLs available for download

2016-01-24 Thread Elvis Stansvik
Hi all, I've put up minimal MSVC 2010 and 2013 builds of ICU 52.1, 53.1 and 54.1 for x86 and x64: https://github.com/estan/minimal-icu/releases The DLLs are usable as drop-in replacements for the ICU DLLs shipped with official Qt MSVC builds, provided you have no need for the advanced

Re: [Interest] Minimal MSVC-built ICU DLLs available for download

2016-01-24 Thread Elvis Stansvik
2016-01-24 17:32 GMT+01:00 rpzrpz...@gmail.com : > Elvis: > > If you are feeling generous, would you attach the MSVC 2013 project/files > (SLN). > > People will want to build the ICU DLL's for MSVC 2015, but could use a jump > start using your MSVC 2013 project. > > That way,

[Interest] Getting QImages into QMediaRecoder to create video files (e.g. avi, mp4, or animated gif)?

2016-01-24 Thread Phil Weinstein
Relative to this topic, "*Video file generation from Qt application,* other than FFmpeg" (on this "interest" e-mail list, in the wrong place, and also thread: https://forum.qt.io/topic/63105/video-file-generation-from-qt-application-other-than-ffmpeg) there's been suggestions in related Qt

Re: [Interest] Replacing icudtXX.dll without rebuilding Qt?

2016-01-24 Thread Elvis Stansvik
2016-01-20 10:15 GMT+01:00 Koehne Kai : > > >> -Original Message- >> From: Interest [mailto:interest-boun...@qt-project.org] On Behalf Of Elvis >> Stansvik >> Sent: Tuesday, January 19, 2016 8:38 PM >> To: John Layt >> Cc:

[Interest] [Qt3D] Cylinder Mesh Mod Problem

2016-01-24 Thread Andy
I am trying to work with and understand the Qt3D geometry and mesh system. Based on Paul's answer to my earlier question I thought I'd start with something simple: a cylinder without the end caps (QCylinderMesh always includes them). I started by taking the QCylinderGeometry/QCylinderMesh code

[Interest] Bind a value to editText-property of Qt Quick ComboBox fails

2016-01-24 Thread Axel Jäger via Interest
Hello, I want to implement the following behaviour in a QtQuick based application: A combobox in the toolbar shows the current zoom level. Using the drop down list, the user shall be able to select some pre defined zoom levels like 100%, 200%, „Fit to screen,“ „Whole page“. The user shall

Re: [Interest] Minimal MSVC-built ICU DLLs available for download

2016-01-24 Thread Elvis Stansvik
2016-01-24 17:32 GMT+01:00 rpzrpz...@gmail.com : > Elvis: > > If you are feeling generous, would you attach the MSVC 2013 project/files > (SLN). > > People will want to build the ICU DLL's for MSVC 2015, but could use a jump > start using your MSVC 2013 project. Hi again, I

[Interest] How to use icons in QtQuick-Combobox or better draw whole item in dropdown using an image

2016-01-24 Thread Axel Jäger via Interest
Hello, I am trying to implement a QtQuick combobox that allows the user to select some gradient, pretty much like shown in this picture: http://images.cnblogs.com/cnblogs_com/liuzhiyuan/arcgisColor.jpg So far, I did not find an example how to use icons in a combobox at all. There is an