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. Design question on integration TCL and Qt
QtWS25 Last Chance

Design question on integration TCL and Qt

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 143 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.
  • A Offline
    A Offline
    AlexMaly
    wrote on last edited by
    #1

    Hi everybody,

    I need to implement the following:

    • user run tcl application from console (on Windows)
    • when he issues the popup command Qt gui is shown
    • he still should be able to type in console and issue other commands
    • the application data has to be accessed directly, so both tcl and Qt must be in the same process.

    I started with tcl. I have command prompt , can execute the commands.
    Now I am trying to show the Qt widget. As soon I do it I can't type anything in console window anymore.
    I tried to merge the Qt and tcl loop , and even though I got some code examples which worked with Qt4 I still can't achieve what I want - I can't really type in console window anymore.
    Does anybody have code example which works or has suggestion on the design?

    Best regards,
    Alex

    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