Re: [Interest] Qml Loader initial property setter

2016-04-13 Thread Sina Dogru
It actually seems like doable. As documented section "QVariantList and QVariantMap to JavaScript Array and Object" on the "Data Type Conversion Between QML and C++ ", "passing a QVariantList

Re: [Interest] qtWebsocket SSL question

2016-04-13 Thread Yang Fan
Maybe a little bit off topic, I found that this snippet works on iOS, but fails on Android. On Thu, Apr 14, 2016 at 2:59 AM, "Alexander Carôt" wrote: > Hello, > > with respect to my last question I realized that the only SSL-related part > within the ssl-Websocket-ssl-server occurs right in the

Re: [Interest] Problem location symbol on android

2016-04-13 Thread Lorne Sturtevant
On 04/07/2016 05:15 PM, Lorne Sturtevant wrote: > I have a project that I'm trying to get working on android. I'm > using Qt Creator to build and run everything. The program compiles, > links and deploys. When it runs, I get the following error: > > Starting remote process.V/Zygote (20264): Swit

[Interest] qtWebsocket SSL question

2016-04-13 Thread Alexander Carôt
Hello, with respect to my last question I realized that the only SSL-related part within the ssl-Websocket-ssl-server occurs right in the constructor: QSslConfiguration sslConfiguration; QFile certFile(QStringLiteral(":/server.crt")); QFile keyFile(QStringLiteral(":/server.key")); certFile.open(

Re: [Interest] qt.labs.controls - Material - Fonts

2016-04-13 Thread Curtis Mitch
JP has a WIP patch that would add support for standard font sizes to Qt Quick: https://codereview.qt-project.org/#/c/150063/ From: Interest on behalf of ekke Sent: Wednesday, 13 April 2016 19:33 To: interest@qt-project.org Subject: Re: [Interest] qt.lab

Re: [Interest] qt.labs.controls - Material - Fonts

2016-04-13 Thread ekke
Am 13.04.16 um 19:46 schrieb Nikita Krupenko: > 2016-04-13 20:33 GMT+03:00 ekke : >> Am 13.04.16 um 19:02 schrieb Nikita Krupenko: >>> 2016-04-13 0:35 GMT+03:00 ekke : I'm looking HowTo get the right font styles for Material Display, Headline, Title, Subheading, Body Are there a

Re: [Interest] qt.labs.controls - Material - Fonts

2016-04-13 Thread Nikita Krupenko
2016-04-13 20:33 GMT+03:00 ekke : > Am 13.04.16 um 19:02 schrieb Nikita Krupenko: >> 2016-04-13 0:35 GMT+03:00 ekke : >>> I'm looking HowTo get the right font styles for Material Display, >>> Headline, Title, Subheading, Body >>> >>> Are there any hints about available font.family and preffered siz

Re: [Interest] qt.labs.controls - Material - Fonts

2016-04-13 Thread ekke
Am 13.04.16 um 19:02 schrieb Nikita Krupenko: > 2016-04-13 0:35 GMT+03:00 ekke : >> I'm looking HowTo get the right font styles for Material Display, >> Headline, Title, Subheading, Body >> >> Are there any hints about available font.family and preffered sizes to >> follow >> https://www.google.com

Re: [Interest] qt.labs.controls - Material - Fonts

2016-04-13 Thread Nikita Krupenko
2016-04-13 0:35 GMT+03:00 ekke : > I'm looking HowTo get the right font styles for Material Display, > Headline, Title, Subheading, Body > > Are there any hints about available font.family and preffered sizes to > follow > https://www.google.com/design/spec/style/typography.html#typography-styles

Re: [Interest] QML version of QRubberBand

2016-04-13 Thread Alexander Ivash
Unfortunately this seems to be https://bugreports.qt.io/browse/QTBUG-52494 . 2016-04-13 17:34 GMT+03:00 Jason H : > >> If in my example I specify 'color: "transparent"' instead 'opacity: >> 0.2', then I'm getting black background (no transparencty/full >> opacity) on Win7. If I use 'opacity: 0.2'

Re: [Interest] QML version of QRubberBand

2016-04-13 Thread Jason H
> If in my example I specify 'color: "transparent"' instead 'opacity: > 0.2', then I'm getting black background (no transparencty/full > opacity) on Win7. If I use 'opacity: 0.2' then is works ok in Win7. As > for the Windows 10, opacity / transparency doesn't make any > difference. Picture gets

Re: [Interest] QML version of QRubberBand

2016-04-13 Thread Jason H
> > You'll want a background MouseArea, and onMouseDown, you locate the > > Rectangle x,y, and on mouseMove, you adjust the height and width per the > > new mouse > location minus, the y and x. > > I've not one a "rubberband" per se, just a background swipe gesture, but it > > should work the

[Interest] To a truly smooth progress bar (QML)

2016-04-13 Thread Jason H
I am trying to come up with a very smooth yet accurate progress bar. My code for the 1 second update interval use case is down below. The use case of this bar is that there is a regular interval that the value is updated, either from a timer, or a consistent CPU-bound process. Another example w

Re: [Interest] Qml Loader initial property setter

2016-04-13 Thread Jérôme Godbout
I agree, this would be difficult to know if this should create a binding or simply copy the current value. This is why I was proposing the function where we could go with either = or Qt.binding() to have full control on it. Nice to see this was there at some point, I wonder why they removed it or n

Re: [Interest] [Qt-creator] Looking for Enums with Locator

2016-04-13 Thread Prav
Hi, Nikolai. > I'm fine with making enum values "locatable", though personally I > haven't missed them. OK ... as result filled https://bugreports.qt.io/browse/QTCREATORBUG-16060 Is there somewhere list of bugs planed for fixing for nearest versions of QtC? May be in JIRA itself? __

Re: [Interest] Offline installer alongside online installer

2016-04-13 Thread Konstantin Podsvirov
13:39, 13 april 2016 г., Carel Combrink :Hi What is your infrastructure? Do you have a local area network?Yes, I have a local network.If yes, then you can clone repository QtSDK to all or a specific OS (~30Gb for Windows), and deploy it on your network.Do you refer to create a local mirror of the O

Re: [Interest] Offline installer alongside online installer

2016-04-13 Thread Carel Combrink
Hi What is your infrastructure? Do you have a local area network? > Yes, I have a local network. If yes, then you can clone repository QtSDK to all or a specific OS (~30Gb > for Windows), and deploy it on your network. > Do you refer to create a local mirror of the Online version or something els

Re: [Interest] Offline installer alongside online installer

2016-04-13 Thread Konstantin Podsvirov
Hello!10:09, 13 aprel 2016 г., Carel Combrink :Hi,Is it possible to use the Qt Offline installer along with the Qt Online installer?The reason why I am asking:Currently I have Qt 5.4 installed on my computer, but would now like to install Qt 5.6. Due to bandwidth and connectivity related issues and

Re: [Interest] QML version of QRubberBand

2016-04-13 Thread Alexander Ivash
>> On 12 Apr 2016, at 22:36, Alexander Ivash wrote: >> >> I've made some experiments and got basic rubber band working using >> additional QML Window. But the issue I confronted is that >> transparency/opacity on Windows 7 (and Windows 10) seems to be broken. > That may be the same as https://bug

Re: [Interest] Qml Loader initial property setter

2016-04-13 Thread Sina Dogru
By the way I found this commit . Seems like it was possible on old Qt days. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] QML version of QRubberBand

2016-04-13 Thread Rutledge Shawn
> On 12 Apr 2016, at 22:36, Alexander Ivash wrote: > > I've made some experiments and got basic rubber band working using > additional QML Window. But the issue I confronted is that > transparency/opacity on Windows 7 (and Windows 10) seems to be broken. That may be the same as https://bugrepor

Re: [Interest] Strange ordering problem with ComboBox

2016-04-13 Thread Shantanu Tushar
I haven't experienced exactly the same, but I did experience that if I use a QSortFilterProxyModel as a model for ComboBox and the sort order changes, ComboBox doesn't update itself. (A ListView connected with the same model updates). On Mon, Apr 11, 2016 at 3:06 PM, Gian Maxera wrote: > Hello,

[Interest] Offline installer alongside online installer

2016-04-13 Thread Carel Combrink
Hi, Is it possible to use the Qt Offline installer along with the Qt Online installer? The reason why I am asking: Currently I have Qt 5.4 installed on my computer, but would now like to install Qt 5.6. Due to bandwidth and connectivity related issues and concerns, I want to download the offline