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. Is it possible to stream local file using QML ?
QtWS25 Last Chance

Is it possible to stream local file using QML ?

Scheduled Pinned Locked Moved QML and Qt Quick
5 Posts 3 Posters 2.5k 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.
  • S Offline
    S Offline
    Sparkle24
    wrote on last edited by
    #1

    Is it possible to stream local file using QML ?
    I don't wanna use C++. Is it possible in QML or JS ?

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mlong
      wrote on last edited by
      #2

      What do you mean by "stream local file?" From where to where?

      Software Engineer
      My views and opinions do not necessarily reflect those of anyone -- living or dead, real or fictional -- in this universe or any other similar multiverse node. Void where prohibited. Your mileage may vary. Caveat emptor.

      1 Reply Last reply
      0
      • S Offline
        S Offline
        Sparkle24
        wrote on last edited by
        #3

        Thanks for reply..
        I'm talking about to stream offline storage file... like C++ <fstream>... I wanna develop a NOTES application for symbian which can store notes with .txt file extension. Is it possible in QML ?

        1 Reply Last reply
        0
        • D Offline
          D Offline
          dajansen
          wrote on last edited by
          #4

          QML/javascript has no file i/o, other than the sql offline storage API.
          You probably will have to use C++.

          If the .txt isn't critical, try the SQL Offline Storage API in http://doc.qt.nokia.com/4.7-snapshot/qdeclarativeglobalobject.html

          QtQuick Quality Engineer / Lab Monkey
          Nokia Brisbane

          1 Reply Last reply
          0
          • S Offline
            S Offline
            Sparkle24
            wrote on last edited by
            #5

            Thank u Damian...
            It's almost helpful.

            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