there is a C++ class somewhere in the Nokia site that show how to run Nokia Map by passing a position
i do not find the link now but that is sure because i m using that code in my app.
class name...
Type: Posts; User: lucarocchi; Keyword(s):
there is a C++ class somewhere in the Nokia site that show how to run Nokia Map by passing a position
i do not find the link now but that is sure because i m using that code in my app.
class name...
the browser basically downloads the video file, then run the player on local file...
so if you download it by yourself and then openUrl on local file it start the player directly
i know it sounds...
First get an extimate on how long is an empty qmL app startup time ... that is the minimum time you can expect on a specific device
then try to identify bottlenecks by selectively disabling code ......
add \n to the message
i saw that bug ...what exact Facebook url and what the phone ?
just betting ... try display=wap instead display=touch
Hi Jappit the same for me , i can't load by FontLoader , so , even if it is not the answer to your question or maybe you already know i was happy when i found this ... ...
Given my actual knowledge of QML (still learning) i would suggest you declare the array in a .js module,as usual in javascript ... var myarray=[] ,
then somewhere in a onXXX handler you can create...
mobile or not , just follow the protocol http://code.google.com/intl/it-IT/apis/gmail/oauth/protocol.html
of course you can do all http call by Qt
i use this code to extract the token
you can easily adapt it to your case .
As the token is passed in the hash (#)
i found it easy to replace # with ? and then use url.queryItemValue to...
you are the man
thx a lot truf
you miss readdevicedata caps ... so far as i know that mean's symbian signed but be sure to doublecheck , i m not expert enough about symbian details
QCoreApplication::setAttribute(Qt::AA_S60DisablePartialScreenInputMode, false);
doesnt works for me too
while http://qtsource.wordpress.com/2011/05/05/split-screen-text-input/
helps and works...
it worth to note that Components 1.1 now support inverted theme color
sure you can
in the handler you should assign by = not :
checkbox.checked=selected
for every property XXXX you can set corresponding onXXXXChanged ...
sorry binding term is not exact i mean it seems that after changing model by setpROPERTY checked:selected stop working until...
adding checkbox.checked=selected; do the trick ,it seems like binding get broken by changing property , but really not sure
first , you should organize your class in appropriate way using .cpp and .h pair
rewrite it as follow , run qmake then build ... run ok for me
mynetworkaccessmanagerfactory.h
...
my bet is that mousearea in delegate overlap checkbox, so try adding anchors margin also changing the z of checkbox should work
PS : after reading again your post i'm not sure i understand the...
paste the .pro too
hello waelfarouk
please, explain it better if would have a chance to get help :)
you miss Q_OBJECT
class MyNetworkAccessManagerFactory : public QObject, public QDeclarativeNetworkAccessManagerFactory
{
Q_OBJECT
public:
sound correct to me ... it bubble up and reference the first id found
of course it is not good design to reference upper level id but it is quick and works
hi juannoguera , two years later , im facing the same ...finally i found id that is 0x200261C5 , still in the dark about how to pass parameter ... i have tried the obvious , no result
maybe you...
0x200261C5
i agree but hardcoded uid better than a blocking bug