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. 1. Open googlemaps - 2. Autofill search box - 3. Autoclick search button
Forum Updated to NodeBB v4.3 + New Features

1. Open googlemaps - 2. Autofill search box - 3. Autoclick search button

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.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.
  • K Offline
    K Offline
    kolling
    wrote on last edited by
    #1

    Hello everyone,

    My name is Matheus Reynard and I work for a brazilian software company named Dalcatech.
    My boss asked me to make in C++ a software wich the user fill with a location and then click a button to search it in googlemaps.
    When clicking the button, the software should:

    1. Open googlemaps in a browser.
    2. Fill the search box of googlemaps with the information filled in the software.
    3. Click the search button of googlemaps.

    The first step: open googlemaps; it's done for sure.
    But I don't know how to proceed now...

    Searching in google I found about this Qt SDK Project and I'd like to know if this project can help me doing what I need to do.

    If so, how can I import Qt SDK library to my compiler? ( I'm using Borland C++ Builder 6, by the way )
    And wich commands from the library can help me?

    Thank you and congratulations for this awesome project!

    1 Reply Last reply
    0
    • G Offline
      G Offline
      giesbert
      wrote on last edited by
      #2

      Hi and welcome to the forum.
      Qt is a C++ framework. And whether it can help you depends on how you are doing your stuff :-)

      How do you open the web link? in an external browser? or in an internal window in you app?

      If you want to use Qt, it would make sense to use Qt for all your things in this small project. You could use QWebView for the web site.

      Nokia Certified Qt Specialist.
      Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

      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