unfortunately there is no way to do "any sizes and content" widget for Homescreen. Only template based widget (wrt widgets) can be done.
Type: Posts; User: mikitzzii; Keyword(s):
unfortunately there is no way to do "any sizes and content" widget for Homescreen. Only template based widget (wrt widgets) can be done.
here is one solution for problem http://www.developer.nokia.com/Community/Wiki/Changes_in_Nokia_Belle_and_Qt_4.x#Changes_in_On_Device_Debugging_.28ODD.29_configuration
Have you noticed that old versions of CODA and QtSDK might cause problem on device.
Here is more information about update:...
Hi,
by default a database is saved to private folder on installed drive.
e.g. "C:\Private\e2c6cd9e\QML\OfflineStorage" where e2c6cd9e is application uid.
There is no problem to change...
Hi,
have you tried to change input modes using property "inputMethodHints"
e.g.
TextField {
inputMethodHints: Qt.ImhNoAutoUppercase
}