Results 1 to 2 of 2

Thread: Integrating Qt applications in a Framework

  1. #1

    Default Integrating Qt applications in a Framework

    I want to develop a framwork using Qt for a set of tools that we have developed. There is also another company that will be developing some tools using Qt. My question is what is needed from the other company in order for me to be able to integrate their tool into our framework?

    Is it possible for us to provide hooks in the framework so that they can simply "connect" their program into the hook in the famework? We would not be delivering source code for our framework. Thanks.

  2. #2
    Join Date
    Jan 2006
    Location
    Alingsås, Sweden
    Posts
    437
    Thanks
    3
    Thanked 39 Times in 39 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Integrating Qt applications in a Framework

    The easiest way would be to use signals and slots to interconnect the halves. Another way is plug-ins, or statically linking against a library of theirs. In the latter cases you need to define an interface class so that you know how to interconnect the halves.

    You are a bit vague on the details so it is hard to say more.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.