Dear Friends

I want to do some trail work for proof of concept of my project.

What I need is I have C source code that needs to communicate with QT slots. I am using QT Creator IDE and QT5.7.

Qt Code:
  1. Ex
  2. unsigned int a[100]={ 25, 17 , 10, 6, -5 , -6, -8 , 10, ......... };
To copy to clipboard, switch view to plain text mode 



I am required to send this array data to QT GUI through Slots, from C source file to QT Slots is that possible?

If possible please someone shows the code snippet in QT that will help me a lot


Thanks

vivekyuvan