Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Photo Gallery

    Mobile and Embedded
    4
    10
    4678
    Loading More Posts
    • 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.
    • C
      cheng last edited by

      Who has photo gallery please share. I'm really need it.

      Thanks,

      1 Reply Last reply Reply Quote 0
      • A
        andre last edited by

        Lots of open souce software that does this, and I have seen quite a few Qt examples that display photo's to demo some new and/or cool feature.

        1 Reply Last reply Reply Quote 0
        • C
          cheng last edited by

          I need the code to make photo gallery for N97.

          1 Reply Last reply Reply Quote 0
          • T
            tobias.hunger last edited by

            cheng: Please use google to find some photo gallery code with the features and look you want and with a license compatible with your needs. We do not know your technical and legal requirements, so we can not provide any meaningful help.

            1 Reply Last reply Reply Quote 0
            • A
              andre last edited by

              [quote author="cheng" date="1281580283"]I need the code to make photo gallery for N97.[/quote]
              I think you need:

              To get a "perspective":http://catb.org/esr/faqs/smart-questions.html on what kind of help you can reasonably expect, and

              To learn how to code such a thing yourself, or

              To shell out some budget and let someone else do it for you.

              It is not reasonable to expect people here to just give you ready made code (without even knowing your requirements) for nothing and without you showing any initiative to learn something.

              1 Reply Last reply Reply Quote 0
              • C
                cheng last edited by

                Thanks for your good recommendation.

                I ask for the code because I think that Nokia has a standard code for Photo Gallery and I have seen that two applications have the same photo gallery. When I created the photo gallery by myself, it seem to be slow when it is loading pictures.

                Thanks.

                1 Reply Last reply Reply Quote 0
                • C
                  cheng last edited by

                  Nowadays, I am a student and working on project at school. My application needs to load image from camera and gallery after that we can edit and add frame.

                  Thanks.

                  Cheng

                  1 Reply Last reply Reply Quote 0
                  • T
                    tobias.hunger last edited by

                    cheng: Student projects are meant as a way for the students to learn something. So take this opportunity (you will have way less time to learn stuff when you got a job and kids!) and read through the documentation, browse source code and experiment. It won't do you any good in the long run to just clobber together existing code.

                    Feel free to ask specific questions on the net (or better yet: Ask your instructor, he knows you, your assignment and what you are supposed to learn from it!) and please do not expect people on the internet to do your homework for you.

                    1 Reply Last reply Reply Quote 0
                    • K
                      kamalakshantv last edited by

                      [quote author="cheng" date="1281603602"]Thanks for your good recommendation.

                      I ask for the code because I think that Nokia has a standard code for Photo Gallery and I have seen that two applications have the same photo gallery. When I created the photo gallery by myself, it seem to be slow when it is loading pictures.

                      Thanks.[/quote]

                      You can check the source code at developer.symbian.org. You probably need to optimize and come up with more efficient code to load the images quickly. You might be resizing the actually image every time and then rendering it, instead you can maintain a buffer of few or all the images resized in some temp folder or access those thumbnails created by default application.

                      1 Reply Last reply Reply Quote 0
                      • C
                        cheng last edited by

                        THanks everybody I'll try my best to do it.

                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post