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. Macros for an existing Qt application?
Forum Updated to NodeBB v4.3 + New Features

Macros for an existing Qt application?

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 3 Posters 339 Views 2 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.
  • J Offline
    J Offline
    Johny_Why
    wrote on last edited by Johny_Why
    #1

    I'm using Qt V4L2 test Utility on arch linux.
    Can i manipulate the user controls, like textboxes and buttons, from a BASH script or a Qt script?

    thx

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      What kind of manipulation do you have in mind ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1
      • J Offline
        J Offline
        Johny_Why
        wrote on last edited by Johny_Why
        #3

        Like, entering text into textboxes and clicking buttons.
        Or, preferably, getting at the API behind the GUI.
        Preferably, without recompiling the Qt V4L2 test Utility app.

        thx!

        1 Reply Last reply
        0
        • Kent-DorfmanK Offline
          Kent-DorfmanK Offline
          Kent-Dorfman
          wrote on last edited by
          #4

          Do you have the sourcecode for the v4l2 app? What would be the purpose of scripting the action of the application? Usually the GUI is a wrapper over top of an API or system level command line utility. I'd suggest reverting to a command line v4l2 app and adding the gui or scripting over top of that.

          1 Reply Last reply
          3

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved