Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Integrating QT with Eclipse
Integrating QT with Eclipse [message #1817941] Tue, 03 December 2019 07:23 Go to next message
Eclipse UserFriend
Hello,

I have an Eclipse plugin and a QT app. Would it be possible to integrate inside the plugin? Meaning, the plugin can send/receive info from the app and vice-versa.

Thank you!
Re: Integrating QT with Eclipse [message #1818083 is a reply to message #1817941] Thu, 05 December 2019 06:05 Go to previous messageGo to next message
Eclipse UserFriend
I don't know what you mean by 'send/receive info', but it should be theoretically possible to embed a QT app in a SWT widget. I don't have an answer how this exactly works, use your favorite search engine with 'embed into SWT'.

This is somewhat similar to how AWT can be embedded in SWT too, see SWT_AWT class.
See also https://bugs.eclipse.org/bugs/show_bug.cgi?id=244723
Re: Integrating QT with Eclipse [message #1818085 is a reply to message #1818083] Thu, 05 December 2019 06:37 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

What I mean by 'send/receive info' is the ability to communicate back-and-forth between the Eclipse plugin and the QT application.

Eclipse -> QT example: I have an SWT Gui with a button. When pressed, it should communicate to QT that the button was pressed and the QT app should perform an action.

QT -> Eclipse: Same as above

Would this be possible? Spent a lot of time researching, but did not manage to find anything useful

Thank you!
Re: Integrating QT with Eclipse [message #1818089 is a reply to message #1818085] Thu, 05 December 2019 07:30 Go to previous message
Eclipse UserFriend
If it are two independent applications, you are searching for something called Inter Process Communication (IPC) or Remote Procedure Calls (RPC). There are many solutions for that, but most involve opening a socket connection between the processes and receiving messages on that.
I don't know which protocol suits best to communicate between QT and Eclipse.

Maybe you are looking for something similar to Eclim http://eclim.org/index.html
Previous Topic:REST client within plugin
Next Topic:Setting the correct build configuration
Goto Forum:
  


Current Time: Wed Jul 09 23:30:43 EDT 2025

Powered by FUDForum. Page generated in 0.05466 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top