Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Add Qt code to browsers (Firefox, Opera,...)
Forum Updated to NodeBB v4.3 + New Features

Add Qt code to browsers (Firefox, Opera,...)

Scheduled Pinned Locked Moved General and Desktop
12 Posts 3 Posters 4.7k 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.
  • A Offline
    A Offline
    adnan
    wrote on last edited by
    #1

    [EDIT: split off to a thread of its own, it's unrelated to the question in the original thread, Volker]

    I am almost done with the download manager. Now, i want to integrate it into firefox, chrome, opera. Is there any way other than using add-ons like flashgot or download assistant.

    1 Reply Last reply
    0
    • P Offline
      P Offline
      p-himik
      wrote on last edited by
      #2

      You can look at clipboard contents after you copy a link (or a text which contains links). Maybe there is some MIME data with not the link's text but with the link itself. Though even if you find such data different browsers can generate this data in a different way.

      1 Reply Last reply
      0
      • A Offline
        A Offline
        adnan
        wrote on last edited by
        #3

        Actually i want want to sort of grab the url from browser and sort of prevent it from downloading the file. Atleast there should be a way for mozilla.

        1 Reply Last reply
        0
        • G Offline
          G Offline
          goetz
          wrote on last edited by
          #4

          You'd better ask the mozilla devs in that case. That's not Qt related at all.

          http://www.catb.org/~esr/faqs/smart-questions.html

          1 Reply Last reply
          0
          • A Offline
            A Offline
            adnan
            wrote on last edited by
            #5

            That was really a smart answer, Mr. Volker you are really smart, thanks for guiding me to the right place.

            1 Reply Last reply
            0
            • G Offline
              G Offline
              goetz
              wrote on last edited by
              #6

              [quote author="adnan" date="1329497978"]That was really a smart answer, Mr. Volker you are really smart, thanks for guiding me to the right place.[/quote]

              What do you expect? That Qt developers in a Qt forum know all the internals of a myriad of browsers to answer a question that is completely unrelated to Qt? No need to get become offending here. Thanks.

              http://www.catb.org/~esr/faqs/smart-questions.html

              1 Reply Last reply
              0
              • A Offline
                A Offline
                adnan
                wrote on last edited by
                #7

                I am sorry, perhaps you took my reply in negative sense, i was actually praising not criticizing you, believe me, you are my favourite. I am sorry if you felt hurt. I assure you it was only a misinterpretation of my reply by you and nothing else.

                1 Reply Last reply
                0
                • G Offline
                  G Offline
                  goetz
                  wrote on last edited by
                  #8

                  Ok, no problem. It sounded a bit sarcastic to me, as I could not help you here, but that was a misinterpretation. Thanks for clarifying things and good luck with your further research!

                  http://www.catb.org/~esr/faqs/smart-questions.html

                  1 Reply Last reply
                  0
                  • A Offline
                    A Offline
                    adnan
                    wrote on last edited by
                    #9

                    Thank God, you are cheerful again and not angry with me, thanks

                    1 Reply Last reply
                    0
                    • ? This user is from outside of this forum
                      ? This user is from outside of this forum
                      Guest
                      wrote on last edited by
                      #10

                      It sounded sarcastic to me as well, I mean it is like me thanking someone who informs me that in clear weather the sky is blue :)

                      The very word "praise" hints at sarcasm as well...

                      andan - ever tried using google? And yes, I am being sarcastic :)

                      https://developer.mozilla.org/en/Building_an_Extension

                      bq. XPCOM Components

                      bq. Firefox supports XPCOM components in extensions. You can create your own components easily in JavaScript or in C++ (using the Gecko SDK).

                      1 Reply Last reply
                      0
                      • A Offline
                        A Offline
                        adnan
                        wrote on last edited by
                        #11

                        O O! I am sorry, actually i am not a native speaker of english, doesn't know much how to express oneself, i hope you understand, besides thanks for doing the googling part for me.
                        Actually it sometimes does get difficult to find what you are looking for, when actually you don't know what that is.
                        Thanks again, i will definitely try this XPCOM thing

                        1 Reply Last reply
                        0
                        • ? This user is from outside of this forum
                          ? This user is from outside of this forum
                          Guest
                          wrote on last edited by
                          #12

                          I have noticed that myself, some people simply cannot figure out what to look for, I myself googled "firefox extension api c++" - API stands for Application Programming Interface.

                          I suggest you work on your English parallel on your programming, since English is kind of crucial - most programming resources are in English.

                          Good luck with your extension.

                          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