I need to do graphical user interface for my C code but I am new to GUI development so I don't know how to start.
I have red that Qt might be the best solutions for GUI development. I am developing the C code with Eclipse from my laptop so some Eclipse plugin might be good way to go.
If I am correct there isn't anymore Qt plugin for Eclipse? Can I do the GUI with the normal Qt developer tool and then just add the C code there and run it on my Pi. Does it compile to one executable so that I can run it on my Raspberry Pi like I am doing now. Hope someone can help me to get started.