[Interest] application appearance changing when laptop goes in saving energy mode

2015-11-08 Thread maitai
Hello On Windows, some users are reporting that the application style (font? palette?) is changing when laptop goes in energy saving mode, and becomes more or less unreadable (white font on white background, etc). I have seen that myself also a couple of times but I'm unable to reproduce it.

[Interest] Qt and 'FitNesse' acceptance testing framework

2015-11-08 Thread Ch'Gans
Hi there, Couldn't find anything related on the net, so asking here: FitNesse[1] is a wiki based acceptance testing framework, it includes a (very basic) C/C++ 'SLim' server. Has anyone around here used the 'FitNesse' acceptance testing framework with a Qt based application? The C/C++ server ha

Re: [Interest] Why does a single Text item increase start-up time of QML application by 21 seconds?

2015-11-08 Thread Gunnar Roth
> Am 05.11.2015 um 08:46 schrieb Christian Nielsen > : > > I guess you are on to something. But then why does my Qt Widget application > start fast enough. > > Is there a way to make Qt Quick do text like Qt Widgets? > Try this: renderType : enumeration Override the default rendering type

Re: [Interest] Qt interfacing to Android native UI ?

2015-11-08 Thread Jason H
As someone who does iOS/Android, there are issues when you try to look naitive on all platforms. Like: 1. Android has physical back buttons, on iOS you must provide them in the UI, as a result your Android UI gets back buttons too. 2. The selector control [ A | B | =C=] does not exist in Android.

Re: [Interest] Why does a single Text item increase start-up time of QML application by 21 seconds?

2015-11-08 Thread Jason H
I've found simular issues wit using TextField on android. It's actually worse there, as if you are using a slash screen the usage of TextField causes a flash of black over the UI. It also takes a few seconds longer to start. I think the two could be related. You can try to dynamically create your m