I was experiencing with QT for last few days. This question already came into my mind. Following are the notes as per my observaion.
1. Linking the ObjectArx libraries with QT libraries. ( As both of the system are using Visual studio 2005 or similar versions, I feel it would not be a problem)
2. After executing a command suppose we have to display a dialog box, This can be done in following ways
a. Check whether QTApplication has started or not. if it is we can post an event by using QApplication::postEvent() or
QApplication::sendEvent().
3. As we have already used the libraries of both QT and ObjectArx, we can mix ObjectArx Code in QT event handling procedures.
Let me check whether we can link both of the Libraries, I will try to run a test application.
But few questions arise on my mind.
Like, Why you want to use QT libraries in your application as you can integrate C# rich user interface libraries with ObjectArx, Simply you have to write a module to link both C++ and C# applications. I know it is a bit tricky but it can be.
Hope the above observation will help you.
Thnaks & Regards
Anirban Talukdar
[email protected]