Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. [Moved]Automatic Mouse Click
Qt 6.11 is out! See what's new in the release blog

[Moved]Automatic Mouse Click

Scheduled Pinned Locked Moved QML and Qt Quick
3 Posts 2 Posters 2.0k 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.
  • T Offline
    T Offline
    TWCrap
    wrote on last edited by
    #1

    Hi,

    First of al, i'm new to the forums so i hope this is the right place to post it.

    I'm trying to make an program that handles website's. So this if got already (as test)
    @import QtQuick 1.0
    import QtWebKit 1.0

    Rectangle {
    id: rectangle2
    width: 360
    height: 360
    color: "#4b4545"

    WebView {
        id: web_view1
        x: 54
        y: 65
        width: 252
        height: 230
        contentsScale: 1
        url: "http://www.google.com"
    
        MouseArea {
            id: mouse_area1
            x: 0
            y: 0
            width: 252
            height: 230
        }
    }
    

    }
    @

    Not much, but for now enough.

    What i want as test for now is to run the aplication and that the app itself click on 'pictures / afbeeldingen'.
    Do u guys can explain me how i must do that???

    TWCrap

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andre
      wrote on last edited by
      #2

      [quote author="TWCrap" date="1314969785"]First of al, i'm new to the forums so i hope this is the right place to post it.[/quote]

      Welcome to the Qt Developer network!

      Not the right place; I moved it to the Qt Quick forum.

      1 Reply Last reply
      0
      • T Offline
        T Offline
        TWCrap
        wrote on last edited by
        #3

        alright, thanks...

        hope someone can help me now... :P

        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