Re: [Interest] TextEdit and virtual keyboard

2014-03-30 Thread Cezar Menezes
I believe TextEdit already launches the virtual keyboard when it receives the focus. Try setting the "z" parameter as 1 to put the TextInput object in foreground. Perhaps a MouseArea may be overriding the focus capture. Example: import QtQuick 2.0 Rectangle { width: 320 height: 480 Te

Re: [Interest] QNetworkConfigurationManager() Class in Android and iOS devices

2014-01-02 Thread Cezar Menezes
Hello again, everyone. Ok, that's the solution : do not forget to include the following "magic" statement in the .PRO file : QTPLUGIN += qgenericbearer Best Regards, Cezar. - Original Message ----- From: "Cezar Menezes" To: interest@qt-project.org Sent: Thursd

[Interest] QNetworkConfigurationManager() Class in Android and iOS devices

2014-01-02 Thread Cezar Menezes
Hello, everyone. I'm trying to instantiate the class "QNetworkConfigurationManager()" for accessing the method "QNetworkConfigurationManager::isOnline()" , which is supposed to return the network connection state (online/offline) of a device. It works nicely on Android devices, but fails on iO

Re: [Interest] QSensor class with iOS

2013-11-26 Thread Cezar Menezes
Thank you so much, Richard. The line "QTPLUGIN += qtsensors_ios" was missing in my .PRO files. Now, everything is working perfectly! Best Regards, Cezar. - Original Message - From: "Gustavsen Richard" To: "Cezar Menezes" , interest@qt-project.org Se

[Interest] QSensor class with iOS

2013-11-16 Thread Cezar Menezes
returns false (failing to start any sensor). Any feedback from you would be very much appreciated. Best Regards, Cezar Menezes ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest