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
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
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
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
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