Hi Experts,
I need some help/ideas from your side.
I wan't to generate docx file on Windows Phone 7 (based on some data that are avilable).
Anyone knows any library or have any suggestion...
Type: Posts; User: jano85; Keyword(s):
Hi Experts,
I need some help/ideas from your side.
I wan't to generate docx file on Windows Phone 7 (based on some data that are avilable).
Anyone knows any library or have any suggestion...
Hi,
I found some example. QContactDetailDefinition should be saved into QContactManager.
code snippet
QContactDetailDefinition customDef;
QContactDetailFieldDefinition customField;
Hi,
I want to save contact into phonebook with some custom detail.
Q: It is possible that this detail is visible when navigate to device phonebook and see that custom detail?
I extend...
Hi gnuton,
Thanks for reply.
Unfortunatelly it is not issue in anchors. I have Flickable element and Column inside ( text fields are inside that column ).
I tried same example on meego...
Hi schroffi
I have exactly the same issue. Splig view should works automatically on Anna, but .. text inputs are under virtual keyboard..
Did you found any solution?
Many thanks for help
Hi guys,
System data:
Qt Version: 4.7.4
Symbian Anna,
Qt Compnents 1.1
Qt Mobility 1.2.1
I'm using Qt Component TextField , it is placed on the bottom of the screen. It could be anywhere in...
Hi,
Does anyone notice same issue or have idea what could be wrong?
Hi,
Just an update:
User dont have to have inner listview set as delegat. The issue is reproducible even if dummy rectangle with two images and one text is set as delegate.
Please see code...
Hi Guys,
I noticed one issue in Qt 4.7.4 latest release.
Please see code below:
import QtQuick 1.0
Item {
Hi,
I wan't some advices from experts.
Let's assume this scenario:
I have two sis files. e.g:
1. component1.sis
2. myApp.sis ( Qt app )
Hi,
I want to show some web page on QWebView. But this page require authentication.
Authentication token ( and some other properties ) should be passed via standard http cookie.
How can i do...