Discussion Board

Results 1 to 3 of 3
  1. #1
    Regular Contributor narendar_discover's Avatar
    Join Date
    Oct 2007
    Location
    India
    Posts
    349
    Hi,
    I want to invoke following native apps in my Qt app (Symbian/MeeGo)
    • Email Client : For Sending Emails
    • SMS Client : For Sending SMS
    • Native Web Browser : For invoking Web Sites
    • Call Dialog : For Making a Call

    For Native Web Browser, from somewhere I found following code:
    Code:
    bool ret = QDesktopServices::openUrl(QUrl("http://www.google.com", QUrl::TolerantMode));
    qDebug()<<"Value "<<ret;
    But Web browser in not showing and I am getting "false" return value. I have tried this code in Emulator.

    Kindly waiting for any help regarding the above.

  2. #2
    Nokia Developer Champion gaba88's Avatar
    Join Date
    Feb 2008
    Location
    Ahmedabad, Gujarat, India
    Posts
    3,688
    hello narendra_discover

    for opening a url the best and good way i will suggest is use webview component or QWebview class and for rest items i guess you might have to use Native Symbian c++ code, though i am not sure.

    Regards,

  3. #3
    Regular Contributor narendar_discover's Avatar
    Join Date
    Oct 2007
    Location
    India
    Posts
    349
    Quote Originally Posted by gaba88 View Post
    hello narendra_discover
    for opening a url the best and good way i will suggest is use webview component or QWebview class and for rest items i guess you might have to use Native Symbian c++ code, though i am not sure.
    Regards,
    Thanks for the reply, Actually what I was thinking, If I go with QWebView Widget, then for navigation I will have to write extra code, I mean if I visit www.w3schools.com then after going forward one page next then If I want to go back then how it is possible, So for back, forward, home, reload or more I need to write code for that and If I go with default Web Browser then I think I dont need to do this because CBA will have all this back and forth functionality. Let me clear if something need to discuss

    Looking forward for your reply

Similar Threads

  1. How to use Worker Thread in Qt for Symbian/MeeGo?
    By narendar_discover in forum Qt
    Replies: 8
    Last Post: 2011-03-17, 11:27
  2. Replies: 1
    Last Post: 2010-01-05, 16:11

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved