Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Http files+qml
QtWS25 Last Chance

Http files+qml

Scheduled Pinned Locked Moved QML and Qt Quick
2 Posts 2 Posters 1.3k Views
  • 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.
  • E Offline
    E Offline
    engrehabhegazy
    wrote on last edited by
    #1

    hello everyone
    i wonder how could i download file and save it on mobile phone memory using qml?

    Rehab Hegazy

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dridk
      wrote on last edited by
      #2

      Hello,

      You cannot manage file with Javascript. So, You should use C++ side!
      Create a custom class using QNetworkAccessManager, and then call get() to download your files.

      Note:
      If you want to show pictures, you can directly use :
      @Image {
      source:"http://www.ddgd.gr/photo.png"
      }@

      Nothing in Biology Makes Sense Except in the Light of Evolution

      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