Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Launching native apps in Symbian3

Launching native apps in Symbian3

Scheduled Pinned Locked Moved Mobile and Embedded
6 Posts 3 Posters 2.8k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • O Offline
    O Offline
    Onddo
    wrote on last edited by
    #1

    Hi,

    I would be insterested in launching default applications from my Qt/QML application (4.7.1). For example, rather than implementing a full web browser, does anyone know if it is possible to launch the default symbian3 web browser from an app?

    Thanks

    1 Reply Last reply
    0
    • A Offline
      A Offline
      AS.Sri
      wrote on last edited by
      #2

      You can have a look at this post "[Solved] Invoking external applications to view, edit and print documents":http://developer.qt.nokia.com/forums/viewthread/1945

      1 Reply Last reply
      0
      • O Offline
        O Offline
        Onddo
        wrote on last edited by
        #3

        Thanks, using QDesktopServices::openUrl(QUrl("http://www.youtube.com", QUrl::TolerantMode)); I can launch youtube on the symbian3 native web browser.

        1 Reply Last reply
        0
        • T Offline
          T Offline
          tomjanssens
          wrote on last edited by
          #4

          Why don't you use the QWebview class? It already provides a complete browser:

          http://doc.qt.nokia.com/4.7-snapshot/qwebview.html

          1 Reply Last reply
          0
          • O Offline
            O Offline
            Onddo
            wrote on last edited by
            #5

            Thanks for your suggestion. I tried the 'FlickableWebView' QML element, it does show the webpage, but unfortunately it won't play for example youtube videos.

            I didn't try Qt QWebView widget, but since my UI is implemented in QML, I find it difficult to integrate the QWebView Qt widget within my QML UI. I have been trying to integrate Qt widgets into the QML UI (for example, QVideoWidget), but I didn't have much luck with it yet.

            1 Reply Last reply
            0
            • T Offline
              T Offline
              tomjanssens
              wrote on last edited by
              #6

              With QWebview you must enable plugins via the class QWebsettings (by default they are disabled). Maybe the same counts for FlickableWebView

              Cheers
              Tom

              1 Reply Last reply
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved