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. Filling up Username and Password automatically using WebView.
Forum Updated to NodeBB v4.3 + New Features

Filling up Username and Password automatically using WebView.

Scheduled Pinned Locked Moved General and Desktop
3 Posts 3 Posters 783 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.
  • Pradeep P NP Offline
    Pradeep P NP Offline
    Pradeep P N
    wrote on last edited by
    #1

    I am using QWebview and launching www.gmail.com I want to automatically fill the Username and Password from Qt. How do i do it. Any Examples.. ?
    Please help me.

    Pradeep Nimbalkar.
    Upvote the answer(s) that helped you to solve the issue...
    Keep code clean.

    1 Reply Last reply
    0
    • p3c0P Offline
      p3c0P Offline
      p3c0
      Moderators
      wrote on last edited by
      #2

      Hi,

      Have a look at "findFirstElement":http://qt-project.org/doc/qt-5/qwebframe.html#findFirstElement and then after getting the QWebElement use setAttribute to set value as required.

      157

      1 Reply Last reply
      0
      • J Offline
        J Offline
        jafarabadi.qt
        wrote on last edited by
        #3

        [quote author="p3c0" date="1411638272"]Hi,

        Have a look at "findFirstElement":http://qt-project.org/doc/qt-5/qwebframe.html#findFirstElement and then after getting the QWebElement use setAttribute to set value as required.[/quote]

        Thanks it's very helpful for me :D

        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