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. How to access data from web
Qt 6.11 is out! See what's new in the release blog

How to access data from web

Scheduled Pinned Locked Moved Mobile and Embedded
21 Posts 5 Posters 10.5k 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.
  • K Offline
    K Offline
    kamalakshantv
    wrote on last edited by
    #5

    Still not much clear to me. If you are looking for some sort of rss feed reader. Just try seraching you would get some examples. There is one tutorial "here":http://www.tuxradar.com/content/code-project-create-qt-rss-reader - you can refer this too.

    1 Reply Last reply
    0
    • P Offline
      P Offline
      prajnaranjan.das
      wrote on last edited by
      #6

      thanks QtK...Its not the exact example but still it will surely help me to build my application.....

      Prajnaranjan Das

      e mail: prajnaranjan.das@gmail.com

      1 Reply Last reply
      0
      • P Offline
        P Offline
        prajnaranjan.das
        wrote on last edited by
        #7

        can you please give me some examples of same type..

        Prajnaranjan Das

        e mail: prajnaranjan.das@gmail.com

        1 Reply Last reply
        0
        • V Offline
          V Offline
          vsorokin
          wrote on last edited by
          #8

          If you want get image from rss. You need write: class works with network for getting RSS feed, XML parser for gettings links to images, and method for download images to your device.
          For it you need learn follow Qt classes: QDomDocument and all needed dependences, QNetworkAccessManager and all needed dependences.

          --
          Vasiliy

          1 Reply Last reply
          0
          • K Offline
            K Offline
            kamalakshantv
            wrote on last edited by
            #9

            "This":http://blogs.forum.nokia.com/blog/nokia-developer-news/2010/05/12/cartoon-reader-example-demos-qtwebkit is also a very good example which might help you.

            1 Reply Last reply
            0
            • P Offline
              P Offline
              prajnaranjan.das
              wrote on last edited by
              #10

              Actually I am unaware about Java..So if you have any example in Qt,please give me..

              Prajnaranjan Das

              e mail: prajnaranjan.das@gmail.com

              1 Reply Last reply
              0
              • K Offline
                K Offline
                kamalakshantv
                wrote on last edited by
                #11

                [quote author="Prajnaranjan Das" date="1293625707"]Actually I am unaware about Java..So if you have any example in Qt,please give me..[/quote]

                Where does Java fits in all this. We were referring to Qt only.

                1 Reply Last reply
                0
                • P Offline
                  P Offline
                  prajnaranjan.das
                  wrote on last edited by
                  #12

                  This example is totaly different and I thought its in Java ...if you have please give me some example like the previous example you gave .....

                  Prajnaranjan Das

                  e mail: prajnaranjan.das@gmail.com

                  1 Reply Last reply
                  0
                  • V Offline
                    V Offline
                    vcsala
                    wrote on last edited by
                    #13

                    Have you checked the source? It has .cpp and .h files, which is hard to confuse with java files. It is worthless to provide you examples if you even do not brother to check the files and understand how it can help you.

                    I do not beleive you will find an exact sample to solve the same problem you have, programming is rather learning from examples and putting together the pieces of the puzzle.

                    1 Reply Last reply
                    0
                    • P Offline
                      P Offline
                      prajnaranjan.das
                      wrote on last edited by
                      #14

                      ok.I am sorry for that

                      Prajnaranjan Das

                      e mail: prajnaranjan.das@gmail.com

                      1 Reply Last reply
                      0
                      • K Offline
                        K Offline
                        kamalakshantv
                        wrote on last edited by
                        #15

                        [quote author="VCsala" date="1293626998"]It is worthless to provide you examples if you even do not brother to check the files and understand how it can help you.
                        [/quote]

                        I also feel the same.

                        Prajnaranjan, Are you completely new to programming. Have gone through all the questions you have been asking in this forum and seems you are not willing to put any efforts.

                        If you are new to Qt and just starting out recommend you to do some reading and make yourself comfortable with some basic examples and then start with a project.

                        1 Reply Last reply
                        0
                        • V Offline
                          V Offline
                          vcsala
                          wrote on last edited by
                          #16

                          Prajnaranjan, please do not believe we do not want to help you. It is the opposite, we are happy if someone is working on Qt. The thing you have to understand that we cannot help you if you do not put some effort in learning.

                          1 Reply Last reply
                          0
                          • P Offline
                            P Offline
                            prajnaranjan.das
                            wrote on last edited by
                            #17

                            yeah ...You are correct...Actually I'm new to Qt,for which I am asking these types of questions....Can you tell me from where should I start learning Qt...

                            Prajnaranjan Das

                            e mail: prajnaranjan.das@gmail.com

                            1 Reply Last reply
                            0
                            • K Offline
                              K Offline
                              kamalakshantv
                              wrote on last edited by
                              #18

                              [quote author="Prajnaranjan Das" date="1293627739"]yeah ...You are correct...Actually I'm new to Qt,for which I am asking these types of questions....Can you tell me from where should I start learning Qt...[/quote]

                              You can check "this":http://qt.nokia.com/developer/books link for books on Qt. Also there is link in wiki for more references on books. I encourage you to use the search tool.

                              C++ GUI programming with Qt4 is a good start. Also start browsing the documentation - this might be all you need.

                              1 Reply Last reply
                              0
                              • V Offline
                                V Offline
                                vcsala
                                wrote on last edited by
                                #19

                                You can download for free the first edition of C++ GUI Programming with Qt 4 from "here":http://www.qtrac.eu/marksummerfield.html. It is a bit outdated, but it is very good for learning the basics (the books contains the link to download the examples). After that you will know most of the basic stuff and can understand most of the code examples here or elsewhere so you can start learn by doing.

                                1 Reply Last reply
                                0
                                • P Offline
                                  P Offline
                                  prajnaranjan.das
                                  wrote on last edited by
                                  #20

                                  thank you for your suggestion..

                                  Prajnaranjan Das

                                  e mail: prajnaranjan.das@gmail.com

                                  1 Reply Last reply
                                  0
                                  • V Offline
                                    V Offline
                                    vsorokin
                                    wrote on last edited by
                                    #21

                                    And more, not try make something difficult now. move bit by bit.
                                    For example you want create RSS aggregator application, for begin create simple application, which will download some web-page in local file on your device. After your might add XML parser and etc.

                                    --
                                    Vasiliy

                                    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