Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Testcon - How to load a handful of Controls automatically? Scripting?!? There is no manual.

Testcon - How to load a handful of Controls automatically? Scripting?!? There is no manual.

Scheduled Pinned Locked Moved Qt Creator and other tools
2 Posts 1 Posters 674 Views
  • 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.
  • C Offline
    C Offline
    cbries
    wrote on last edited by
    #1

    Hello anyone,

    I have developed some Qt based ActiveX Controls which I like to test before I deploy them to some other IDEs, e.g. VisualStudio.

    It's annoying to select all -- currently up to 10 -- controls with testcon's "Insert Control..." dialog. Is there a way for using testcon's scripting facilities for loading my controls automatically based on there UUIDs or Names?

    All the best

    1 Reply Last reply
    0
    • C Offline
      C Offline
      cbries
      wrote on last edited by
      #2

      I tried something like this, but in this case the control is opened outside of testcon and can not be moved around by using the mouse because of the fact that the window frame is not visible.

      @
      dim oSettingsView
      set oSettingsView = CreateObject("FakeClassId.Settings.1")
      oSettingsView.show()
      @

      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