PDA

View Full Version : [howto] use ActiveQT+Dot Net



vrastrigin
14th March 2016, 09:50
Hello!
I create a simple interface in QT (window with one button) and also i create dll-library (C#) with one class and one method. I want to call the method of class if the interface button is pushed. I found that ActiveQT could help me with this and there is an article about ActiveQT with DotNet: www.doc.qt.io/qt-4.8/activeqt-dotnet.html. But it doesn't have a full instruction from first step to last step of creating an Example, could you guide me with this?

d_stranz
16th March 2016, 17:16
There are 10 examples in the ActiveQt documentation for Qt 4.8: http://doc.qt.io/qt-4.8/examples-activeqt.html including at least one that uses .NET